From 2ec9937369bb69e441a48c7a942013ca51dacce0 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 11 Feb 2026 16:16:42 +1100 Subject: [PATCH] Remove pregenerated files - that should all be tidied up next time this runs --- .../en/advanced_config/parameter_reference.md | 23953 +++++++++------- docs/en/modules/modules_controller.md | 138 +- docs/en/modules/modules_driver.md | 6 +- .../modules/modules_driver_distance_sensor.md | 67 +- docs/en/modules/modules_driver_transponder.md | 29 +- docs/en/modules/modules_system.md | 203 +- docs/en/msg_docs/ArmingCheckReply.md | 50 +- docs/en/msg_docs/ArmingCheckReplyV0.md | 2 - docs/en/msg_docs/ArmingCheckRequest.md | 12 +- docs/en/msg_docs/index.md | 166 +- docs/public/middleware/graph_full.json | 2 +- .../middleware/graph_full_no_mavlink.json | 2 +- docs/public/middleware/graph_px4_fmu-v2.json | 2 +- docs/public/middleware/graph_px4_fmu-v4.json | 2 +- docs/public/middleware/graph_px4_fmu-v5.json | 2 +- docs/public/middleware/graph_px4_fmu-v5x.json | 2 +- docs/public/middleware/graph_px4_fmu-v6x.json | 2 +- docs/public/middleware/graph_px4_sitl.json | 2 +- 18 files changed, 14128 insertions(+), 10514 deletions(-) diff --git a/docs/en/advanced_config/parameter_reference.md b/docs/en/advanced_config/parameter_reference.md index d8af72eafd..add34aacc0 100644 --- a/docs/en/advanced_config/parameter_reference.md +++ b/docs/en/advanced_config/parameter_reference.md @@ -10,271 +10,47 @@ If a listed parameter is missing from the Firmware see: [Finding/Updating Parame -## UAVCAN Motor Parameters +## ADC -### ctl_bw (`INT32`) {#ctl_bw} +### ADC_ADS7953_EN (`INT32`) {#ADC_ADS7953_EN} -Speed controller bandwidth. +Enable ADS7953. -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. +Enable the driver for the ADS7953 board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 250 | | 75 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | -### ctl_dir (`INT32`) {#ctl_dir} +### ADC_ADS7953_REFV (`FLOAT`) {#ADC_ADS7953_REFV} -Reverse direction. +Applied reference Voltage. -Motor spin direction as detected during initial enumeration. Use 0 or 1 to reverse direction. +The voltage applied to the ADS7953 board as reference -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 2.0 | 3.0 | 0.01 | 2.5 | V | -### ctl_gain (`FLOAT`) {#ctl_gain} +### ADC_TLA2528_EN (`INT32`) {#ADC_TLA2528_EN} -Speed (RPM) controller gain. +Enable TLA2528. -Determines controller - aggressiveness; units are amp-seconds per radian. Systems with - higher rotational inertia (large props) will need gain increased; - systems with low rotational inertia (small props) may need gain - decreased. Higher values result in faster response, but may result - in oscillation and excessive overshoot. Lower values result in a - slower, smoother response. +Enable the driver for the TLA2528 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 1.00 | | 1 | C/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | -### ctl_hz_idle (`FLOAT`) {#ctl_hz_idle} +### ADC_TLA2528_REFV (`FLOAT`) {#ADC_TLA2528_REFV} -Idle speed (e Hz). +Applied reference Voltage. -Idle speed (e Hz) +The voltage applied to the TLA2528 board as reference -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 3.5 | Hz - -### ctl_start_rate (`INT32`) {#ctl_start_rate} - -Spin-up rate (e Hz/s). - -Spin-up rate (e Hz/s) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 1000 | | 25 | 1/s^2 - -### esc_index (`INT32`) {#esc_index} - -Index of this ESC in throttle command messages. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 15 | | 0 | - -### id_ext_status (`INT32`) {#id_ext_status} - -Extended status ID. - -Extended status ID - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 1000000 | | 20034 | - -### int_ext_status (`INT32`) {#int_ext_status} - -Extended status interval (µs). - -Extended status interval (µs) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000000 | | 50000 | us - -### int_status (`INT32`) {#int_status} - -ESC status interval (µs). - -ESC status interval (µs) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | 1000000 | | 50000 | us - -### mot_i_max (`FLOAT`) {#mot_i_max} - -Motor current limit in amps. - -This determines the maximum - current controller setpoint, as well as the maximum allowable - current setpoint slew rate. This value should generally be set to - the continuous current rating listed in the motor’s specification - sheet, or set equal to the motor’s specified continuous power - divided by the motor voltage limit. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 80 | | 12 | A - -### mot_kv (`INT32`) {#mot_kv} - -Motor Kv in RPM per volt. - -This can be taken from the motor’s - specification sheet; accuracy will help control performance but - some deviation from the specified value is acceptable. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4000 | | 2300 | rpm/V - -### mot_ls (`FLOAT`) {#mot_ls} - -READ ONLY: Motor inductance in henries. - -This is measured on start-up. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | H - -### mot_num_poles (`INT32`) {#mot_num_poles} - -Number of motor poles. - -Used to convert mechanical speeds to - electrical speeds. This number should be taken from the motor’s - specification sheet. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 40 | | 14 | - -### mot_rs (`FLOAT`) {#mot_rs} - -READ ONLY: Motor resistance in ohms. - -This is measured on start-up. When - tuning a new motor, check that this value is approximately equal - to the value shown in the motor’s specification sheet. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | Ohm - -### mot_v_accel (`FLOAT`) {#mot_v_accel} - -Acceleration limit (V). - -Acceleration limit (V) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1.00 | | 0.5 | V - -### mot_v_max (`FLOAT`) {#mot_v_max} - -Motor voltage limit in volts. - -The current controller’s - commanded voltage will never exceed this value. Note that this may - safely be above the nominal voltage of the motor; to determine the - actual motor voltage limit, divide the motor’s rated power by the - motor current limit. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 14.8 | V - -## UAVCAN GNSS - -### gnss.dyn_model (`INT32`) {#gnss.dyn_model} - -GNSS dynamic model. - -Dynamic model used in the GNSS positioning engine. 0 – - Automotive, 1 – Sea, 2 – Airborne. - - -**Values:** - -- `0`: Automotive -- `1`: Sea -- `2`: Airborne - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 2 | - -### gnss.old_fix_msg (`INT32`) {#gnss.old_fix_msg} - -Broadcast old GNSS fix message. - -Broadcast the old (deprecated) GNSS fix message - uavcan.equipment.gnss.Fix alongside the new alternative - uavcan.equipment.gnss.Fix2. It is recommended to - disable this feature to reduce the CAN bus traffic. - - -**Values:** - -- `0`: Fix2 -- `1`: Fix and Fix2 - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1 | - -### gnss.warn_dimens (`INT32`) {#gnss.warn_dimens} - -device health warning. - -Set the device health to Warning if the dimensionality of - the GNSS solution is less than this value. 3 for the full (3D) - solution, 2 for planar (2D) solution, 1 for time-only solution, - 0 disables the feature. - - -**Values:** - -- `0`: disables the feature -- `1`: time-only solution -- `2`: planar (2D) solution -- `3`: full (3D) solution - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | - -### gnss.warn_sats (`INT32`) {#gnss.warn_sats} - -Set the device health to Warning if the number of satellites - used in the GNSS solution is below this threshold. Zero - disables the feature - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | - -### uavcan.pubp-pres (`INT32`) {#uavcan.pubp-pres} - -Set the device health to Warning if the number of satellites - used in the GNSS solution is below this threshold. Zero - disables the feature - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000000 | | 0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 2.0 | 3.0 | 0.01 | 2.5 | V | ## ADSB @@ -282,21 +58,23 @@ Reboot | minValue | maxValue | increment | default | unit First 4 characters of CALLSIGN. -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'. +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'. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### ADSB_CALLSIGN_2 (`INT32`) {#ADSB_CALLSIGN_2} Second 4 characters of CALLSIGN. -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'. +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'. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### ADSB_EMERGC (`INT32`) {#ADSB_EMERGC} @@ -314,10 +92,9 @@ Sets the vehicle emergency state - `5`: Interference - `6`: Downed - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 6 | | 0 | ### ADSB_EMIT_TYPE (`INT32`) {#ADSB_EMIT_TYPE} @@ -348,10 +125,9 @@ Configure the emitter type of the vehicle. - `18`: ServiceSurf - `19`: PointObstacle - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 15 | | 14 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 15 | | 14 | ### ADSB_GPS_OFF_LAT (`INT32`) {#ADSB_GPS_OFF_LAT} @@ -370,10 +146,9 @@ Sets GPS lataral offset encoding - `6`: LatRight4M - `7`: LatRight6M - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### ADSB_GPS_OFF_LON (`INT32`) {#ADSB_GPS_OFF_LON} @@ -386,10 +161,9 @@ Sets GPS longitudinal offset encoding - `0`: NoData - `1`: AppliedBySensor - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### ADSB_ICAO_ID (`INT32`) {#ADSB_ICAO_ID} @@ -397,9 +171,9 @@ ADSB-Out ICAO configuration. Defines the ICAO ID of the vehicle -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1 | 16777215 | | 1194684 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 16777215 | | 1194684 | ### ADSB_ICAO_SPECL (`INT32`) {#ADSB_ICAO_SPECL} @@ -407,9 +181,9 @@ ADSB-In Special ICAO configuration. This vehicle is always tracked. Use 0 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 16777215 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 16777215 | | 0 | ### ADSB_IDENT (`INT32`) {#ADSB_IDENT} @@ -417,9 +191,9 @@ ADSB-Out Ident Configuration. Enable Identification of Position feature -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### ADSB_LEN_WIDTH (`INT32`) {#ADSB_LEN_WIDTH} @@ -446,10 +220,9 @@ Report the length and width of the vehicle in meters. In most cases, use '1' for - `14`: Len85_Wid80 - `15`: Len85_Wid90 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 15 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 15 | | 1 | ### ADSB_LIST_MAX (`INT32`) {#ADSB_LIST_MAX} @@ -457,9 +230,9 @@ ADSB-In Vehicle List Size. Change number of targets to track -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 50 | | 25 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 50 | | 25 | ### ADSB_MAX_SPEED (`INT32`) {#ADSB_MAX_SPEED} @@ -477,10 +250,9 @@ Informs ADSB vehicles of this vehicle's max speed capability - `5`: 1200Kts - `6`: Over1200Kts - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 6 | | 0 | ### ADSB_SQUAWK (`INT32`) {#ADSB_SQUAWK} @@ -488,9 +260,9 @@ ADSB-Out squawk code configuration. This parameter defines the squawk code. Value should be between 0000 and 7777. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7777 | | 1200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7777 | | 1200 | ## Actuator Outputs @@ -498,167 +270,188 @@ Reboot | minValue | maxValue | increment | default | unit PCA9685 Output Channel 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS10 (`INT32`) {#PCA9685_DIS10} PCA9685 Output Channel 10 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS11 (`INT32`) {#PCA9685_DIS11} PCA9685 Output Channel 11 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS12 (`INT32`) {#PCA9685_DIS12} PCA9685 Output Channel 12 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS13 (`INT32`) {#PCA9685_DIS13} PCA9685 Output Channel 13 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS14 (`INT32`) {#PCA9685_DIS14} PCA9685 Output Channel 14 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS15 (`INT32`) {#PCA9685_DIS15} PCA9685 Output Channel 15 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS16 (`INT32`) {#PCA9685_DIS16} PCA9685 Output Channel 16 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS2 (`INT32`) {#PCA9685_DIS2} PCA9685 Output Channel 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS3 (`INT32`) {#PCA9685_DIS3} PCA9685 Output Channel 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS4 (`INT32`) {#PCA9685_DIS4} PCA9685 Output Channel 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS5 (`INT32`) {#PCA9685_DIS5} PCA9685 Output Channel 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS6 (`INT32`) {#PCA9685_DIS6} PCA9685 Output Channel 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS7 (`INT32`) {#PCA9685_DIS7} PCA9685 Output Channel 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS8 (`INT32`) {#PCA9685_DIS8} PCA9685 Output Channel 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DIS9 (`INT32`) {#PCA9685_DIS9} PCA9685 Output Channel 9 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PCA9685_DUTY_EN (`INT32`) {#PCA9685_DUTY_EN} Put the selected channels into Duty-Cycle output mode. -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. +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. **Bitmask:** @@ -679,176 +472,208 @@ The driver will output standard pulse-width encoded signal without this bit set. - `14`: Put CH15 to Duty-Cycle mode - `15`: Put CH16 to Duty-Cycle mode +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +### PCA9685_EN_BUS (`INT32`) {#PCA9685_EN_BUS} + +Enable the PCA9685 output driver. + +The integer refers to the I2C bus number where PCA9685 is connected. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | | 0 | ### PCA9685_FAIL1 (`INT32`) {#PCA9685_FAIL1} PCA9685 Output Channel 1 Failsafe 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 PCA9685_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL10 (`INT32`) {#PCA9685_FAIL10} PCA9685 Output Channel 10 Failsafe 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 PCA9685_FUNC10). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL11 (`INT32`) {#PCA9685_FAIL11} PCA9685 Output Channel 11 Failsafe 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 PCA9685_FUNC11). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL12 (`INT32`) {#PCA9685_FAIL12} PCA9685 Output Channel 12 Failsafe 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 PCA9685_FUNC12). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL13 (`INT32`) {#PCA9685_FAIL13} PCA9685 Output Channel 13 Failsafe 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 PCA9685_FUNC13). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL14 (`INT32`) {#PCA9685_FAIL14} PCA9685 Output Channel 14 Failsafe 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 PCA9685_FUNC14). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL15 (`INT32`) {#PCA9685_FAIL15} PCA9685 Output Channel 15 Failsafe 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 PCA9685_FUNC15). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL16 (`INT32`) {#PCA9685_FAIL16} PCA9685 Output Channel 16 Failsafe 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 PCA9685_FUNC16). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL2 (`INT32`) {#PCA9685_FAIL2} PCA9685 Output Channel 2 Failsafe 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 PCA9685_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL3 (`INT32`) {#PCA9685_FAIL3} PCA9685 Output Channel 3 Failsafe 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 PCA9685_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL4 (`INT32`) {#PCA9685_FAIL4} PCA9685 Output Channel 4 Failsafe 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 PCA9685_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL5 (`INT32`) {#PCA9685_FAIL5} PCA9685 Output Channel 5 Failsafe 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 PCA9685_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL6 (`INT32`) {#PCA9685_FAIL6} PCA9685 Output Channel 6 Failsafe 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 PCA9685_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL7 (`INT32`) {#PCA9685_FAIL7} PCA9685 Output Channel 7 Failsafe 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 PCA9685_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL8 (`INT32`) {#PCA9685_FAIL8} PCA9685 Output Channel 8 Failsafe 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 PCA9685_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FAIL9 (`INT32`) {#PCA9685_FAIL9} PCA9685 Output Channel 9 Failsafe 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 PCA9685_FUNC9). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PCA9685_FUNC1 (`INT32`) {#PCA9685_FUNC1} PCA9685 Output Channel 1 Output Function. -Select what should be output on PCA9685 Output Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -904,16 +729,22 @@ Select what should be output on PCA9685 Output Channel 1. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC10 (`INT32`) {#PCA9685_FUNC10} PCA9685 Output Channel 10 Output Function. -Select what should be output on PCA9685 Output Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -969,16 +800,22 @@ Select what should be output on PCA9685 Output Channel 10. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC11 (`INT32`) {#PCA9685_FUNC11} PCA9685 Output Channel 11 Output Function. -Select what should be output on PCA9685 Output Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1034,16 +871,22 @@ Select what should be output on PCA9685 Output Channel 11. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC12 (`INT32`) {#PCA9685_FUNC12} PCA9685 Output Channel 12 Output Function. -Select what should be output on PCA9685 Output Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1099,16 +942,22 @@ Select what should be output on PCA9685 Output Channel 12. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC13 (`INT32`) {#PCA9685_FUNC13} PCA9685 Output Channel 13 Output Function. -Select what should be output on PCA9685 Output Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1164,16 +1013,22 @@ Select what should be output on PCA9685 Output Channel 13. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC14 (`INT32`) {#PCA9685_FUNC14} PCA9685 Output Channel 14 Output Function. -Select what should be output on PCA9685 Output Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1229,16 +1084,22 @@ Select what should be output on PCA9685 Output Channel 14. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC15 (`INT32`) {#PCA9685_FUNC15} PCA9685 Output Channel 15 Output Function. -Select what should be output on PCA9685 Output Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1294,16 +1155,22 @@ Select what should be output on PCA9685 Output Channel 15. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC16 (`INT32`) {#PCA9685_FUNC16} PCA9685 Output Channel 16 Output Function. -Select what should be output on PCA9685 Output Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1359,16 +1226,22 @@ Select what should be output on PCA9685 Output Channel 16. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC2 (`INT32`) {#PCA9685_FUNC2} PCA9685 Output Channel 2 Output Function. -Select what should be output on PCA9685 Output Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1424,16 +1297,22 @@ Select what should be output on PCA9685 Output Channel 2. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC3 (`INT32`) {#PCA9685_FUNC3} PCA9685 Output Channel 3 Output Function. -Select what should be output on PCA9685 Output Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1489,16 +1368,22 @@ Select what should be output on PCA9685 Output Channel 3. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC4 (`INT32`) {#PCA9685_FUNC4} PCA9685 Output Channel 4 Output Function. -Select what should be output on PCA9685 Output Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1554,16 +1439,22 @@ Select what should be output on PCA9685 Output Channel 4. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC5 (`INT32`) {#PCA9685_FUNC5} PCA9685 Output Channel 5 Output Function. -Select what should be output on PCA9685 Output Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1619,16 +1510,22 @@ Select what should be output on PCA9685 Output Channel 5. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC6 (`INT32`) {#PCA9685_FUNC6} PCA9685 Output Channel 6 Output Function. -Select what should be output on PCA9685 Output Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1684,16 +1581,22 @@ Select what should be output on PCA9685 Output Channel 6. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC7 (`INT32`) {#PCA9685_FUNC7} PCA9685 Output Channel 7 Output Function. -Select what should be output on PCA9685 Output Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1749,16 +1652,22 @@ Select what should be output on PCA9685 Output Channel 7. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC8 (`INT32`) {#PCA9685_FUNC8} PCA9685 Output Channel 8 Output Function. -Select what should be output on PCA9685 Output Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1814,16 +1723,22 @@ Select what should be output on PCA9685 Output Channel 8. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PCA9685_FUNC9 (`INT32`) {#PCA9685_FUNC9} PCA9685 Output Channel 9 Output Function. -Select what should be output on PCA9685 Output Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on 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 **Values:** @@ -1879,10 +1794,19 @@ Select what should be output on PCA9685 Output Channel 9. The default failsafe v - `452`: IC Engine Choke - `453`: IC Engine Starter +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +### PCA9685_I2C_ADDR (`INT32`) {#PCA9685_I2C_ADDR} + +I2C address of PCA9685. + +The default address is 0x40 (64). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 127 | | 64 | ### PCA9685_MAX1 (`INT32`) {#PCA9685_MAX1} @@ -1890,9 +1814,9 @@ PCA9685 Output Channel 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX10 (`INT32`) {#PCA9685_MAX10} @@ -1900,9 +1824,9 @@ PCA9685 Output Channel 10 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX11 (`INT32`) {#PCA9685_MAX11} @@ -1910,9 +1834,9 @@ PCA9685 Output Channel 11 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX12 (`INT32`) {#PCA9685_MAX12} @@ -1920,9 +1844,9 @@ PCA9685 Output Channel 12 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX13 (`INT32`) {#PCA9685_MAX13} @@ -1930,9 +1854,9 @@ PCA9685 Output Channel 13 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX14 (`INT32`) {#PCA9685_MAX14} @@ -1940,9 +1864,9 @@ PCA9685 Output Channel 14 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX15 (`INT32`) {#PCA9685_MAX15} @@ -1950,9 +1874,9 @@ PCA9685 Output Channel 15 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX16 (`INT32`) {#PCA9685_MAX16} @@ -1960,9 +1884,9 @@ PCA9685 Output Channel 16 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX2 (`INT32`) {#PCA9685_MAX2} @@ -1970,9 +1894,9 @@ PCA9685 Output Channel 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX3 (`INT32`) {#PCA9685_MAX3} @@ -1980,9 +1904,9 @@ PCA9685 Output Channel 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX4 (`INT32`) {#PCA9685_MAX4} @@ -1990,9 +1914,9 @@ PCA9685 Output Channel 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX5 (`INT32`) {#PCA9685_MAX5} @@ -2000,9 +1924,9 @@ PCA9685 Output Channel 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX6 (`INT32`) {#PCA9685_MAX6} @@ -2010,9 +1934,9 @@ PCA9685 Output Channel 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX7 (`INT32`) {#PCA9685_MAX7} @@ -2020,9 +1944,9 @@ PCA9685 Output Channel 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX8 (`INT32`) {#PCA9685_MAX8} @@ -2030,9 +1954,9 @@ PCA9685 Output Channel 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MAX9 (`INT32`) {#PCA9685_MAX9} @@ -2040,9 +1964,9 @@ PCA9685 Output Channel 9 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 1900 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 1900 | ### PCA9685_MIN1 (`INT32`) {#PCA9685_MIN1} @@ -2050,9 +1974,9 @@ PCA9685 Output Channel 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN10 (`INT32`) {#PCA9685_MIN10} @@ -2060,9 +1984,9 @@ PCA9685 Output Channel 10 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN11 (`INT32`) {#PCA9685_MIN11} @@ -2070,9 +1994,9 @@ PCA9685 Output Channel 11 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN12 (`INT32`) {#PCA9685_MIN12} @@ -2080,9 +2004,9 @@ PCA9685 Output Channel 12 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN13 (`INT32`) {#PCA9685_MIN13} @@ -2090,9 +2014,9 @@ PCA9685 Output Channel 13 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN14 (`INT32`) {#PCA9685_MIN14} @@ -2100,9 +2024,9 @@ PCA9685 Output Channel 14 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN15 (`INT32`) {#PCA9685_MIN15} @@ -2110,9 +2034,9 @@ PCA9685 Output Channel 15 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN16 (`INT32`) {#PCA9685_MIN16} @@ -2120,9 +2044,9 @@ PCA9685 Output Channel 16 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN2 (`INT32`) {#PCA9685_MIN2} @@ -2130,9 +2054,9 @@ PCA9685 Output Channel 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN3 (`INT32`) {#PCA9685_MIN3} @@ -2140,9 +2064,9 @@ PCA9685 Output Channel 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN4 (`INT32`) {#PCA9685_MIN4} @@ -2150,9 +2074,9 @@ PCA9685 Output Channel 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN5 (`INT32`) {#PCA9685_MIN5} @@ -2160,9 +2084,9 @@ PCA9685 Output Channel 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN6 (`INT32`) {#PCA9685_MIN6} @@ -2170,9 +2094,9 @@ PCA9685 Output Channel 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN7 (`INT32`) {#PCA9685_MIN7} @@ -2180,9 +2104,9 @@ PCA9685 Output Channel 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN8 (`INT32`) {#PCA9685_MIN8} @@ -2190,9 +2114,9 @@ PCA9685 Output Channel 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_MIN9 (`INT32`) {#PCA9685_MIN9} @@ -2200,25 +2124,32 @@ PCA9685 Output Channel 9 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1100 | ### PCA9685_PWM_FREQ (`FLOAT`) {#PCA9685_PWM_FREQ} PWM cycle frequency. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 23.8 | 1525.87 | | 50.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 23.8 | 1525.87 | | 50.0 | ### PCA9685_REV (`INT32`) {#PCA9685_REV} Reverse Output Range for PCA9685 Output. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -2239,246 +2170,387 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `14`: PCA9685 Output Channel 15 - `15`: PCA9685 Output Channel 16 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### PCA9685_SCHD_HZ (`FLOAT`) {#PCA9685_SCHD_HZ} PWM update rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 50.0 | 400.0 | | 50.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 50.0 | 400.0 | | 50.0 | + +### PWM_AUX_CENT1 (`INT32`) {#PWM_AUX_CENT1} + +PWM Aux 1 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT10 (`INT32`) {#PWM_AUX_CENT10} + +PWM Capture 2 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT11 (`INT32`) {#PWM_AUX_CENT11} + +PWM Capture 3 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT2 (`INT32`) {#PWM_AUX_CENT2} + +PWM Aux 2 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT3 (`INT32`) {#PWM_AUX_CENT3} + +PWM Aux 3 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT4 (`INT32`) {#PWM_AUX_CENT4} + +PWM Aux 4 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT5 (`INT32`) {#PWM_AUX_CENT5} + +PWM Aux 5 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT6 (`INT32`) {#PWM_AUX_CENT6} + +PWM Aux 6 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT7 (`INT32`) {#PWM_AUX_CENT7} + +PWM Aux 7 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT8 (`INT32`) {#PWM_AUX_CENT8} + +PWM Aux 8 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | + +### PWM_AUX_CENT9 (`INT32`) {#PWM_AUX_CENT9} + +PWM Capture 1 Center Value. + +Servo Center output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_DIS1 (`INT32`) {#PWM_AUX_DIS1} PWM Aux 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS10 (`INT32`) {#PWM_AUX_DIS10} PWM Capture 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS11 (`INT32`) {#PWM_AUX_DIS11} PWM Capture 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS2 (`INT32`) {#PWM_AUX_DIS2} PWM Aux 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS3 (`INT32`) {#PWM_AUX_DIS3} PWM Aux 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS4 (`INT32`) {#PWM_AUX_DIS4} PWM Aux 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS5 (`INT32`) {#PWM_AUX_DIS5} PWM Aux 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS6 (`INT32`) {#PWM_AUX_DIS6} PWM Aux 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS7 (`INT32`) {#PWM_AUX_DIS7} PWM Aux 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS8 (`INT32`) {#PWM_AUX_DIS8} PWM Aux 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_DIS9 (`INT32`) {#PWM_AUX_DIS9} PWM Capture 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_AUX_FAIL1 (`INT32`) {#PWM_AUX_FAIL1} PWM Aux 1 Failsafe 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_AUX_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL10 (`INT32`) {#PWM_AUX_FAIL10} PWM Capture 2 Failsafe 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_AUX_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL11 (`INT32`) {#PWM_AUX_FAIL11} PWM Capture 3 Failsafe 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_AUX_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL2 (`INT32`) {#PWM_AUX_FAIL2} PWM Aux 2 Failsafe 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_AUX_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL3 (`INT32`) {#PWM_AUX_FAIL3} PWM Aux 3 Failsafe 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_AUX_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL4 (`INT32`) {#PWM_AUX_FAIL4} PWM Aux 4 Failsafe 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_AUX_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL5 (`INT32`) {#PWM_AUX_FAIL5} PWM Aux 5 Failsafe 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_AUX_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL6 (`INT32`) {#PWM_AUX_FAIL6} PWM Aux 6 Failsafe 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_AUX_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL7 (`INT32`) {#PWM_AUX_FAIL7} PWM Aux 7 Failsafe 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_AUX_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL8 (`INT32`) {#PWM_AUX_FAIL8} PWM Aux 8 Failsafe 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_AUX_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FAIL9 (`INT32`) {#PWM_AUX_FAIL9} PWM Capture 1 Failsafe 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_AUX_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_AUX_FUNC1 (`INT32`) {#PWM_AUX_FUNC1} PWM Aux 1 Output Function. -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 +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 **Values:** @@ -2538,16 +2610,22 @@ Select what should be output on PWM Aux 1. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC10 (`INT32`) {#PWM_AUX_FUNC10} PWM Capture 2 Output Function. -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 +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 **Values:** @@ -2607,16 +2685,22 @@ Select what should be output on PWM Capture 2. The default failsafe value is set - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC11 (`INT32`) {#PWM_AUX_FUNC11} PWM Capture 3 Output Function. -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 +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 **Values:** @@ -2676,16 +2760,22 @@ Select what should be output on PWM Capture 3. The default failsafe value is set - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC2 (`INT32`) {#PWM_AUX_FUNC2} PWM Aux 2 Output Function. -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 +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 **Values:** @@ -2745,16 +2835,22 @@ Select what should be output on PWM Aux 2. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC3 (`INT32`) {#PWM_AUX_FUNC3} PWM Aux 3 Output Function. -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 +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 **Values:** @@ -2814,16 +2910,22 @@ Select what should be output on PWM Aux 3. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC4 (`INT32`) {#PWM_AUX_FUNC4} PWM Aux 4 Output Function. -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 +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 **Values:** @@ -2883,16 +2985,22 @@ Select what should be output on PWM Aux 4. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC5 (`INT32`) {#PWM_AUX_FUNC5} PWM Aux 5 Output Function. -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 +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 **Values:** @@ -2952,16 +3060,22 @@ Select what should be output on PWM Aux 5. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC6 (`INT32`) {#PWM_AUX_FUNC6} PWM Aux 6 Output Function. -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 +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 **Values:** @@ -3021,16 +3135,22 @@ Select what should be output on PWM Aux 6. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC7 (`INT32`) {#PWM_AUX_FUNC7} PWM Aux 7 Output Function. -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 +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 **Values:** @@ -3090,16 +3210,22 @@ Select what should be output on PWM Aux 7. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC8 (`INT32`) {#PWM_AUX_FUNC8} PWM Aux 8 Output Function. -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 +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 **Values:** @@ -3159,16 +3285,22 @@ Select what should be output on PWM Aux 8. The default failsafe value is set acc - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_FUNC9 (`INT32`) {#PWM_AUX_FUNC9} PWM Capture 1 Output Function. -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 +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 **Values:** @@ -3228,10 +3360,9 @@ Select what should be output on PWM Capture 1. The default failsafe value is set - `2064`: PPS Input - `2070`: RPM Input - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_AUX_MAX1 (`INT32`) {#PWM_AUX_MAX1} @@ -3239,9 +3370,9 @@ PWM Aux 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX10 (`INT32`) {#PWM_AUX_MAX10} @@ -3249,9 +3380,9 @@ PWM Capture 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX11 (`INT32`) {#PWM_AUX_MAX11} @@ -3259,9 +3390,9 @@ PWM Capture 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX2 (`INT32`) {#PWM_AUX_MAX2} @@ -3269,9 +3400,9 @@ PWM Aux 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX3 (`INT32`) {#PWM_AUX_MAX3} @@ -3279,9 +3410,9 @@ PWM Aux 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX4 (`INT32`) {#PWM_AUX_MAX4} @@ -3289,9 +3420,9 @@ PWM Aux 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX5 (`INT32`) {#PWM_AUX_MAX5} @@ -3299,9 +3430,9 @@ PWM Aux 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX6 (`INT32`) {#PWM_AUX_MAX6} @@ -3309,9 +3440,9 @@ PWM Aux 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX7 (`INT32`) {#PWM_AUX_MAX7} @@ -3319,9 +3450,9 @@ PWM Aux 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX8 (`INT32`) {#PWM_AUX_MAX8} @@ -3329,9 +3460,9 @@ PWM Aux 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX9 (`INT32`) {#PWM_AUX_MAX9} @@ -3339,9 +3470,9 @@ PWM Capture 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_AUX_MIN1 (`INT32`) {#PWM_AUX_MIN1} @@ -3349,9 +3480,9 @@ PWM Aux 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN10 (`INT32`) {#PWM_AUX_MIN10} @@ -3359,9 +3490,9 @@ PWM Capture 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN11 (`INT32`) {#PWM_AUX_MIN11} @@ -3369,9 +3500,9 @@ PWM Capture 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN2 (`INT32`) {#PWM_AUX_MIN2} @@ -3379,9 +3510,9 @@ PWM Aux 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN3 (`INT32`) {#PWM_AUX_MIN3} @@ -3389,9 +3520,9 @@ PWM Aux 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN4 (`INT32`) {#PWM_AUX_MIN4} @@ -3399,9 +3530,9 @@ PWM Aux 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN5 (`INT32`) {#PWM_AUX_MIN5} @@ -3409,9 +3540,9 @@ PWM Aux 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN6 (`INT32`) {#PWM_AUX_MIN6} @@ -3419,9 +3550,9 @@ PWM Aux 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN7 (`INT32`) {#PWM_AUX_MIN7} @@ -3429,9 +3560,9 @@ PWM Aux 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN8 (`INT32`) {#PWM_AUX_MIN8} @@ -3439,9 +3570,9 @@ PWM Aux 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_MIN9 (`INT32`) {#PWM_AUX_MIN9} @@ -3449,15 +3580,16 @@ PWM Capture 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_AUX_REV (`INT32`) {#PWM_AUX_REV} Reverse Output Range for PWM AUX. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -3473,16 +3605,16 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `9`: PWM Capture 2 - `10`: PWM Capture 3 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2047 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2047 | | 0 | ### PWM_AUX_TIM0 (`INT32`) {#PWM_AUX_TIM0} Output Protocol Configuration for PWM Aux 1-4. -Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Aux 1-4. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3495,16 +3627,16 @@ Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates ca - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_AUX_TIM1 (`INT32`) {#PWM_AUX_TIM1} Output Protocol Configuration for PWM Aux 5-6. -Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Aux 5-6. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3514,16 +3646,16 @@ Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates ca - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_AUX_TIM2 (`INT32`) {#PWM_AUX_TIM2} Output Protocol Configuration for PWM Aux 7-8. -Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates can be used by directly setting any value >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. **Values:** @@ -3533,16 +3665,16 @@ Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates ca - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_AUX_TIM3 (`INT32`) {#PWM_AUX_TIM3} Output Protocol Configuration for PWM Capture 1-3. -Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Capture 1-3. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3552,176 +3684,198 @@ Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rate - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_MAIN_DIS1 (`INT32`) {#PWM_MAIN_DIS1} MAIN 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS2 (`INT32`) {#PWM_MAIN_DIS2} MAIN 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS3 (`INT32`) {#PWM_MAIN_DIS3} MAIN 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS4 (`INT32`) {#PWM_MAIN_DIS4} MAIN 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS5 (`INT32`) {#PWM_MAIN_DIS5} MAIN 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS6 (`INT32`) {#PWM_MAIN_DIS6} MAIN 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS7 (`INT32`) {#PWM_MAIN_DIS7} MAIN 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS8 (`INT32`) {#PWM_MAIN_DIS8} MAIN 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 2200 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 2200 | | 1000 | ### PWM_MAIN_FAIL1 (`INT32`) {#PWM_MAIN_FAIL1} MAIN 1 Failsafe 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_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL2 (`INT32`) {#PWM_MAIN_FAIL2} MAIN 2 Failsafe 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_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL3 (`INT32`) {#PWM_MAIN_FAIL3} MAIN 3 Failsafe 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_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL4 (`INT32`) {#PWM_MAIN_FAIL4} MAIN 4 Failsafe 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_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL5 (`INT32`) {#PWM_MAIN_FAIL5} MAIN 5 Failsafe 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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL6 (`INT32`) {#PWM_MAIN_FAIL6} MAIN 6 Failsafe 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_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL7 (`INT32`) {#PWM_MAIN_FAIL7} MAIN 7 Failsafe 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_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL8 (`INT32`) {#PWM_MAIN_FAIL8} MAIN 8 Failsafe 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_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 2200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 2200 | | -1 | ### PWM_MAIN_FUNC1 (`INT32`) {#PWM_MAIN_FUNC1} MAIN 1 Output Function. -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 +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 **Values:** @@ -3777,16 +3931,22 @@ Select what should be output on MAIN 1. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC2 (`INT32`) {#PWM_MAIN_FUNC2} MAIN 2 Output Function. -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 +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 **Values:** @@ -3842,16 +4002,22 @@ Select what should be output on MAIN 2. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC3 (`INT32`) {#PWM_MAIN_FUNC3} MAIN 3 Output Function. -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 +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 **Values:** @@ -3907,16 +4073,22 @@ Select what should be output on MAIN 3. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC4 (`INT32`) {#PWM_MAIN_FUNC4} MAIN 4 Output Function. -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 +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 **Values:** @@ -3972,16 +4144,22 @@ Select what should be output on MAIN 4. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC5 (`INT32`) {#PWM_MAIN_FUNC5} MAIN 5 Output Function. -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 +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 **Values:** @@ -4037,16 +4215,22 @@ Select what should be output on MAIN 5. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC6 (`INT32`) {#PWM_MAIN_FUNC6} MAIN 6 Output Function. -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 +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 **Values:** @@ -4102,16 +4286,22 @@ Select what should be output on MAIN 6. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC7 (`INT32`) {#PWM_MAIN_FUNC7} MAIN 7 Output Function. -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 +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 **Values:** @@ -4167,16 +4357,22 @@ Select what should be output on MAIN 7. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_FUNC8 (`INT32`) {#PWM_MAIN_FUNC8} MAIN 8 Output Function. -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 +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 **Values:** @@ -4232,10 +4428,9 @@ Select what should be output on MAIN 8. The default failsafe value is set accord - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### PWM_MAIN_MAX1 (`INT32`) {#PWM_MAIN_MAX1} @@ -4243,9 +4438,9 @@ MAIN 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX2 (`INT32`) {#PWM_MAIN_MAX2} @@ -4253,9 +4448,9 @@ MAIN 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX3 (`INT32`) {#PWM_MAIN_MAX3} @@ -4263,9 +4458,9 @@ MAIN 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX4 (`INT32`) {#PWM_MAIN_MAX4} @@ -4273,9 +4468,9 @@ MAIN 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX5 (`INT32`) {#PWM_MAIN_MAX5} @@ -4283,9 +4478,9 @@ MAIN 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX6 (`INT32`) {#PWM_MAIN_MAX6} @@ -4293,9 +4488,9 @@ MAIN 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX7 (`INT32`) {#PWM_MAIN_MAX7} @@ -4303,9 +4498,9 @@ MAIN 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX8 (`INT32`) {#PWM_MAIN_MAX8} @@ -4313,9 +4508,9 @@ MAIN 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1600 | 2200 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1600 | 2200 | | 2000 | ### PWM_MAIN_MIN1 (`INT32`) {#PWM_MAIN_MIN1} @@ -4323,9 +4518,9 @@ MAIN 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN2 (`INT32`) {#PWM_MAIN_MIN2} @@ -4333,9 +4528,9 @@ MAIN 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN3 (`INT32`) {#PWM_MAIN_MIN3} @@ -4343,9 +4538,9 @@ MAIN 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN4 (`INT32`) {#PWM_MAIN_MIN4} @@ -4353,9 +4548,9 @@ MAIN 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN5 (`INT32`) {#PWM_MAIN_MIN5} @@ -4363,9 +4558,9 @@ MAIN 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN6 (`INT32`) {#PWM_MAIN_MIN6} @@ -4373,9 +4568,9 @@ MAIN 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN7 (`INT32`) {#PWM_MAIN_MIN7} @@ -4383,9 +4578,9 @@ MAIN 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN8 (`INT32`) {#PWM_MAIN_MIN8} @@ -4393,15 +4588,16 @@ MAIN 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800 | 1400 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800 | 1400 | | 1000 | ### PWM_MAIN_REV (`INT32`) {#PWM_MAIN_REV} Reverse Output Range for PWM MAIN. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -4414,16 +4610,16 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: MAIN 7 - `7`: MAIN 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### PWM_MAIN_TIM0 (`INT32`) {#PWM_MAIN_TIM0} Output Protocol Configuration for MAIN 1-2. -Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 1-2. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4433,16 +4629,16 @@ Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can b - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_MAIN_TIM1 (`INT32`) {#PWM_MAIN_TIM1} Output Protocol Configuration for MAIN 3-4. -Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 3-4. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4452,16 +4648,16 @@ Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can b - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### PWM_MAIN_TIM2 (`INT32`) {#PWM_MAIN_TIM2} Output Protocol Configuration for MAIN 5-8. -Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 5-8. +Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4471,56 +4667,66 @@ Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can b - `200`: PWM 200 Hz - `400`: PWM 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 400 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 400 | ### RBCLW_DIS1 (`INT32`) {#RBCLW_DIS1} Roboclaw Driver Channel 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 128 | 128 | | 128 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 128 | 128 | | 128 | ### RBCLW_DIS2 (`INT32`) {#RBCLW_DIS2} Roboclaw Driver Channel 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 128 | 128 | | 128 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 128 | 128 | | 128 | ### RBCLW_FAIL1 (`INT32`) {#RBCLW_FAIL1} Roboclaw Driver Channel 1 Failsafe 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 RBCLW_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 257 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 257 | | -1 | ### RBCLW_FAIL2 (`INT32`) {#RBCLW_FAIL2} Roboclaw Driver Channel 2 Failsafe 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 RBCLW_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 257 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 257 | | -1 | ### RBCLW_FUNC1 (`INT32`) {#RBCLW_FUNC1} Roboclaw Driver Channel 1 Output Function. -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 +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 **Values:** @@ -4576,16 +4782,22 @@ Select what should be output on Roboclaw Driver Channel 1. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### RBCLW_FUNC2 (`INT32`) {#RBCLW_FUNC2} Roboclaw Driver Channel 2 Output Function. -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 +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 **Values:** @@ -4641,10 +4853,9 @@ Select what should be output on Roboclaw Driver Channel 2. The default failsafe - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### RBCLW_MAX1 (`INT32`) {#RBCLW_MAX1} @@ -4652,9 +4863,9 @@ Roboclaw Driver Channel 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 128 | 256 | | 256 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 128 | 256 | | 256 | ### RBCLW_MAX2 (`INT32`) {#RBCLW_MAX2} @@ -4662,9 +4873,9 @@ Roboclaw Driver Channel 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 128 | 256 | | 256 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 128 | 256 | | 256 | ### RBCLW_MIN1 (`INT32`) {#RBCLW_MIN1} @@ -4672,9 +4883,9 @@ Roboclaw Driver Channel 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 128 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 128 | | 1 | ### RBCLW_MIN2 (`INT32`) {#RBCLW_MIN2} @@ -4682,191 +4893,302 @@ Roboclaw Driver Channel 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 128 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 128 | | 1 | ### RBCLW_REV (`INT32`) {#RBCLW_REV} Reverse Output Range for Roboclaw Driver. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** - `0`: Roboclaw Driver Channel 1 - `1`: Roboclaw Driver Channel 2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### SIM_GZ_EC_DIS1 (`INT32`) {#SIM_GZ_EC_DIS1} SIM_GZ ESC 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_DIS10 (`INT32`) {#SIM_GZ_EC_DIS10} + +SIM_GZ ESC 10 Disarmed Value. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_DIS11 (`INT32`) {#SIM_GZ_EC_DIS11} + +SIM_GZ ESC 11 Disarmed Value. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_DIS12 (`INT32`) {#SIM_GZ_EC_DIS12} + +SIM_GZ ESC 12 Disarmed Value. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS2 (`INT32`) {#SIM_GZ_EC_DIS2} SIM_GZ ESC 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS3 (`INT32`) {#SIM_GZ_EC_DIS3} SIM_GZ ESC 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS4 (`INT32`) {#SIM_GZ_EC_DIS4} SIM_GZ ESC 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS5 (`INT32`) {#SIM_GZ_EC_DIS5} SIM_GZ ESC 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS6 (`INT32`) {#SIM_GZ_EC_DIS6} SIM_GZ ESC 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS7 (`INT32`) {#SIM_GZ_EC_DIS7} SIM_GZ ESC 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS8 (`INT32`) {#SIM_GZ_EC_DIS8} SIM_GZ ESC 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_DIS9 (`INT32`) {#SIM_GZ_EC_DIS9} + +SIM_GZ ESC 9 Disarmed Value. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_FAIL1 (`INT32`) {#SIM_GZ_EC_FAIL1} SIM_GZ ESC 1 Failsafe 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 SIM_GZ_EC_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | + +### SIM_GZ_EC_FAIL10 (`INT32`) {#SIM_GZ_EC_FAIL10} + +SIM_GZ ESC 10 Failsafe 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 SIM_GZ_EC_FUNC10). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | + +### SIM_GZ_EC_FAIL11 (`INT32`) {#SIM_GZ_EC_FAIL11} + +SIM_GZ ESC 11 Failsafe 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 SIM_GZ_EC_FUNC11). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | + +### SIM_GZ_EC_FAIL12 (`INT32`) {#SIM_GZ_EC_FAIL12} + +SIM_GZ ESC 12 Failsafe 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 SIM_GZ_EC_FUNC12). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL2 (`INT32`) {#SIM_GZ_EC_FAIL2} SIM_GZ ESC 2 Failsafe 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 SIM_GZ_EC_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL3 (`INT32`) {#SIM_GZ_EC_FAIL3} SIM_GZ ESC 3 Failsafe 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 SIM_GZ_EC_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL4 (`INT32`) {#SIM_GZ_EC_FAIL4} SIM_GZ ESC 4 Failsafe 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 SIM_GZ_EC_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL5 (`INT32`) {#SIM_GZ_EC_FAIL5} SIM_GZ ESC 5 Failsafe 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 SIM_GZ_EC_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL6 (`INT32`) {#SIM_GZ_EC_FAIL6} SIM_GZ ESC 6 Failsafe 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 SIM_GZ_EC_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL7 (`INT32`) {#SIM_GZ_EC_FAIL7} SIM_GZ ESC 7 Failsafe 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 SIM_GZ_EC_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL8 (`INT32`) {#SIM_GZ_EC_FAIL8} SIM_GZ ESC 8 Failsafe 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 SIM_GZ_EC_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | + +### SIM_GZ_EC_FAIL9 (`INT32`) {#SIM_GZ_EC_FAIL9} + +SIM_GZ ESC 9 Failsafe 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 SIM_GZ_EC_FUNC9). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_EC_FUNC1 (`INT32`) {#SIM_GZ_EC_FUNC1} SIM_GZ ESC 1 Output Function. -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 +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 **Values:** @@ -4922,16 +5244,235 @@ Select what should be output on SIM_GZ ESC 1. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +### SIM_GZ_EC_FUNC10 (`INT32`) {#SIM_GZ_EC_FUNC10} + +SIM_GZ ESC 10 Output Function. + +Select what should be output on SIM_GZ 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 + +**Values:** + +- `0`: Disabled +- `1`: Constant Min +- `2`: Constant Max +- `101`: Motor 1 +- `102`: Motor 2 +- `103`: Motor 3 +- `104`: Motor 4 +- `105`: Motor 5 +- `106`: Motor 6 +- `107`: Motor 7 +- `108`: Motor 8 +- `109`: Motor 9 +- `110`: Motor 10 +- `111`: Motor 11 +- `112`: Motor 12 +- `201`: Servo 1 +- `202`: Servo 2 +- `203`: Servo 3 +- `204`: Servo 4 +- `205`: Servo 5 +- `206`: Servo 6 +- `207`: Servo 7 +- `208`: Servo 8 +- `301`: Peripheral via Actuator Set 1 +- `302`: Peripheral via Actuator Set 2 +- `303`: Peripheral via Actuator Set 3 +- `304`: Peripheral via Actuator Set 4 +- `305`: Peripheral via Actuator Set 5 +- `306`: Peripheral via Actuator Set 6 +- `400`: Landing Gear +- `401`: Parachute +- `402`: RC Roll +- `403`: RC Pitch +- `404`: RC Throttle +- `405`: RC Yaw +- `406`: RC Flaps +- `407`: RC AUX 1 +- `408`: RC AUX 2 +- `409`: RC AUX 3 +- `410`: RC AUX 4 +- `411`: RC AUX 5 +- `412`: RC AUX 6 +- `420`: Gimbal Roll +- `421`: Gimbal Pitch +- `422`: Gimbal Yaw +- `430`: Gripper +- `440`: Landing Gear Wheel +- `450`: IC Engine Ignition +- `451`: IC Engine Throttle +- `452`: IC Engine Choke +- `453`: IC Engine Starter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | + +### SIM_GZ_EC_FUNC11 (`INT32`) {#SIM_GZ_EC_FUNC11} + +SIM_GZ ESC 11 Output Function. + +Select what should be output on SIM_GZ 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 + +**Values:** + +- `0`: Disabled +- `1`: Constant Min +- `2`: Constant Max +- `101`: Motor 1 +- `102`: Motor 2 +- `103`: Motor 3 +- `104`: Motor 4 +- `105`: Motor 5 +- `106`: Motor 6 +- `107`: Motor 7 +- `108`: Motor 8 +- `109`: Motor 9 +- `110`: Motor 10 +- `111`: Motor 11 +- `112`: Motor 12 +- `201`: Servo 1 +- `202`: Servo 2 +- `203`: Servo 3 +- `204`: Servo 4 +- `205`: Servo 5 +- `206`: Servo 6 +- `207`: Servo 7 +- `208`: Servo 8 +- `301`: Peripheral via Actuator Set 1 +- `302`: Peripheral via Actuator Set 2 +- `303`: Peripheral via Actuator Set 3 +- `304`: Peripheral via Actuator Set 4 +- `305`: Peripheral via Actuator Set 5 +- `306`: Peripheral via Actuator Set 6 +- `400`: Landing Gear +- `401`: Parachute +- `402`: RC Roll +- `403`: RC Pitch +- `404`: RC Throttle +- `405`: RC Yaw +- `406`: RC Flaps +- `407`: RC AUX 1 +- `408`: RC AUX 2 +- `409`: RC AUX 3 +- `410`: RC AUX 4 +- `411`: RC AUX 5 +- `412`: RC AUX 6 +- `420`: Gimbal Roll +- `421`: Gimbal Pitch +- `422`: Gimbal Yaw +- `430`: Gripper +- `440`: Landing Gear Wheel +- `450`: IC Engine Ignition +- `451`: IC Engine Throttle +- `452`: IC Engine Choke +- `453`: IC Engine Starter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | + +### SIM_GZ_EC_FUNC12 (`INT32`) {#SIM_GZ_EC_FUNC12} + +SIM_GZ ESC 12 Output Function. + +Select what should be output on SIM_GZ 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 + +**Values:** + +- `0`: Disabled +- `1`: Constant Min +- `2`: Constant Max +- `101`: Motor 1 +- `102`: Motor 2 +- `103`: Motor 3 +- `104`: Motor 4 +- `105`: Motor 5 +- `106`: Motor 6 +- `107`: Motor 7 +- `108`: Motor 8 +- `109`: Motor 9 +- `110`: Motor 10 +- `111`: Motor 11 +- `112`: Motor 12 +- `201`: Servo 1 +- `202`: Servo 2 +- `203`: Servo 3 +- `204`: Servo 4 +- `205`: Servo 5 +- `206`: Servo 6 +- `207`: Servo 7 +- `208`: Servo 8 +- `301`: Peripheral via Actuator Set 1 +- `302`: Peripheral via Actuator Set 2 +- `303`: Peripheral via Actuator Set 3 +- `304`: Peripheral via Actuator Set 4 +- `305`: Peripheral via Actuator Set 5 +- `306`: Peripheral via Actuator Set 6 +- `400`: Landing Gear +- `401`: Parachute +- `402`: RC Roll +- `403`: RC Pitch +- `404`: RC Throttle +- `405`: RC Yaw +- `406`: RC Flaps +- `407`: RC AUX 1 +- `408`: RC AUX 2 +- `409`: RC AUX 3 +- `410`: RC AUX 4 +- `411`: RC AUX 5 +- `412`: RC AUX 6 +- `420`: Gimbal Roll +- `421`: Gimbal Pitch +- `422`: Gimbal Yaw +- `430`: Gripper +- `440`: Landing Gear Wheel +- `450`: IC Engine Ignition +- `451`: IC Engine Throttle +- `452`: IC Engine Choke +- `453`: IC Engine Starter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC2 (`INT32`) {#SIM_GZ_EC_FUNC2} SIM_GZ ESC 2 Output Function. -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 +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 **Values:** @@ -4987,16 +5528,22 @@ Select what should be output on SIM_GZ ESC 2. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC3 (`INT32`) {#SIM_GZ_EC_FUNC3} SIM_GZ ESC 3 Output Function. -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 +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 **Values:** @@ -5052,16 +5599,22 @@ Select what should be output on SIM_GZ ESC 3. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC4 (`INT32`) {#SIM_GZ_EC_FUNC4} SIM_GZ ESC 4 Output Function. -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 +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 **Values:** @@ -5117,16 +5670,22 @@ Select what should be output on SIM_GZ ESC 4. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC5 (`INT32`) {#SIM_GZ_EC_FUNC5} SIM_GZ ESC 5 Output Function. -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 +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 **Values:** @@ -5182,16 +5741,22 @@ Select what should be output on SIM_GZ ESC 5. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC6 (`INT32`) {#SIM_GZ_EC_FUNC6} SIM_GZ ESC 6 Output Function. -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 +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 **Values:** @@ -5247,16 +5812,22 @@ Select what should be output on SIM_GZ ESC 6. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC7 (`INT32`) {#SIM_GZ_EC_FUNC7} SIM_GZ ESC 7 Output Function. -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 +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 **Values:** @@ -5312,16 +5883,22 @@ Select what should be output on SIM_GZ ESC 7. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_FUNC8 (`INT32`) {#SIM_GZ_EC_FUNC8} SIM_GZ ESC 8 Output Function. -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 +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 **Values:** @@ -5377,10 +5954,80 @@ Select what should be output on SIM_GZ ESC 8. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +### SIM_GZ_EC_FUNC9 (`INT32`) {#SIM_GZ_EC_FUNC9} + +SIM_GZ ESC 9 Output Function. + +Select what should be output on SIM_GZ 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 + +**Values:** + +- `0`: Disabled +- `1`: Constant Min +- `2`: Constant Max +- `101`: Motor 1 +- `102`: Motor 2 +- `103`: Motor 3 +- `104`: Motor 4 +- `105`: Motor 5 +- `106`: Motor 6 +- `107`: Motor 7 +- `108`: Motor 8 +- `109`: Motor 9 +- `110`: Motor 10 +- `111`: Motor 11 +- `112`: Motor 12 +- `201`: Servo 1 +- `202`: Servo 2 +- `203`: Servo 3 +- `204`: Servo 4 +- `205`: Servo 5 +- `206`: Servo 6 +- `207`: Servo 7 +- `208`: Servo 8 +- `301`: Peripheral via Actuator Set 1 +- `302`: Peripheral via Actuator Set 2 +- `303`: Peripheral via Actuator Set 3 +- `304`: Peripheral via Actuator Set 4 +- `305`: Peripheral via Actuator Set 5 +- `306`: Peripheral via Actuator Set 6 +- `400`: Landing Gear +- `401`: Parachute +- `402`: RC Roll +- `403`: RC Pitch +- `404`: RC Throttle +- `405`: RC Yaw +- `406`: RC Flaps +- `407`: RC AUX 1 +- `408`: RC AUX 2 +- `409`: RC AUX 3 +- `410`: RC AUX 4 +- `411`: RC AUX 5 +- `412`: RC AUX 6 +- `420`: Gimbal Roll +- `421`: Gimbal Pitch +- `422`: Gimbal Yaw +- `430`: Gripper +- `440`: Landing Gear Wheel +- `450`: IC Engine Ignition +- `451`: IC Engine Throttle +- `452`: IC Engine Choke +- `453`: IC Engine Starter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_EC_MAX1 (`INT32`) {#SIM_GZ_EC_MAX1} @@ -5388,9 +6035,39 @@ SIM_GZ ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | + +### SIM_GZ_EC_MAX10 (`INT32`) {#SIM_GZ_EC_MAX10} + +SIM_GZ ESC 10 Maximum Value. + +Maxmimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | + +### SIM_GZ_EC_MAX11 (`INT32`) {#SIM_GZ_EC_MAX11} + +SIM_GZ ESC 11 Maximum Value. + +Maxmimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | + +### SIM_GZ_EC_MAX12 (`INT32`) {#SIM_GZ_EC_MAX12} + +SIM_GZ ESC 12 Maximum Value. + +Maxmimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX2 (`INT32`) {#SIM_GZ_EC_MAX2} @@ -5398,9 +6075,9 @@ SIM_GZ ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX3 (`INT32`) {#SIM_GZ_EC_MAX3} @@ -5408,9 +6085,9 @@ SIM_GZ ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX4 (`INT32`) {#SIM_GZ_EC_MAX4} @@ -5418,9 +6095,9 @@ SIM_GZ ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX5 (`INT32`) {#SIM_GZ_EC_MAX5} @@ -5428,9 +6105,9 @@ SIM_GZ ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX6 (`INT32`) {#SIM_GZ_EC_MAX6} @@ -5438,9 +6115,9 @@ SIM_GZ ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX7 (`INT32`) {#SIM_GZ_EC_MAX7} @@ -5448,9 +6125,9 @@ SIM_GZ ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX8 (`INT32`) {#SIM_GZ_EC_MAX8} @@ -5458,9 +6135,19 @@ SIM_GZ ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | + +### SIM_GZ_EC_MAX9 (`INT32`) {#SIM_GZ_EC_MAX9} + +SIM_GZ ESC 9 Maximum Value. + +Maxmimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MIN1 (`INT32`) {#SIM_GZ_EC_MIN1} @@ -5468,9 +6155,39 @@ SIM_GZ ESC 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_MIN10 (`INT32`) {#SIM_GZ_EC_MIN10} + +SIM_GZ ESC 10 Minimum Value. + +Minimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_MIN11 (`INT32`) {#SIM_GZ_EC_MIN11} + +SIM_GZ ESC 11 Minimum Value. + +Minimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_MIN12 (`INT32`) {#SIM_GZ_EC_MIN12} + +SIM_GZ ESC 12 Minimum Value. + +Minimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN2 (`INT32`) {#SIM_GZ_EC_MIN2} @@ -5478,9 +6195,9 @@ SIM_GZ ESC 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN3 (`INT32`) {#SIM_GZ_EC_MIN3} @@ -5488,9 +6205,9 @@ SIM_GZ ESC 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN4 (`INT32`) {#SIM_GZ_EC_MIN4} @@ -5498,9 +6215,9 @@ SIM_GZ ESC 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN5 (`INT32`) {#SIM_GZ_EC_MIN5} @@ -5508,9 +6225,9 @@ SIM_GZ ESC 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN6 (`INT32`) {#SIM_GZ_EC_MIN6} @@ -5518,9 +6235,9 @@ SIM_GZ ESC 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN7 (`INT32`) {#SIM_GZ_EC_MIN7} @@ -5528,9 +6245,9 @@ SIM_GZ ESC 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN8 (`INT32`) {#SIM_GZ_EC_MIN8} @@ -5538,15 +6255,26 @@ SIM_GZ ESC 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | + +### SIM_GZ_EC_MIN9 (`INT32`) {#SIM_GZ_EC_MIN9} + +SIM_GZ ESC 9 Minimum Value. + +Minimum output value (when not disarmed). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_EC_REV (`INT32`) {#SIM_GZ_EC_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -5558,177 +6286,203 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `5`: SIM_GZ ESC 6 - `6`: SIM_GZ ESC 7 - `7`: SIM_GZ ESC 8 +- `8`: SIM_GZ ESC 9 +- `9`: SIM_GZ ESC 10 +- `10`: SIM_GZ ESC 11 +- `11`: SIM_GZ ESC 12 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4095 | | 0 | ### SIM_GZ_SV_DIS1 (`INT32`) {#SIM_GZ_SV_DIS1} SIM_GZ Servo 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS2 (`INT32`) {#SIM_GZ_SV_DIS2} SIM_GZ Servo 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS3 (`INT32`) {#SIM_GZ_SV_DIS3} SIM_GZ Servo 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS4 (`INT32`) {#SIM_GZ_SV_DIS4} SIM_GZ Servo 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS5 (`INT32`) {#SIM_GZ_SV_DIS5} SIM_GZ Servo 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS6 (`INT32`) {#SIM_GZ_SV_DIS6} SIM_GZ Servo 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS7 (`INT32`) {#SIM_GZ_SV_DIS7} SIM_GZ Servo 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS8 (`INT32`) {#SIM_GZ_SV_DIS8} SIM_GZ Servo 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### SIM_GZ_SV_FAIL1 (`INT32`) {#SIM_GZ_SV_FAIL1} SIM_GZ Servo 1 Failsafe 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 SIM_GZ_SV_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL2 (`INT32`) {#SIM_GZ_SV_FAIL2} SIM_GZ Servo 2 Failsafe 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 SIM_GZ_SV_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL3 (`INT32`) {#SIM_GZ_SV_FAIL3} SIM_GZ Servo 3 Failsafe 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 SIM_GZ_SV_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL4 (`INT32`) {#SIM_GZ_SV_FAIL4} SIM_GZ Servo 4 Failsafe 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 SIM_GZ_SV_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL5 (`INT32`) {#SIM_GZ_SV_FAIL5} SIM_GZ Servo 5 Failsafe 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 SIM_GZ_SV_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL6 (`INT32`) {#SIM_GZ_SV_FAIL6} SIM_GZ Servo 6 Failsafe 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 SIM_GZ_SV_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL7 (`INT32`) {#SIM_GZ_SV_FAIL7} SIM_GZ Servo 7 Failsafe 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 SIM_GZ_SV_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL8 (`INT32`) {#SIM_GZ_SV_FAIL8} SIM_GZ Servo 8 Failsafe 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 SIM_GZ_SV_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### SIM_GZ_SV_FUNC1 (`INT32`) {#SIM_GZ_SV_FUNC1} SIM_GZ Servo 1 Output Function. -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 +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 **Values:** @@ -5784,16 +6538,22 @@ Select what should be output on SIM_GZ Servo 1. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC2 (`INT32`) {#SIM_GZ_SV_FUNC2} SIM_GZ Servo 2 Output Function. -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 +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 **Values:** @@ -5849,16 +6609,22 @@ Select what should be output on SIM_GZ Servo 2. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC3 (`INT32`) {#SIM_GZ_SV_FUNC3} SIM_GZ Servo 3 Output Function. -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 +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 **Values:** @@ -5914,16 +6680,22 @@ Select what should be output on SIM_GZ Servo 3. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC4 (`INT32`) {#SIM_GZ_SV_FUNC4} SIM_GZ Servo 4 Output Function. -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 +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 **Values:** @@ -5979,16 +6751,22 @@ Select what should be output on SIM_GZ Servo 4. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC5 (`INT32`) {#SIM_GZ_SV_FUNC5} SIM_GZ Servo 5 Output Function. -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 +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 **Values:** @@ -6044,16 +6822,22 @@ Select what should be output on SIM_GZ Servo 5. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC6 (`INT32`) {#SIM_GZ_SV_FUNC6} SIM_GZ Servo 6 Output Function. -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 +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 **Values:** @@ -6109,16 +6893,22 @@ Select what should be output on SIM_GZ Servo 6. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC7 (`INT32`) {#SIM_GZ_SV_FUNC7} SIM_GZ Servo 7 Output Function. -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 +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 **Values:** @@ -6174,16 +6964,22 @@ Select what should be output on SIM_GZ Servo 7. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_FUNC8 (`INT32`) {#SIM_GZ_SV_FUNC8} SIM_GZ Servo 8 Output Function. -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 +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 **Values:** @@ -6239,10 +7035,9 @@ Select what should be output on SIM_GZ Servo 8. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_MAX1 (`INT32`) {#SIM_GZ_SV_MAX1} @@ -6250,9 +7045,9 @@ SIM_GZ Servo 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX2 (`INT32`) {#SIM_GZ_SV_MAX2} @@ -6260,9 +7055,9 @@ SIM_GZ Servo 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX3 (`INT32`) {#SIM_GZ_SV_MAX3} @@ -6270,9 +7065,9 @@ SIM_GZ Servo 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX4 (`INT32`) {#SIM_GZ_SV_MAX4} @@ -6280,9 +7075,9 @@ SIM_GZ Servo 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX5 (`INT32`) {#SIM_GZ_SV_MAX5} @@ -6290,9 +7085,9 @@ SIM_GZ Servo 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX6 (`INT32`) {#SIM_GZ_SV_MAX6} @@ -6300,9 +7095,9 @@ SIM_GZ Servo 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX7 (`INT32`) {#SIM_GZ_SV_MAX7} @@ -6310,9 +7105,9 @@ SIM_GZ Servo 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX8 (`INT32`) {#SIM_GZ_SV_MAX8} @@ -6320,9 +7115,9 @@ SIM_GZ Servo 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MIN1 (`INT32`) {#SIM_GZ_SV_MIN1} @@ -6330,9 +7125,9 @@ SIM_GZ Servo 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN2 (`INT32`) {#SIM_GZ_SV_MIN2} @@ -6340,9 +7135,9 @@ SIM_GZ Servo 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN3 (`INT32`) {#SIM_GZ_SV_MIN3} @@ -6350,9 +7145,9 @@ SIM_GZ Servo 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN4 (`INT32`) {#SIM_GZ_SV_MIN4} @@ -6360,9 +7155,9 @@ SIM_GZ Servo 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN5 (`INT32`) {#SIM_GZ_SV_MIN5} @@ -6370,9 +7165,9 @@ SIM_GZ Servo 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN6 (`INT32`) {#SIM_GZ_SV_MIN6} @@ -6380,9 +7175,9 @@ SIM_GZ Servo 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN7 (`INT32`) {#SIM_GZ_SV_MIN7} @@ -6390,9 +7185,9 @@ SIM_GZ Servo 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN8 (`INT32`) {#SIM_GZ_SV_MIN8} @@ -6400,15 +7195,16 @@ SIM_GZ Servo 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### SIM_GZ_SV_REV (`INT32`) {#SIM_GZ_SV_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -6421,96 +7217,110 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: SIM_GZ Servo 7 - `7`: SIM_GZ Servo 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### SIM_GZ_WH_DIS1 (`INT32`) {#SIM_GZ_WH_DIS1} SIM_GZ Wheels 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS2 (`INT32`) {#SIM_GZ_WH_DIS2} SIM_GZ Wheels 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS3 (`INT32`) {#SIM_GZ_WH_DIS3} SIM_GZ Wheels 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS4 (`INT32`) {#SIM_GZ_WH_DIS4} SIM_GZ Wheels 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 100 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 100 | ### SIM_GZ_WH_FAIL1 (`INT32`) {#SIM_GZ_WH_FAIL1} SIM_GZ Wheels 1 Failsafe 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 SIM_GZ_WH_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL2 (`INT32`) {#SIM_GZ_WH_FAIL2} SIM_GZ Wheels 2 Failsafe 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 SIM_GZ_WH_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL3 (`INT32`) {#SIM_GZ_WH_FAIL3} SIM_GZ Wheels 3 Failsafe 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 SIM_GZ_WH_FUNC3). +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_FUNC3). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL4 (`INT32`) {#SIM_GZ_WH_FAIL4} SIM_GZ Wheels 4 Failsafe 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 SIM_GZ_WH_FUNC4). +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_FUNC4). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 200 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 200 | | -1 | ### SIM_GZ_WH_FUNC1 (`INT32`) {#SIM_GZ_WH_FUNC1} SIM_GZ Wheels 1 Output Function. -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 +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 **Values:** @@ -6566,16 +7376,22 @@ Select what should be output on SIM_GZ Wheels 1. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_WH_FUNC2 (`INT32`) {#SIM_GZ_WH_FUNC2} SIM_GZ Wheels 2 Output Function. -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 +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 **Values:** @@ -6631,16 +7447,22 @@ Select what should be output on SIM_GZ Wheels 2. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_WH_FUNC3 (`INT32`) {#SIM_GZ_WH_FUNC3} SIM_GZ Wheels 3 Output Function. -Select what should be output on SIM_GZ Wheels 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 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 **Values:** @@ -6696,16 +7518,22 @@ Select what should be output on SIM_GZ Wheels 3. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_WH_FUNC4 (`INT32`) {#SIM_GZ_WH_FUNC4} SIM_GZ Wheels 4 Output Function. -Select what should be output on SIM_GZ Wheels 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 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 **Values:** @@ -6761,10 +7589,9 @@ Select what should be output on SIM_GZ Wheels 4. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_WH_MAX1 (`INT32`) {#SIM_GZ_WH_MAX1} @@ -6772,9 +7599,9 @@ SIM_GZ Wheels 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX2 (`INT32`) {#SIM_GZ_WH_MAX2} @@ -6782,9 +7609,9 @@ SIM_GZ Wheels 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX3 (`INT32`) {#SIM_GZ_WH_MAX3} @@ -6792,9 +7619,9 @@ SIM_GZ Wheels 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX4 (`INT32`) {#SIM_GZ_WH_MAX4} @@ -6802,9 +7629,9 @@ SIM_GZ Wheels 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 200 | ### SIM_GZ_WH_MIN1 (`INT32`) {#SIM_GZ_WH_MIN1} @@ -6812,9 +7639,9 @@ SIM_GZ Wheels 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN2 (`INT32`) {#SIM_GZ_WH_MIN2} @@ -6822,9 +7649,9 @@ SIM_GZ Wheels 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN3 (`INT32`) {#SIM_GZ_WH_MIN3} @@ -6832,9 +7659,9 @@ SIM_GZ Wheels 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN4 (`INT32`) {#SIM_GZ_WH_MIN4} @@ -6842,15 +7669,16 @@ SIM_GZ Wheels 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 200 | | 0 | ### SIM_GZ_WH_REV (`INT32`) {#SIM_GZ_WH_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -6859,16 +7687,22 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `2`: SIM_GZ Wheels 3 - `3`: SIM_GZ Wheels 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 15 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | | 0 | ### TAP_ESC_FUNC1 (`INT32`) {#TAP_ESC_FUNC1} TAP ESC Output ESC 1 Output Function. -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 +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 **Values:** @@ -6924,16 +7758,22 @@ Select what should be output on TAP ESC Output ESC 1. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC2 (`INT32`) {#TAP_ESC_FUNC2} TAP ESC Output ESC 2 Output Function. -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 +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 **Values:** @@ -6989,16 +7829,22 @@ Select what should be output on TAP ESC Output ESC 2. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC3 (`INT32`) {#TAP_ESC_FUNC3} TAP ESC Output ESC 3 Output Function. -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 +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 **Values:** @@ -7054,16 +7900,22 @@ Select what should be output on TAP ESC Output ESC 3. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC4 (`INT32`) {#TAP_ESC_FUNC4} TAP ESC Output ESC 4 Output Function. -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 +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 **Values:** @@ -7119,16 +7971,22 @@ Select what should be output on TAP ESC Output ESC 4. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC5 (`INT32`) {#TAP_ESC_FUNC5} TAP ESC Output ESC 5 Output Function. -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 +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 **Values:** @@ -7184,16 +8042,22 @@ Select what should be output on TAP ESC Output ESC 5. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC6 (`INT32`) {#TAP_ESC_FUNC6} TAP ESC Output ESC 6 Output Function. -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 +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 **Values:** @@ -7249,16 +8113,22 @@ Select what should be output on TAP ESC Output ESC 6. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC7 (`INT32`) {#TAP_ESC_FUNC7} TAP ESC Output ESC 7 Output Function. -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 +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 **Values:** @@ -7314,16 +8184,22 @@ Select what should be output on TAP ESC Output ESC 7. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_FUNC8 (`INT32`) {#TAP_ESC_FUNC8} TAP ESC Output ESC 8 Output Function. -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 +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 **Values:** @@ -7379,16 +8255,16 @@ Select what should be output on TAP ESC Output ESC 8. The default failsafe value - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TAP_ESC_REV (`INT32`) {#TAP_ESC_REV} Reverse Output Range for TAP ESC Output. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -7401,96 +8277,110 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: TAP ESC Output ESC 7 - `7`: TAP ESC Output ESC 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### UAVCAN_EC_FAIL1 (`INT32`) {#UAVCAN_EC_FAIL1} UAVCAN ESC 1 Failsafe 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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL2 (`INT32`) {#UAVCAN_EC_FAIL2} UAVCAN ESC 2 Failsafe 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_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL3 (`INT32`) {#UAVCAN_EC_FAIL3} UAVCAN ESC 3 Failsafe 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_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL4 (`INT32`) {#UAVCAN_EC_FAIL4} UAVCAN ESC 4 Failsafe 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_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL5 (`INT32`) {#UAVCAN_EC_FAIL5} UAVCAN ESC 5 Failsafe 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_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL6 (`INT32`) {#UAVCAN_EC_FAIL6} UAVCAN ESC 6 Failsafe 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_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL7 (`INT32`) {#UAVCAN_EC_FAIL7} UAVCAN ESC 7 Failsafe 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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL8 (`INT32`) {#UAVCAN_EC_FAIL8} UAVCAN ESC 8 Failsafe 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_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UAVCAN_EC_FUNC1 (`INT32`) {#UAVCAN_EC_FUNC1} UAVCAN ESC 1 Output Function. -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 +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 **Values:** @@ -7546,16 +8436,22 @@ Select what should be output on UAVCAN ESC 1. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC2 (`INT32`) {#UAVCAN_EC_FUNC2} UAVCAN ESC 2 Output Function. -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 +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 **Values:** @@ -7611,16 +8507,22 @@ Select what should be output on UAVCAN ESC 2. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC3 (`INT32`) {#UAVCAN_EC_FUNC3} UAVCAN ESC 3 Output Function. -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 +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 **Values:** @@ -7676,16 +8578,22 @@ Select what should be output on UAVCAN ESC 3. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC4 (`INT32`) {#UAVCAN_EC_FUNC4} UAVCAN ESC 4 Output Function. -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 +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 **Values:** @@ -7741,16 +8649,22 @@ Select what should be output on UAVCAN ESC 4. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC5 (`INT32`) {#UAVCAN_EC_FUNC5} UAVCAN ESC 5 Output Function. -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 +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 **Values:** @@ -7806,16 +8720,22 @@ Select what should be output on UAVCAN ESC 5. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC6 (`INT32`) {#UAVCAN_EC_FUNC6} UAVCAN ESC 6 Output Function. -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 +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 **Values:** @@ -7871,16 +8791,22 @@ Select what should be output on UAVCAN ESC 6. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC7 (`INT32`) {#UAVCAN_EC_FUNC7} UAVCAN ESC 7 Output Function. -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 +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 **Values:** @@ -7936,16 +8862,22 @@ Select what should be output on UAVCAN ESC 7. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_FUNC8 (`INT32`) {#UAVCAN_EC_FUNC8} UAVCAN ESC 8 Output Function. -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 +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 **Values:** @@ -8001,10 +8933,9 @@ Select what should be output on UAVCAN ESC 8. The default failsafe value is set - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_EC_MAX1 (`INT32`) {#UAVCAN_EC_MAX1} @@ -8012,9 +8943,9 @@ UAVCAN ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX2 (`INT32`) {#UAVCAN_EC_MAX2} @@ -8022,9 +8953,9 @@ UAVCAN ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX3 (`INT32`) {#UAVCAN_EC_MAX3} @@ -8032,9 +8963,9 @@ UAVCAN ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX4 (`INT32`) {#UAVCAN_EC_MAX4} @@ -8042,9 +8973,9 @@ UAVCAN ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX5 (`INT32`) {#UAVCAN_EC_MAX5} @@ -8052,9 +8983,9 @@ UAVCAN ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX6 (`INT32`) {#UAVCAN_EC_MAX6} @@ -8062,9 +8993,9 @@ UAVCAN ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX7 (`INT32`) {#UAVCAN_EC_MAX7} @@ -8072,9 +9003,9 @@ UAVCAN ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX8 (`INT32`) {#UAVCAN_EC_MAX8} @@ -8082,9 +9013,9 @@ UAVCAN ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UAVCAN_EC_MIN1 (`INT32`) {#UAVCAN_EC_MIN1} @@ -8092,9 +9023,9 @@ UAVCAN ESC 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN2 (`INT32`) {#UAVCAN_EC_MIN2} @@ -8102,9 +9033,9 @@ UAVCAN ESC 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN3 (`INT32`) {#UAVCAN_EC_MIN3} @@ -8112,9 +9043,9 @@ UAVCAN ESC 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN4 (`INT32`) {#UAVCAN_EC_MIN4} @@ -8122,9 +9053,9 @@ UAVCAN ESC 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN5 (`INT32`) {#UAVCAN_EC_MIN5} @@ -8132,9 +9063,9 @@ UAVCAN ESC 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN6 (`INT32`) {#UAVCAN_EC_MIN6} @@ -8142,9 +9073,9 @@ UAVCAN ESC 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN7 (`INT32`) {#UAVCAN_EC_MIN7} @@ -8152,9 +9083,9 @@ UAVCAN ESC 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN8 (`INT32`) {#UAVCAN_EC_MIN8} @@ -8162,15 +9093,16 @@ UAVCAN ESC 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UAVCAN_EC_REV (`INT32`) {#UAVCAN_EC_REV} Reverse Output Range for UAVCAN. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -8183,176 +9115,198 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: UAVCAN ESC 7 - `7`: UAVCAN ESC 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### UAVCAN_SV_DIS1 (`INT32`) {#UAVCAN_SV_DIS1} UAVCAN Servo 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS2 (`INT32`) {#UAVCAN_SV_DIS2} UAVCAN Servo 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS3 (`INT32`) {#UAVCAN_SV_DIS3} UAVCAN Servo 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS4 (`INT32`) {#UAVCAN_SV_DIS4} UAVCAN Servo 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS5 (`INT32`) {#UAVCAN_SV_DIS5} UAVCAN Servo 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS6 (`INT32`) {#UAVCAN_SV_DIS6} UAVCAN Servo 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS7 (`INT32`) {#UAVCAN_SV_DIS7} UAVCAN Servo 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS8 (`INT32`) {#UAVCAN_SV_DIS8} UAVCAN Servo 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 500 | ### UAVCAN_SV_FAIL1 (`INT32`) {#UAVCAN_SV_FAIL1} UAVCAN Servo 1 Failsafe 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_SV_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL2 (`INT32`) {#UAVCAN_SV_FAIL2} UAVCAN Servo 2 Failsafe 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_SV_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL3 (`INT32`) {#UAVCAN_SV_FAIL3} UAVCAN Servo 3 Failsafe 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_SV_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL4 (`INT32`) {#UAVCAN_SV_FAIL4} UAVCAN Servo 4 Failsafe 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_SV_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL5 (`INT32`) {#UAVCAN_SV_FAIL5} UAVCAN Servo 5 Failsafe 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_SV_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL6 (`INT32`) {#UAVCAN_SV_FAIL6} UAVCAN Servo 6 Failsafe 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_SV_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL7 (`INT32`) {#UAVCAN_SV_FAIL7} UAVCAN Servo 7 Failsafe 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_SV_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL8 (`INT32`) {#UAVCAN_SV_FAIL8} UAVCAN Servo 8 Failsafe 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_SV_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1 | ### UAVCAN_SV_FUNC1 (`INT32`) {#UAVCAN_SV_FUNC1} UAVCAN Servo 1 Output Function. -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 +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 **Values:** @@ -8408,16 +9362,22 @@ Select what should be output on UAVCAN Servo 1. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC2 (`INT32`) {#UAVCAN_SV_FUNC2} UAVCAN Servo 2 Output Function. -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 +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 **Values:** @@ -8473,16 +9433,22 @@ Select what should be output on UAVCAN Servo 2. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC3 (`INT32`) {#UAVCAN_SV_FUNC3} UAVCAN Servo 3 Output Function. -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 +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 **Values:** @@ -8538,16 +9504,22 @@ Select what should be output on UAVCAN Servo 3. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC4 (`INT32`) {#UAVCAN_SV_FUNC4} UAVCAN Servo 4 Output Function. -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 +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 **Values:** @@ -8603,16 +9575,22 @@ Select what should be output on UAVCAN Servo 4. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC5 (`INT32`) {#UAVCAN_SV_FUNC5} UAVCAN Servo 5 Output Function. -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 +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 **Values:** @@ -8668,16 +9646,22 @@ Select what should be output on UAVCAN Servo 5. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC6 (`INT32`) {#UAVCAN_SV_FUNC6} UAVCAN Servo 6 Output Function. -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 +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 **Values:** @@ -8733,16 +9717,22 @@ Select what should be output on UAVCAN Servo 6. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC7 (`INT32`) {#UAVCAN_SV_FUNC7} UAVCAN Servo 7 Output Function. -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 +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 **Values:** @@ -8798,16 +9788,22 @@ Select what should be output on UAVCAN Servo 7. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_FUNC8 (`INT32`) {#UAVCAN_SV_FUNC8} UAVCAN Servo 8 Output Function. -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 +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 **Values:** @@ -8863,10 +9859,9 @@ Select what should be output on UAVCAN Servo 8. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UAVCAN_SV_MAX1 (`INT32`) {#UAVCAN_SV_MAX1} @@ -8874,9 +9869,9 @@ UAVCAN Servo 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX2 (`INT32`) {#UAVCAN_SV_MAX2} @@ -8884,9 +9879,9 @@ UAVCAN Servo 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX3 (`INT32`) {#UAVCAN_SV_MAX3} @@ -8894,9 +9889,9 @@ UAVCAN Servo 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX4 (`INT32`) {#UAVCAN_SV_MAX4} @@ -8904,9 +9899,9 @@ UAVCAN Servo 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX5 (`INT32`) {#UAVCAN_SV_MAX5} @@ -8914,9 +9909,9 @@ UAVCAN Servo 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX6 (`INT32`) {#UAVCAN_SV_MAX6} @@ -8924,9 +9919,9 @@ UAVCAN Servo 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX7 (`INT32`) {#UAVCAN_SV_MAX7} @@ -8934,9 +9929,9 @@ UAVCAN Servo 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX8 (`INT32`) {#UAVCAN_SV_MAX8} @@ -8944,9 +9939,9 @@ UAVCAN Servo 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### UAVCAN_SV_MIN1 (`INT32`) {#UAVCAN_SV_MIN1} @@ -8954,9 +9949,9 @@ UAVCAN Servo 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN2 (`INT32`) {#UAVCAN_SV_MIN2} @@ -8964,9 +9959,9 @@ UAVCAN Servo 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN3 (`INT32`) {#UAVCAN_SV_MIN3} @@ -8974,9 +9969,9 @@ UAVCAN Servo 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN4 (`INT32`) {#UAVCAN_SV_MIN4} @@ -8984,9 +9979,9 @@ UAVCAN Servo 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN5 (`INT32`) {#UAVCAN_SV_MIN5} @@ -8994,9 +9989,9 @@ UAVCAN Servo 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN6 (`INT32`) {#UAVCAN_SV_MIN6} @@ -9004,9 +9999,9 @@ UAVCAN Servo 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN7 (`INT32`) {#UAVCAN_SV_MIN7} @@ -9014,9 +10009,9 @@ UAVCAN Servo 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN8 (`INT32`) {#UAVCAN_SV_MIN8} @@ -9024,15 +10019,16 @@ UAVCAN Servo 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 0 | ### UAVCAN_SV_REV (`INT32`) {#UAVCAN_SV_REV} Reverse Output Range for UAVCAN. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -9045,176 +10041,198 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: UAVCAN Servo 7 - `7`: UAVCAN Servo 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### UCAN1_ESC_FAIL1 (`INT32`) {#UCAN1_ESC_FAIL1} UAVCANv1 ESC 1 Failsafe 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 UCAN1_ESC_FUNC1). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL10 (`INT32`) {#UCAN1_ESC_FAIL10} UAVCANv1 ESC 10 Failsafe 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 UCAN1_ESC_FUNC10). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL11 (`INT32`) {#UCAN1_ESC_FAIL11} UAVCANv1 ESC 11 Failsafe 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 UCAN1_ESC_FUNC11). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL12 (`INT32`) {#UCAN1_ESC_FAIL12} UAVCANv1 ESC 12 Failsafe 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 UCAN1_ESC_FUNC12). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL13 (`INT32`) {#UCAN1_ESC_FAIL13} UAVCANv1 ESC 13 Failsafe 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 UCAN1_ESC_FUNC13). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL14 (`INT32`) {#UCAN1_ESC_FAIL14} UAVCANv1 ESC 14 Failsafe 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 UCAN1_ESC_FUNC14). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL15 (`INT32`) {#UCAN1_ESC_FAIL15} UAVCANv1 ESC 15 Failsafe 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 UCAN1_ESC_FUNC15). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL16 (`INT32`) {#UCAN1_ESC_FAIL16} UAVCANv1 ESC 16 Failsafe 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 UCAN1_ESC_FUNC16). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL2 (`INT32`) {#UCAN1_ESC_FAIL2} UAVCANv1 ESC 2 Failsafe 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 UCAN1_ESC_FUNC2). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL3 (`INT32`) {#UCAN1_ESC_FAIL3} UAVCANv1 ESC 3 Failsafe 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 UCAN1_ESC_FUNC3). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL4 (`INT32`) {#UCAN1_ESC_FAIL4} UAVCANv1 ESC 4 Failsafe 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 UCAN1_ESC_FUNC4). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL5 (`INT32`) {#UCAN1_ESC_FAIL5} UAVCANv1 ESC 5 Failsafe 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 UCAN1_ESC_FUNC5). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL6 (`INT32`) {#UCAN1_ESC_FAIL6} UAVCANv1 ESC 6 Failsafe 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 UCAN1_ESC_FUNC6). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL7 (`INT32`) {#UCAN1_ESC_FAIL7} UAVCANv1 ESC 7 Failsafe 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 UCAN1_ESC_FUNC7). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL8 (`INT32`) {#UCAN1_ESC_FAIL8} UAVCANv1 ESC 8 Failsafe 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 UCAN1_ESC_FUNC8). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL9 (`INT32`) {#UCAN1_ESC_FAIL9} UAVCANv1 ESC 9 Failsafe 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 UCAN1_ESC_FUNC9). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 8191 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 8191 | | -1 | ### UCAN1_ESC_FUNC1 (`INT32`) {#UCAN1_ESC_FUNC1} UAVCANv1 ESC 1 Output Function. -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 +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 **Values:** @@ -9270,16 +10288,22 @@ Select what should be output on UAVCANv1 ESC 1. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC10 (`INT32`) {#UCAN1_ESC_FUNC10} UAVCANv1 ESC 10 Output Function. -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 +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 **Values:** @@ -9335,16 +10359,22 @@ Select what should be output on UAVCANv1 ESC 10. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC11 (`INT32`) {#UCAN1_ESC_FUNC11} UAVCANv1 ESC 11 Output Function. -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 +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 **Values:** @@ -9400,16 +10430,22 @@ Select what should be output on UAVCANv1 ESC 11. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC12 (`INT32`) {#UCAN1_ESC_FUNC12} UAVCANv1 ESC 12 Output Function. -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 +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 **Values:** @@ -9465,16 +10501,22 @@ Select what should be output on UAVCANv1 ESC 12. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC13 (`INT32`) {#UCAN1_ESC_FUNC13} UAVCANv1 ESC 13 Output Function. -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 +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 **Values:** @@ -9530,16 +10572,22 @@ Select what should be output on UAVCANv1 ESC 13. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC14 (`INT32`) {#UCAN1_ESC_FUNC14} UAVCANv1 ESC 14 Output Function. -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 +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 **Values:** @@ -9595,16 +10643,22 @@ Select what should be output on UAVCANv1 ESC 14. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC15 (`INT32`) {#UCAN1_ESC_FUNC15} UAVCANv1 ESC 15 Output Function. -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 +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 **Values:** @@ -9660,16 +10714,22 @@ Select what should be output on UAVCANv1 ESC 15. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC16 (`INT32`) {#UCAN1_ESC_FUNC16} UAVCANv1 ESC 16 Output Function. -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 +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 **Values:** @@ -9725,16 +10785,22 @@ Select what should be output on UAVCANv1 ESC 16. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC2 (`INT32`) {#UCAN1_ESC_FUNC2} UAVCANv1 ESC 2 Output Function. -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 +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 **Values:** @@ -9790,16 +10856,22 @@ Select what should be output on UAVCANv1 ESC 2. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC3 (`INT32`) {#UCAN1_ESC_FUNC3} UAVCANv1 ESC 3 Output Function. -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 +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 **Values:** @@ -9855,16 +10927,22 @@ Select what should be output on UAVCANv1 ESC 3. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC4 (`INT32`) {#UCAN1_ESC_FUNC4} UAVCANv1 ESC 4 Output Function. -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 +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 **Values:** @@ -9920,16 +10998,22 @@ Select what should be output on UAVCANv1 ESC 4. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC5 (`INT32`) {#UCAN1_ESC_FUNC5} UAVCANv1 ESC 5 Output Function. -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 +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 **Values:** @@ -9985,16 +11069,22 @@ Select what should be output on UAVCANv1 ESC 5. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC6 (`INT32`) {#UCAN1_ESC_FUNC6} UAVCANv1 ESC 6 Output Function. -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 +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 **Values:** @@ -10050,16 +11140,22 @@ Select what should be output on UAVCANv1 ESC 6. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC7 (`INT32`) {#UCAN1_ESC_FUNC7} UAVCANv1 ESC 7 Output Function. -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 +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 **Values:** @@ -10115,16 +11211,22 @@ Select what should be output on UAVCANv1 ESC 7. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC8 (`INT32`) {#UCAN1_ESC_FUNC8} UAVCANv1 ESC 8 Output Function. -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 +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 **Values:** @@ -10180,16 +11282,22 @@ Select what should be output on UAVCANv1 ESC 8. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_FUNC9 (`INT32`) {#UCAN1_ESC_FUNC9} UAVCANv1 ESC 9 Output Function. -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 +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 **Values:** @@ -10245,10 +11353,9 @@ Select what should be output on UAVCANv1 ESC 9. The default failsafe value is se - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### UCAN1_ESC_MAX1 (`INT32`) {#UCAN1_ESC_MAX1} @@ -10256,9 +11363,9 @@ UAVCANv1 ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX10 (`INT32`) {#UCAN1_ESC_MAX10} @@ -10266,9 +11373,9 @@ UAVCANv1 ESC 10 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX11 (`INT32`) {#UCAN1_ESC_MAX11} @@ -10276,9 +11383,9 @@ UAVCANv1 ESC 11 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX12 (`INT32`) {#UCAN1_ESC_MAX12} @@ -10286,9 +11393,9 @@ UAVCANv1 ESC 12 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX13 (`INT32`) {#UCAN1_ESC_MAX13} @@ -10296,9 +11403,9 @@ UAVCANv1 ESC 13 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX14 (`INT32`) {#UCAN1_ESC_MAX14} @@ -10306,9 +11413,9 @@ UAVCANv1 ESC 14 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX15 (`INT32`) {#UCAN1_ESC_MAX15} @@ -10316,9 +11423,9 @@ UAVCANv1 ESC 15 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX16 (`INT32`) {#UCAN1_ESC_MAX16} @@ -10326,9 +11433,9 @@ UAVCANv1 ESC 16 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX2 (`INT32`) {#UCAN1_ESC_MAX2} @@ -10336,9 +11443,9 @@ UAVCANv1 ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX3 (`INT32`) {#UCAN1_ESC_MAX3} @@ -10346,9 +11453,9 @@ UAVCANv1 ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX4 (`INT32`) {#UCAN1_ESC_MAX4} @@ -10356,9 +11463,9 @@ UAVCANv1 ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX5 (`INT32`) {#UCAN1_ESC_MAX5} @@ -10366,9 +11473,9 @@ UAVCANv1 ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX6 (`INT32`) {#UCAN1_ESC_MAX6} @@ -10376,9 +11483,9 @@ UAVCANv1 ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX7 (`INT32`) {#UCAN1_ESC_MAX7} @@ -10386,9 +11493,9 @@ UAVCANv1 ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX8 (`INT32`) {#UCAN1_ESC_MAX8} @@ -10396,9 +11503,9 @@ UAVCANv1 ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX9 (`INT32`) {#UCAN1_ESC_MAX9} @@ -10406,9 +11513,9 @@ UAVCANv1 ESC 9 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 8191 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 8191 | ### UCAN1_ESC_MIN1 (`INT32`) {#UCAN1_ESC_MIN1} @@ -10416,9 +11523,9 @@ UAVCANv1 ESC 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN10 (`INT32`) {#UCAN1_ESC_MIN10} @@ -10426,9 +11533,9 @@ UAVCANv1 ESC 10 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN11 (`INT32`) {#UCAN1_ESC_MIN11} @@ -10436,9 +11543,9 @@ UAVCANv1 ESC 11 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN12 (`INT32`) {#UCAN1_ESC_MIN12} @@ -10446,9 +11553,9 @@ UAVCANv1 ESC 12 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN13 (`INT32`) {#UCAN1_ESC_MIN13} @@ -10456,9 +11563,9 @@ UAVCANv1 ESC 13 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN14 (`INT32`) {#UCAN1_ESC_MIN14} @@ -10466,9 +11573,9 @@ UAVCANv1 ESC 14 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN15 (`INT32`) {#UCAN1_ESC_MIN15} @@ -10476,9 +11583,9 @@ UAVCANv1 ESC 15 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN16 (`INT32`) {#UCAN1_ESC_MIN16} @@ -10486,9 +11593,9 @@ UAVCANv1 ESC 16 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN2 (`INT32`) {#UCAN1_ESC_MIN2} @@ -10496,9 +11603,9 @@ UAVCANv1 ESC 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN3 (`INT32`) {#UCAN1_ESC_MIN3} @@ -10506,9 +11613,9 @@ UAVCANv1 ESC 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN4 (`INT32`) {#UCAN1_ESC_MIN4} @@ -10516,9 +11623,9 @@ UAVCANv1 ESC 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN5 (`INT32`) {#UCAN1_ESC_MIN5} @@ -10526,9 +11633,9 @@ UAVCANv1 ESC 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN6 (`INT32`) {#UCAN1_ESC_MIN6} @@ -10536,9 +11643,9 @@ UAVCANv1 ESC 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN7 (`INT32`) {#UCAN1_ESC_MIN7} @@ -10546,9 +11653,9 @@ UAVCANv1 ESC 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN8 (`INT32`) {#UCAN1_ESC_MIN8} @@ -10556,9 +11663,9 @@ UAVCANv1 ESC 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN9 (`INT32`) {#UCAN1_ESC_MIN9} @@ -10566,15 +11673,16 @@ UAVCANv1 ESC 9 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 8191 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8191 | | 1 | ### UCAN1_ESC_REV (`INT32`) {#UCAN1_ESC_REV} Reverse Output Range for UAVCANv1. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -10595,16 +11703,22 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `14`: UAVCANv1 ESC 15 - `15`: UAVCANv1 ESC 16 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VOXL2_IO_FUNC1 (`INT32`) {#VOXL2_IO_FUNC1} VOXL2 IO Output PWM Channel 1 Output Function. -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 +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 **Values:** @@ -10660,16 +11774,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 1. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC2 (`INT32`) {#VOXL2_IO_FUNC2} VOXL2 IO Output PWM Channel 2 Output Function. -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 +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 **Values:** @@ -10725,16 +11845,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 2. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC3 (`INT32`) {#VOXL2_IO_FUNC3} VOXL2 IO Output PWM Channel 3 Output Function. -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 +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 **Values:** @@ -10790,16 +11916,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 3. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC4 (`INT32`) {#VOXL2_IO_FUNC4} VOXL2 IO Output PWM Channel 4 Output Function. -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 +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 **Values:** @@ -10855,16 +11987,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 4. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC5 (`INT32`) {#VOXL2_IO_FUNC5} VOXL2 IO Output PWM Channel 5 Output Function. -Select what should be output on VOXL2 IO Output PWM 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 VOXL2 IO Output PWM 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 **Values:** @@ -10920,16 +12058,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 5. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC6 (`INT32`) {#VOXL2_IO_FUNC6} VOXL2 IO Output PWM Channel 6 Output Function. -Select what should be output on VOXL2 IO Output PWM 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 VOXL2 IO Output PWM 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 **Values:** @@ -10985,16 +12129,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 6. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC7 (`INT32`) {#VOXL2_IO_FUNC7} VOXL2 IO Output PWM Channel 7 Output Function. -Select what should be output on VOXL2 IO Output PWM 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 VOXL2 IO Output PWM 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 **Values:** @@ -11050,16 +12200,22 @@ Select what should be output on VOXL2 IO Output PWM Channel 7. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_FUNC8 (`INT32`) {#VOXL2_IO_FUNC8} VOXL2 IO Output PWM Channel 8 Output Function. -Select what should be output on VOXL2 IO Output PWM 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 VOXL2 IO Output PWM 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 **Values:** @@ -11115,16 +12271,16 @@ Select what should be output on VOXL2 IO Output PWM Channel 8. The default fails - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL2_IO_REV (`INT32`) {#VOXL2_IO_REV} Reverse Output Range for VOXL2 IO Output. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -11137,16 +12293,22 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `6`: VOXL2 IO Output PWM Channel 7 - `7`: VOXL2 IO Output PWM Channel 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### VOXL_ESC_FUNC1 (`INT32`) {#VOXL_ESC_FUNC1} VOXL ESC Output ESC 1 Output Function. -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 +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 **Values:** @@ -11202,16 +12364,22 @@ Select what should be output on VOXL ESC Output ESC 1. The default failsafe valu - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_FUNC2 (`INT32`) {#VOXL_ESC_FUNC2} VOXL ESC Output ESC 2 Output Function. -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 +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 **Values:** @@ -11267,16 +12435,22 @@ Select what should be output on VOXL ESC Output ESC 2. The default failsafe valu - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_FUNC3 (`INT32`) {#VOXL_ESC_FUNC3} VOXL ESC Output ESC 3 Output Function. -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 +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 **Values:** @@ -11332,16 +12506,22 @@ Select what should be output on VOXL ESC Output ESC 3. The default failsafe valu - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_FUNC4 (`INT32`) {#VOXL_ESC_FUNC4} VOXL ESC Output ESC 4 Output Function. -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 +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 **Values:** @@ -11397,16 +12577,16 @@ Select what should be output on VOXL ESC Output ESC 4. The default failsafe valu - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_REV (`INT32`) {#VOXL_ESC_REV} Reverse Output Range for VOXL ESC Output. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -11415,336 +12595,374 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `2`: VOXL ESC Output ESC 3 - `3`: VOXL ESC Output ESC 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 15 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | | 0 | ### VTQ_IO_DIS0 (`INT32`) {#VTQ_IO_DIS0} Vertiq IO CVI 0 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS1 (`INT32`) {#VTQ_IO_DIS1} Vertiq IO CVI 1 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS10 (`INT32`) {#VTQ_IO_DIS10} Vertiq IO CVI 10 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS11 (`INT32`) {#VTQ_IO_DIS11} Vertiq IO CVI 11 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS12 (`INT32`) {#VTQ_IO_DIS12} Vertiq IO CVI 12 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS13 (`INT32`) {#VTQ_IO_DIS13} Vertiq IO CVI 13 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS14 (`INT32`) {#VTQ_IO_DIS14} Vertiq IO CVI 14 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS15 (`INT32`) {#VTQ_IO_DIS15} Vertiq IO CVI 15 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS2 (`INT32`) {#VTQ_IO_DIS2} Vertiq IO CVI 2 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS3 (`INT32`) {#VTQ_IO_DIS3} Vertiq IO CVI 3 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS4 (`INT32`) {#VTQ_IO_DIS4} Vertiq IO CVI 4 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS5 (`INT32`) {#VTQ_IO_DIS5} Vertiq IO CVI 5 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS6 (`INT32`) {#VTQ_IO_DIS6} Vertiq IO CVI 6 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS7 (`INT32`) {#VTQ_IO_DIS7} Vertiq IO CVI 7 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS8 (`INT32`) {#VTQ_IO_DIS8} Vertiq IO CVI 8 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_DIS9 (`INT32`) {#VTQ_IO_DIS9} Vertiq IO CVI 9 Disarmed Value. -This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_FAIL0 (`INT32`) {#VTQ_IO_FAIL0} Vertiq IO CVI 0 Failsafe 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 VTQ_IO_FUNC0). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC0). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL1 (`INT32`) {#VTQ_IO_FAIL1} Vertiq IO CVI 1 Failsafe 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 VTQ_IO_FUNC1). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC1). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL10 (`INT32`) {#VTQ_IO_FAIL10} Vertiq IO CVI 10 Failsafe 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 VTQ_IO_FUNC10). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC10). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL11 (`INT32`) {#VTQ_IO_FAIL11} Vertiq IO CVI 11 Failsafe 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 VTQ_IO_FUNC11). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC11). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL12 (`INT32`) {#VTQ_IO_FAIL12} Vertiq IO CVI 12 Failsafe 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 VTQ_IO_FUNC12). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC12). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL13 (`INT32`) {#VTQ_IO_FAIL13} Vertiq IO CVI 13 Failsafe 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 VTQ_IO_FUNC13). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC13). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL14 (`INT32`) {#VTQ_IO_FAIL14} Vertiq IO CVI 14 Failsafe 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 VTQ_IO_FUNC14). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC14). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL15 (`INT32`) {#VTQ_IO_FAIL15} Vertiq IO CVI 15 Failsafe 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 VTQ_IO_FUNC15). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC15). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL2 (`INT32`) {#VTQ_IO_FAIL2} Vertiq IO CVI 2 Failsafe 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 VTQ_IO_FUNC2). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC2). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL3 (`INT32`) {#VTQ_IO_FAIL3} Vertiq IO CVI 3 Failsafe 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 VTQ_IO_FUNC3). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC3). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL4 (`INT32`) {#VTQ_IO_FAIL4} Vertiq IO CVI 4 Failsafe 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 VTQ_IO_FUNC4). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC4). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL5 (`INT32`) {#VTQ_IO_FAIL5} Vertiq IO CVI 5 Failsafe 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 VTQ_IO_FUNC5). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC5). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL6 (`INT32`) {#VTQ_IO_FAIL6} Vertiq IO CVI 6 Failsafe 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 VTQ_IO_FUNC6). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC6). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL7 (`INT32`) {#VTQ_IO_FAIL7} Vertiq IO CVI 7 Failsafe 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 VTQ_IO_FUNC7). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC7). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL8 (`INT32`) {#VTQ_IO_FAIL8} Vertiq IO CVI 8 Failsafe 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 VTQ_IO_FUNC8). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC8). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FAIL9 (`INT32`) {#VTQ_IO_FAIL9} Vertiq IO CVI 9 Failsafe 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 VTQ_IO_FUNC9). +This is the output value that is set when in failsafe mode. +When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC9). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 500 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 500 | | -1 | ### VTQ_IO_FUNC0 (`INT32`) {#VTQ_IO_FUNC0} Vertiq IO CVI 0 Output Function. -Select what should be output on Vertiq IO CVI 0. The default failsafe value is 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 Vertiq IO CVI 0. +The default failsafe value is set according to the selected function: + +- 'Min' for ConstantMin +- 'Max' for ConstantMax +- 'Max' for Parachute +- ('Max'+'Min')/2 for Servos +- 'Disarmed' for the rest **Values:** @@ -11800,16 +13018,22 @@ Select what should be output on Vertiq IO CVI 0. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC1 (`INT32`) {#VTQ_IO_FUNC1} Vertiq IO CVI 1 Output Function. -Select what should be output on Vertiq IO CVI 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 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 **Values:** @@ -11865,16 +13089,22 @@ Select what should be output on Vertiq IO CVI 1. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC10 (`INT32`) {#VTQ_IO_FUNC10} Vertiq IO CVI 10 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -11930,16 +13160,22 @@ Select what should be output on Vertiq IO CVI 10. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC11 (`INT32`) {#VTQ_IO_FUNC11} Vertiq IO CVI 11 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -11995,16 +13231,22 @@ Select what should be output on Vertiq IO CVI 11. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC12 (`INT32`) {#VTQ_IO_FUNC12} Vertiq IO CVI 12 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12060,16 +13302,22 @@ Select what should be output on Vertiq IO CVI 12. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC13 (`INT32`) {#VTQ_IO_FUNC13} Vertiq IO CVI 13 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12125,16 +13373,22 @@ Select what should be output on Vertiq IO CVI 13. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC14 (`INT32`) {#VTQ_IO_FUNC14} Vertiq IO CVI 14 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12190,16 +13444,22 @@ Select what should be output on Vertiq IO CVI 14. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC15 (`INT32`) {#VTQ_IO_FUNC15} Vertiq IO CVI 15 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12255,16 +13515,22 @@ Select what should be output on Vertiq IO CVI 15. The default failsafe value is - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC2 (`INT32`) {#VTQ_IO_FUNC2} Vertiq IO CVI 2 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12320,16 +13586,22 @@ Select what should be output on Vertiq IO CVI 2. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC3 (`INT32`) {#VTQ_IO_FUNC3} Vertiq IO CVI 3 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12385,16 +13657,22 @@ Select what should be output on Vertiq IO CVI 3. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC4 (`INT32`) {#VTQ_IO_FUNC4} Vertiq IO CVI 4 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12450,16 +13728,22 @@ Select what should be output on Vertiq IO CVI 4. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC5 (`INT32`) {#VTQ_IO_FUNC5} Vertiq IO CVI 5 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12515,16 +13799,22 @@ Select what should be output on Vertiq IO CVI 5. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC6 (`INT32`) {#VTQ_IO_FUNC6} Vertiq IO CVI 6 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12580,16 +13870,22 @@ Select what should be output on Vertiq IO CVI 6. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC7 (`INT32`) {#VTQ_IO_FUNC7} Vertiq IO CVI 7 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12645,16 +13941,22 @@ Select what should be output on Vertiq IO CVI 7. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC8 (`INT32`) {#VTQ_IO_FUNC8} Vertiq IO CVI 8 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12710,16 +14012,22 @@ Select what should be output on Vertiq IO CVI 8. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_FUNC9 (`INT32`) {#VTQ_IO_FUNC9} Vertiq IO CVI 9 Output Function. -Select what should be output on Vertiq IO CVI 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 Vertiq IO CVI 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 **Values:** @@ -12775,10 +14083,9 @@ Select what should be output on Vertiq IO CVI 9. The default failsafe value is s - `452`: IC Engine Choke - `453`: IC Engine Starter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_IO_MAX0 (`INT32`) {#VTQ_IO_MAX0} @@ -12786,9 +14093,9 @@ Vertiq IO CVI 0 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX1 (`INT32`) {#VTQ_IO_MAX1} @@ -12796,9 +14103,9 @@ Vertiq IO CVI 1 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX10 (`INT32`) {#VTQ_IO_MAX10} @@ -12806,9 +14113,9 @@ Vertiq IO CVI 10 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX11 (`INT32`) {#VTQ_IO_MAX11} @@ -12816,9 +14123,9 @@ Vertiq IO CVI 11 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX12 (`INT32`) {#VTQ_IO_MAX12} @@ -12826,9 +14133,9 @@ Vertiq IO CVI 12 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX13 (`INT32`) {#VTQ_IO_MAX13} @@ -12836,9 +14143,9 @@ Vertiq IO CVI 13 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX14 (`INT32`) {#VTQ_IO_MAX14} @@ -12846,9 +14153,9 @@ Vertiq IO CVI 14 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX15 (`INT32`) {#VTQ_IO_MAX15} @@ -12856,9 +14163,9 @@ Vertiq IO CVI 15 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX2 (`INT32`) {#VTQ_IO_MAX2} @@ -12866,9 +14173,9 @@ Vertiq IO CVI 2 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX3 (`INT32`) {#VTQ_IO_MAX3} @@ -12876,9 +14183,9 @@ Vertiq IO CVI 3 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX4 (`INT32`) {#VTQ_IO_MAX4} @@ -12886,9 +14193,9 @@ Vertiq IO CVI 4 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX5 (`INT32`) {#VTQ_IO_MAX5} @@ -12896,9 +14203,9 @@ Vertiq IO CVI 5 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX6 (`INT32`) {#VTQ_IO_MAX6} @@ -12906,9 +14213,9 @@ Vertiq IO CVI 6 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX7 (`INT32`) {#VTQ_IO_MAX7} @@ -12916,9 +14223,9 @@ Vertiq IO CVI 7 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX8 (`INT32`) {#VTQ_IO_MAX8} @@ -12926,9 +14233,9 @@ Vertiq IO CVI 8 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MAX9 (`INT32`) {#VTQ_IO_MAX9} @@ -12936,9 +14243,9 @@ Vertiq IO CVI 9 Maximum Value. Maxmimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 65535 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 65535 | ### VTQ_IO_MIN0 (`INT32`) {#VTQ_IO_MIN0} @@ -12946,9 +14253,9 @@ Vertiq IO CVI 0 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN1 (`INT32`) {#VTQ_IO_MIN1} @@ -12956,9 +14263,9 @@ Vertiq IO CVI 1 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN10 (`INT32`) {#VTQ_IO_MIN10} @@ -12966,9 +14273,9 @@ Vertiq IO CVI 10 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN11 (`INT32`) {#VTQ_IO_MIN11} @@ -12976,9 +14283,9 @@ Vertiq IO CVI 11 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN12 (`INT32`) {#VTQ_IO_MIN12} @@ -12986,9 +14293,9 @@ Vertiq IO CVI 12 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN13 (`INT32`) {#VTQ_IO_MIN13} @@ -12996,9 +14303,9 @@ Vertiq IO CVI 13 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN14 (`INT32`) {#VTQ_IO_MIN14} @@ -13006,9 +14313,9 @@ Vertiq IO CVI 14 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN15 (`INT32`) {#VTQ_IO_MIN15} @@ -13016,9 +14323,9 @@ Vertiq IO CVI 15 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN2 (`INT32`) {#VTQ_IO_MIN2} @@ -13026,9 +14333,9 @@ Vertiq IO CVI 2 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN3 (`INT32`) {#VTQ_IO_MIN3} @@ -13036,9 +14343,9 @@ Vertiq IO CVI 3 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN4 (`INT32`) {#VTQ_IO_MIN4} @@ -13046,9 +14353,9 @@ Vertiq IO CVI 4 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN5 (`INT32`) {#VTQ_IO_MIN5} @@ -13056,9 +14363,9 @@ Vertiq IO CVI 5 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN6 (`INT32`) {#VTQ_IO_MIN6} @@ -13066,9 +14373,9 @@ Vertiq IO CVI 6 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN7 (`INT32`) {#VTQ_IO_MIN7} @@ -13076,9 +14383,9 @@ Vertiq IO CVI 7 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN8 (`INT32`) {#VTQ_IO_MIN8} @@ -13086,9 +14393,9 @@ Vertiq IO CVI 8 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_MIN9 (`INT32`) {#VTQ_IO_MIN9} @@ -13096,15 +14403,16 @@ Vertiq IO CVI 9 Minimum Value. Minimum output value (when not disarmed). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### VTQ_IO_REV (`INT32`) {#VTQ_IO_REV} Reverse Output Range for Vertiq IO. -Allows to reverse the output range for each channel. Note: this is only useful for servos. +Allows to reverse the output range for each channel. +Note: this is only useful for servos. **Bitmask:** @@ -13125,10 +14433,9 @@ Allows to reverse the output range for each channel. Note: this is only useful f - `13`: Vertiq IO CVI 14 - `14`: Vertiq IO CVI 15 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 32767 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 32767 | | 0 | ## Airspeed Validator @@ -13138,9 +14445,9 @@ Gate size for sideslip angle fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 5 | | 1 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 5 | | 1 | SD | ### ASPD_BETA_NOISE (`FLOAT`) {#ASPD_BETA_NOISE} @@ -13148,15 +14455,16 @@ Wind estimator sideslip measurement noise. Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.15 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.15 | rad | ### ASPD_DO_CHECKS (`INT32`) {#ASPD_DO_CHECKS} Enable checks on airspeed sensors. Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0. +Note: The missing data check (bit 0) is implicitly always enabled when ASPD_DO_CHECKS > 0, even if bit 0 is not explicitly set. **Bitmask:** @@ -13166,10 +14474,9 @@ Controls which checks are run to check airspeed data for validity. Only applied - `3`: Load factor check (triggers if measurement is below stall speed) - `4`: First principle check (airspeed change vs. throttle and pitch) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 31 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 31 | | 7 | ### ASPD_FALLBACK (`INT32`) {#ASPD_FALLBACK} @@ -13181,50 +14488,58 @@ Fallback options. - `1`: Fallback to groundspeed-minus-windspeed airspeed estimation - `2`: Fallback to thrust based airspeed estimation - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### ASPD_FP_T_WINDOW (`FLOAT`) {#ASPD_FP_T_WINDOW} First principle airspeed check time window. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 2.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 2.0 | s | ### ASPD_FS_INNOV (`FLOAT`) {#ASPD_FS_INNOV} Airspeed failure innovation threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 10.0 | | 5. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 10.0 | | 5. | m/s | ### ASPD_FS_INTEG (`FLOAT`) {#ASPD_FS_INTEG} Airspeed failure innovation integral threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 50.0 | | 10. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 50.0 | | 10. | m | ### ASPD_FS_T_START (`FLOAT`) {#ASPD_FS_T_START} Airspeed failsafe start delay. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | | -1. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | | -1. | s | ### ASPD_FS_T_STOP (`FLOAT`) {#ASPD_FS_T_STOP} @@ -13232,9 +14547,9 @@ Airspeed failsafe stop delay. Delay before stopping use of airspeed sensor if checks indicate sensor is bad. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | | 1. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 1. | s | ### ASPD_PRIMARY (`INT32`) {#ASPD_PRIMARY} @@ -13248,10 +14563,9 @@ Index or primary airspeed measurement source. - `3`: Third airspeed sensor - `4`: Thrust based airspeed - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### ASPD_SCALE_1 (`FLOAT`) {#ASPD_SCALE_1} @@ -13259,9 +14573,9 @@ Scale of airspeed sensor 1. This is the scale IAS --> CAS of the first airspeed sensor instance -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.5 | 2.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_2 (`FLOAT`) {#ASPD_SCALE_2} @@ -13269,9 +14583,9 @@ Scale of airspeed sensor 2. This is the scale IAS --> CAS of the second airspeed sensor instance -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.5 | 2.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_3 (`FLOAT`) {#ASPD_SCALE_3} @@ -13279,9 +14593,9 @@ Scale of airspeed sensor 3. This is the scale IAS --> CAS of the third airspeed sensor instance -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.5 | 2.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_APPLY (`INT32`) {#ASPD_SCALE_APPLY} @@ -13293,20 +14607,20 @@ Controls when to apply the new estimated airspeed scale(s). - `1`: Apply the estimated scale after disarm - `2`: Apply the estimated scale in air - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### ASPD_SCALE_NSD (`FLOAT`) {#ASPD_SCALE_NSD} Wind estimator true airspeed scale process noise spectral density. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.1 | | 1.e-4 | 1/s/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------------ | +|   | 0 | 0.1 | | 1.e-4 | 1/s/sqrt(Hz) | ### ASPD_TAS_GATE (`INT32`) {#ASPD_TAS_GATE} @@ -13314,9 +14628,9 @@ Gate size for true airspeed fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 5 | | 4 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 5 | | 4 | SD | ### ASPD_TAS_NOISE (`FLOAT`) {#ASPD_TAS_NOISE} @@ -13324,29 +14638,31 @@ Wind estimator true airspeed measurement noise. True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4 | | 1.4 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4 | | 1.4 | m/s | ### ASPD_WERR_THR (`FLOAT`) {#ASPD_WERR_THR} -Horizontal wind uncertainty threshold for synthetic airspeed. +Horizontal wind uncertainty threshold for valid ground-minus-wind. -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. +The airspeed alternative derived from groundspeed and heading will be declared valid +as soon and as long the horizontal wind uncertainty is below this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | 5 | | 0.55 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5 | | 2. | m/s | ### ASPD_WIND_NSD (`FLOAT`) {#ASPD_WIND_NSD} Wind estimator wind process noise spectral density. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1.e-1 | m/s^2/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0 | 1 | | 1.e-1 | m/s^2/sqrt(Hz) | ## Attitude Q estimator @@ -13354,17 +14670,17 @@ Reboot | minValue | maxValue | increment | default | unit Acceleration compensation based on GPS velocity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### ATT_BIAS_MAX (`FLOAT`) {#ATT_BIAS_MAX} Gyro bias limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 0.05 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 2 | | 0.05 | rad/s | ### ATT_EN (`INT32`) {#ATT_EN} @@ -13372,15 +14688,16 @@ standalone attitude estimator enable (unsupported). Enable standalone quaternion based attitude estimator. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### ATT_EXT_HDG_M (`INT32`) {#ATT_EXT_HDG_M} External heading usage mode (from Motion capture/Vision). -Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture. +Set to 1 to use heading estimate from vision. +Set to 2 to use heading from motion capture. **Values:** @@ -13388,52 +14705,53 @@ Set to 1 to use heading estimate from vision. Set to 2 to use heading from motio - `1`: Vision - `2`: Motion Capture - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 0 | ### ATT_MAG_DECL (`FLOAT`) {#ATT_MAG_DECL} Magnetic declination, in degrees. -This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle. +This parameter is not used in normal operation, +as the declination is looked up based on the +GPS coordinates of the vehicle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | deg | ### ATT_MAG_DECL_A (`INT32`) {#ATT_MAG_DECL_A} Automatic GPS based declination compensation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### ATT_W_ACC (`FLOAT`) {#ATT_W_ACC} Complimentary filter accelerometer weight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.2 | ### ATT_W_EXT_HDG (`FLOAT`) {#ATT_W_EXT_HDG} Complimentary filter external heading weight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.1 | ### ATT_W_GYRO_BIAS (`FLOAT`) {#ATT_W_GYRO_BIAS} Complimentary filter gyroscope bias weight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.1 | ### ATT_W_MAG (`FLOAT`) {#ATT_W_MAG} @@ -13441,9 +14759,9 @@ Complimentary filter magnetometer weight. Set to 0 to avoid using the magnetometer. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.1 | ## Autotune @@ -13451,7 +14769,9 @@ Reboot | minValue | maxValue | increment | default | unit Controls when to apply the new gains. -After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. +After the auto-tuning sequence is completed, +a new set of gains is available and can be applied +immediately or after landing. **Values:** @@ -13459,16 +14779,19 @@ After the auto-tuning sequence is completed, a new set of gains is available and - `1`: Apply the new gains after disarm - `2`: Apply the new gains in air - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### FW_AT_AXES (`INT32`) {#FW_AT_AXES} Tuning axes selection. -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 +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 **Bitmask:** @@ -13476,16 +14799,15 @@ Defines which axes will be tuned during the auto-tuning sequence Set bits in the - `1`: pitch - `2`: yaw - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 7 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 7 | | 3 | ### FW_AT_MAN_AUX (`INT32`) {#FW_AT_MAN_AUX} -Enable/disable auto tuning using an RC AUX input. +Enable/disable auto tuning using a manual control AUX input. -Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning. +Defines which RC_MAP_AUXn parameter maps the manual control channel used to enable/disable auto tuning. **Values:** @@ -13497,30 +14819,9 @@ Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable a - `5`: Aux5 - `6`: Aux6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 6 | | 0 | - -### FW_AT_START (`INT32`) {#FW_AT_START} - -Start the autotuning sequence. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | - -### FW_AT_SYSID_AMP (`FLOAT`) {#FW_AT_SYSID_AMP} - -Amplitude of the injected signal. - -This parameter scales the signal sent to the rate controller during system identification. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 6.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 6 | | 0 | ### FW_AT_SYSID_F0 (`FLOAT`) {#FW_AT_SYSID_F0} @@ -13528,9 +14829,9 @@ Start frequency of the injected signal. Can be set lower or higher than the end frequency -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 30.0 | | 1. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 30.0 | | 1. | Hz | ### FW_AT_SYSID_F1 (`FLOAT`) {#FW_AT_SYSID_F1} @@ -13538,9 +14839,9 @@ End frequency of the injected signal. Can be set lower or higher than the start frequency -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 30.0 | | 20. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 30.0 | | 10. | Hz | ### FW_AT_SYSID_TIME (`FLOAT`) {#FW_AT_SYSID_TIME} @@ -13548,9 +14849,9 @@ Maneuver time for each axis. Duration of the input signal sent on each axis during system identification -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 120 | | 10. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 120 | | 10. | s | ### FW_AT_SYSID_TYPE (`INT32`) {#FW_AT_SYSID_TYPE} @@ -13564,16 +14865,20 @@ Type of signal used during system identification to excite the system. - `1`: Linear sine sweep - `2`: Logarithmic sine sweep - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### MC_AT_APPLY (`INT32`) {#MC_AT_APPLY} Controls when to apply the new gains. -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. +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. **Values:** @@ -13581,44 +14886,33 @@ After the auto-tuning sequence is completed, a new set of gains is available and - `1`: Apply the new gains after disarm - `2`: WARNING Apply the new gains in air - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### MC_AT_EN (`INT32`) {#MC_AT_EN} Multicopter autotune module enable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### MC_AT_RISE_TIME (`FLOAT`) {#MC_AT_RISE_TIME} Desired angular rate closed-loop rise time. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 0.5 | | 0.14 | s - -### MC_AT_START (`INT32`) {#MC_AT_START} - -Start the autotuning sequence. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 0.5 | | 0.14 | s | ### MC_AT_SYSID_AMP (`FLOAT`) {#MC_AT_SYSID_AMP} Amplitude of the injected signal. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 6.0 | | 0.7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 6.0 | | 0.7 | ## Battery Calibration @@ -13626,11 +14920,13 @@ Reboot | minValue | maxValue | increment | default | unit Battery 1 current per volt (A/V). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1.0 | ### BAT1_CAPACITY (`FLOAT`) {#BAT1_CAPACITY} @@ -13638,29 +14934,36 @@ Battery 1 capacity. Defines the capacity of battery 1 in mAh. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 100000 | 50 | -1.0 | mAh +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | ### BAT1_I_CHANNEL (`INT32`) {#BAT1_I_CHANNEL} Battery 1 Current ADC Channel. -This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor current of main power battery. +A value of -1 means to use the board default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT1_I_OVERWRITE (`FLOAT`) {#BAT1_I_OVERWRITE} Battery 1 idle current overwrite. -This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. +This parameter allows to overwrite the current measured during +idle (unarmed) state with a user-defined constant value (expressed in amperes). +When the system is armed, the measured current is used. This is useful +because on certain ESCs current measurements are inaccurate in case of no load. +Negative values are ignored and will cause the measured current to be used. +The default value of 0 disables the overwrite, in which case the measured value +is always used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### BAT1_N_CELLS (`INT32`) {#BAT1_N_CELLS} @@ -13688,10 +14991,9 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### BAT1_R_INTERNAL (`FLOAT`) {#BAT1_R_INTERNAL} @@ -13699,77 +15001,97 @@ Explicitly defines the per cell internal resistance for battery 1. If non-negative, then this will be used instead of the online estimated internal resistance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | ### BAT1_SOURCE (`INT32`) {#BAT1_SOURCE} Battery 1 monitoring source. -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. +This parameter controls the source of battery data. The value 'Power Module / Analog' +means that measurements are expected to come from either analog (ADC) inputs +or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current +measurements read from the board's ADC channels, typically from an onboard +voltage divider and current shunt, or an external analog power module. +I2C power monitors are digital sensors on the I2C bus. +If the value is set to 'External' then the system expects to receive MAVLink +or CAN battery status messages, or the battery data is published by an external driver. +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 (via ESC telemetry). **Values:** - `-1`: Disabled -- `0`: Power Module +- `0`: Power Module / Analog - `1`: External - `2`: ESCs - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### BAT1_V_CHANNEL (`INT32`) {#BAT1_V_CHANNEL} Battery 1 Voltage ADC Channel. -This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor voltage of main power battery. +A value of -1 means to use the board default. A value of -2 disables analog monitoring. +This is useful when the FMU supports both analog and digital voltage monitoring and you want +to use digital monitoring exclusively. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT1_V_CHARGED (`FLOAT`) {#BAT1_V_CHARGED} Full cell voltage. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 4.05 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 4.05 | V | ### BAT1_V_DIV (`FLOAT`) {#BAT1_V_DIV} Battery 1 voltage divider (V divider). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1.0 | ### BAT1_V_EMPTY (`FLOAT`) {#BAT1_V_EMPTY} Empty cell voltage. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 3.6 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 3.6 | V | ### BAT2_A_PER_V (`FLOAT`) {#BAT2_A_PER_V} Battery 2 current per volt (A/V). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1.0 | ### BAT2_CAPACITY (`FLOAT`) {#BAT2_CAPACITY} @@ -13777,29 +15099,36 @@ Battery 2 capacity. Defines the capacity of battery 2 in mAh. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 100000 | 50 | -1.0 | mAh +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | ### BAT2_I_CHANNEL (`INT32`) {#BAT2_I_CHANNEL} Battery 2 Current ADC Channel. -This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor current of main power battery. +A value of -1 means to use the board default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT2_I_OVERWRITE (`FLOAT`) {#BAT2_I_OVERWRITE} Battery 2 idle current overwrite. -This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. +This parameter allows to overwrite the current measured during +idle (unarmed) state with a user-defined constant value (expressed in amperes). +When the system is armed, the measured current is used. This is useful +because on certain ESCs current measurements are inaccurate in case of no load. +Negative values are ignored and will cause the measured current to be used. +The default value of 0 disables the overwrite, in which case the measured value +is always used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### BAT2_N_CELLS (`INT32`) {#BAT2_N_CELLS} @@ -13827,10 +15156,9 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### BAT2_R_INTERNAL (`FLOAT`) {#BAT2_R_INTERNAL} @@ -13838,67 +15166,85 @@ Explicitly defines the per cell internal resistance for battery 2. If non-negative, then this will be used instead of the online estimated internal resistance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | ### BAT2_SOURCE (`INT32`) {#BAT2_SOURCE} Battery 2 monitoring source. -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. +This parameter controls the source of battery data. The value 'Power Module / Analog' +means that measurements are expected to come from either analog (ADC) inputs +or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current +measurements read from the board's ADC channels, typically from an onboard +voltage divider and current shunt, or an external analog power module. +I2C power monitors are digital sensors on the I2C bus. +If the value is set to 'External' then the system expects to receive MAVLink +or CAN battery status messages, or the battery data is published by an external driver. +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 (via ESC telemetry). **Values:** - `-1`: Disabled -- `0`: Power Module +- `0`: Power Module / Analog - `1`: External - `2`: ESCs - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT2_V_CHANNEL (`INT32`) {#BAT2_V_CHANNEL} Battery 2 Voltage ADC Channel. -This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor voltage of main power battery. +A value of -1 means to use the board default. A value of -2 disables analog monitoring. +This is useful when the FMU supports both analog and digital voltage monitoring and you want +to use digital monitoring exclusively. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT2_V_CHARGED (`FLOAT`) {#BAT2_V_CHARGED} Full cell voltage. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 4.05 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 4.05 | V | ### BAT2_V_DIV (`FLOAT`) {#BAT2_V_DIV} Battery 2 voltage divider (V divider). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1.0 | ### BAT2_V_EMPTY (`FLOAT`) {#BAT2_V_EMPTY} Empty cell voltage. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 3.6 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 3.6 | V | ### BAT3_CAPACITY (`FLOAT`) {#BAT3_CAPACITY} @@ -13906,9 +15252,9 @@ Battery 3 capacity. Defines the capacity of battery 3 in mAh. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 100000 | 50 | -1.0 | mAh +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | ### BAT3_N_CELLS (`INT32`) {#BAT3_N_CELLS} @@ -13936,10 +15282,9 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### BAT3_R_INTERNAL (`FLOAT`) {#BAT3_R_INTERNAL} @@ -13947,105 +15292,124 @@ Explicitly defines the per cell internal resistance for battery 3. If non-negative, then this will be used instead of the online estimated internal resistance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | ### BAT3_SOURCE (`INT32`) {#BAT3_SOURCE} Battery 3 monitoring source. -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. +This parameter controls the source of battery data. The value 'Power Module / Analog' +means that measurements are expected to come from either analog (ADC) inputs +or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current +measurements read from the board's ADC channels, typically from an onboard +voltage divider and current shunt, or an external analog power module. +I2C power monitors are digital sensors on the I2C bus. +If the value is set to 'External' then the system expects to receive MAVLink +or CAN battery status messages, or the battery data is published by an external driver. +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 (via ESC telemetry). **Values:** - `-1`: Disabled -- `0`: Power Module +- `0`: Power Module / Analog - `1`: External - `2`: ESCs - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | ### BAT3_V_CHARGED (`FLOAT`) {#BAT3_V_CHARGED} Full cell voltage. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 4.05 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 4.05 | V | ### BAT3_V_EMPTY (`FLOAT`) {#BAT3_V_EMPTY} Empty cell voltage. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | 0.01 | 3.6 | V +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | 0.01 | 3.6 | V | ### BAT_ADC_CHANNEL (`INT32`) {#BAT_ADC_CHANNEL} This parameter is deprecated. Please use BAT1_I_CHANNEL. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### BAT_AVRG_CURRENT (`FLOAT`) {#BAT_AVRG_CURRENT} Expected battery current in flight. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 500 | 0.1 | 15 | A +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 500 | 0.1 | 15 | A | ### BAT_CRIT_THR (`FLOAT`) {#BAT_CRIT_THR} Critical threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 0.5 | 0.01 | 0.07 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 0.5 | 0.01 | 0.07 | norm | ### BAT_EMERGEN_THR (`FLOAT`) {#BAT_EMERGEN_THR} Emergency threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.03 | 0.5 | 0.01 | 0.05 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.03 | 0.5 | 0.01 | 0.05 | norm | ### BAT_LOW_THR (`FLOAT`) {#BAT_LOW_THR} Low threshold. -Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold. +Sets the threshold when the battery will be reported as low. +This has to be higher than the critical threshold. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.12 | 0.5 | 0.01 | 0.15 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.12 | 0.5 | 0.01 | 0.15 | norm | ### BAT_V_OFFS_CURR (`FLOAT`) {#BAT_V_OFFS_CURR} Offset in volt as seen by the ADC input of the current sensor. -This offset will be subtracted before calculating the battery current based on the voltage. +This offset will be subtracted before calculating the battery +current based on the voltage. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ## CDCACM @@ -14059,10 +15423,9 @@ Enable USB autostart. - `1`: Auto-detect - `2`: MAVLink - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### USB_MAV_MODE (`INT32`) {#USB_MAV_MODE} @@ -14083,11 +15446,11 @@ Specify USB MAVLink mode. - `10`: gimbal - `11`: onboard_low_bandwidth - `12`: uavionix +- `13`: Low Bandwidth - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ## Camera Capture @@ -14097,9 +15460,9 @@ Camera strobe delay. This parameter sets the delay between image integration start and strobe firing -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 100.0 | | 0.0 | ms | ## Camera Control @@ -14112,10 +15475,9 @@ Camera capture edge. - `0`: Falling edge - `1`: Rising edge - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### CAM_CAP_FBACK (`INT32`) {#CAM_CAP_FBACK} @@ -14123,9 +15485,9 @@ Camera capture feedback. Enables camera capture feedback -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### CAM_CAP_MODE (`INT32`) {#CAM_CAP_MODE} @@ -14139,10 +15501,9 @@ Change time measurement - `1`: Get timestamp of mid exposure (active high) - `2`: Get timestamp of mid exposure (active low) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ## Camera trigger @@ -14152,9 +15513,9 @@ Camera trigger activation time. This parameter sets the time the trigger needs to pulled high or low. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | 3000 | | 40.0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | 3000 | | 40.0 | ms | ### TRIG_DISTANCE (`FLOAT`) {#TRIG_DISTANCE} @@ -14162,9 +15523,9 @@ Camera trigger distance. Sets the distance at which to trigger the camera. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | | 1 | 25.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | | 1 | 25.0 | m | ### TRIG_INTERFACE (`INT32`) {#TRIG_INTERFACE} @@ -14179,10 +15540,9 @@ Selects the trigger interface - `3`: MAVLink (Camera Protocol v1) - `4`: Generic PWM (IR trigger, servo) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 4 | ### TRIG_INTERVAL (`FLOAT`) {#TRIG_INTERVAL} @@ -14190,19 +15550,20 @@ Camera trigger interval. This parameter sets the time between two consecutive trigger events -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 4.0 | 10000.0 | | 40.0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 4.0 | 10000.0 | | 40.0 | ms | ### TRIG_MIN_INTERVA (`FLOAT`) {#TRIG_MIN_INTERVA} Minimum camera trigger interval. -This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting. +This parameter sets the minimum time between two consecutive trigger events +the specific camera setup is supporting. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1.0 | 10000.0 | | 1.0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1.0 | 10000.0 | | 1.0 | ms | ### TRIG_MODE (`INT32`) {#TRIG_MODE} @@ -14216,10 +15577,9 @@ Camera trigger mode. - `3`: Distance based, always on - `4`: Distance based, on command (Survey mode) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 4 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 4 | | 0 | ### TRIG_POLARITY (`INT32`) {#TRIG_POLARITY} @@ -14232,26 +15592,25 @@ This parameter sets the polarity of the trigger (0 = active low, 1 = active high - `0`: Active low - `1`: Active high - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### TRIG_PWM_NEUTRAL (`INT32`) {#TRIG_PWM_NEUTRAL} PWM neutral output on trigger pin. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1000 | 2000 | | 1500 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1000 | 2000 | | 1500 | us | ### TRIG_PWM_SHOOT (`INT32`) {#TRIG_PWM_SHOOT} PWM output to trigger shot. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1000 | 2000 | | 1900 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1000 | 2000 | | 1900 | us | ## Circuit Breaker @@ -14259,61 +15618,76 @@ Reboot | minValue | maxValue | increment | default | unit Circuit breaker for disabling buzzer. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 782097 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 782097 | | 0 | ### CBRK_FLIGHTTERM (`INT32`) {#CBRK_FLIGHTTERM} Circuit breaker for flight termination. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 121212 | | 121212 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 121212 | | 121212 | ### CBRK_IO_SAFETY (`INT32`) {#CBRK_IO_SAFETY} Circuit breaker for IO safety. -Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 22027 will disable IO safety. +WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 22027 | | 22027 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 22027 | | 22027 | ### CBRK_SUPPLY_CHK (`INT32`) {#CBRK_SUPPLY_CHK} Circuit breaker for power supply check. -Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 894281 will disable the power valid +checks in the commander. +WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 894281 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 894281 | | 0 | ### CBRK_USB_CHK (`INT32`) {#CBRK_USB_CHK} Circuit breaker for USB link check. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 197848 | | 197848 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 197848 | | 197848 | ### CBRK_VTOLARMING (`INT32`) {#CBRK_VTOLARMING} Circuit breaker for arming in fixed-wing mode check. -Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 159753 will enable arming in fixed-wing +mode for VTOLs. +WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 159753 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 159753 | | 0 | ## Commander @@ -14321,7 +15695,8 @@ Reboot | minValue | maxValue | increment | default | unit Set the actuator failure failsafe mode. -Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters. +Note: actuator failure needs to be enabled and configured via FD*ACT*\* +parameters. **Values:** @@ -14331,10 +15706,9 @@ Note: actuator failure needs to be enabled and configured via FD_ACT_* parameter - `3`: Return mode - `4`: Terminate - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### COM_ARMABLE (`INT32`) {#COM_ARMABLE} @@ -14347,10 +15721,9 @@ Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance re - `0`: Disallow arming - `1`: Allow arming - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### COM_ARM_AUTH_ID (`INT32`) {#COM_ARM_AUTH_ID} @@ -14358,25 +15731,29 @@ Arm authorizer system id. Used if arm authorization is requested by COM_ARM_AUTH_REQ. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 10 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 10 | ### COM_ARM_AUTH_MET (`INT32`) {#COM_ARM_AUTH_MET} Arm authorization method. -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. +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. **Values:** - `0`: one arm - `1`: two step arm - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_ARM_AUTH_REQ (`INT32`) {#COM_ARM_AUTH_REQ} @@ -14384,65 +15761,69 @@ Require arm authorization to arm. By default off. The default allows to arm the vehicle without a arm authorization. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_ARM_AUTH_TO (`FLOAT`) {#COM_ARM_AUTH_TO} Arm authorization timeout. -Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ. +Timeout for authorizer answer. +Used if arm authorization is requested by COM_ARM_AUTH_REQ. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.1 | 1 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.1 | 1 | s | ### COM_ARM_BAT_MIN (`FLOAT`) {#COM_ARM_BAT_MIN} Minimum battery level for arming. -Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold. +Threshold for battery percentage below arming is prohibited. +A negative value means BAT_CRIT_THR is the threshold. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 0.9 | 0.01 | -1. | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 0.9 | 0.01 | -1. | norm | ### COM_ARM_CHK_ESCS (`INT32`) {#COM_ARM_CHK_ESCS} Enable checks on ESCs that report telemetry. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_ARM_HFLT_CHK (`INT32`) {#COM_ARM_HFLT_CHK} Enable FMU SD card hardfault detection check. -This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented. +This check detects if there are hardfault files present on the +SD card. If so, and the parameter is enabled, arming is prevented. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### COM_ARM_IMU_ACC (`FLOAT`) {#COM_ARM_IMU_ACC} Maximum accelerometer inconsistency between IMU units that will allow arming. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | 0.05 | 0.7 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.1 | 1.0 | 0.05 | 0.7 | m/s^2 | ### COM_ARM_IMU_GYR (`FLOAT`) {#COM_ARM_IMU_GYR} Maximum rate gyro inconsistency between IMU units that will allow arming. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.02 | 0.3 | 0.01 | 0.25 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.02 | 0.3 | 0.01 | 0.25 | rad/s | ### COM_ARM_MAG_ANG (`INT32`) {#COM_ARM_MAG_ANG} @@ -14450,15 +15831,16 @@ Maximum magnetic field inconsistency between units that will allow arming. Set -1 to disable the check. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 3 | 180 | | 60 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 3 | 180 | | 60 | deg | ### COM_ARM_MAG_STR (`INT32`) {#COM_ARM_MAG_STR} Enable mag strength preflight check. -Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK) +Check if the estimator detects a strong magnetic +disturbance (check enabled by EKF2_MAG_CHECK) **Values:** @@ -14466,10 +15848,9 @@ Check if the estimator detects a strong magnetic disturbance (check enabled by E - `1`: Deny arming - `2`: Warning only - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### COM_ARM_MIS_REQ (`INT32`) {#COM_ARM_MIS_REQ} @@ -14477,15 +15858,17 @@ Require valid mission to arm. The default allows to arm the vehicle without a valid mission. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_ARM_ODID (`INT32`) {#COM_ARM_ODID} Enable Drone ID system detection and health check. -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. +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. **Values:** @@ -14493,16 +15876,17 @@ This check detects if the Open Drone ID system is missing. Depending on the valu - `1`: Warning only - `2`: Enforce Open Drone ID system presence - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_ARM_SDCARD (`INT32`) {#COM_ARM_SDCARD} Enable FMU SD card detection check. -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. +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. **Values:** @@ -14510,77 +15894,87 @@ This check detects if the FMU SD card is missing. Depending on the value of the - `1`: Warning only - `2`: Enforce SD card presence - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### COM_ARM_SWISBTN (`INT32`) {#COM_ARM_SWISBTN} Arm switch is a momentary button. -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. +0: Arming/disarming triggers on switch transition. +1: Arming/disarming triggers when holding the momentary button down like the stick gesture. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_ARM_WO_GPS (`INT32`) {#COM_ARM_WO_GPS} -GPS preflight check. +Arming without GNSS configuration. -Measures taken when a check defined by EKF2_GPS_CHECK is failing. +Configures whether arming is allowed without GNSS, for modes that require a global position +(specifically, in those modes when a check defined by EKF2_GPS_CHECK fails). +The settings deny arming and warn, allow arming and warn, or silently allow arming. **Values:** - `0`: Deny arming -- `1`: Warning only -- `2`: Disabled +- `1`: Allow arming (with warning) +- `2`: Allow arming (no warning) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### COM_CPU_MAX (`FLOAT`) {#COM_CPU_MAX} Maximum allowed CPU load to still arm. -The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. +The check fails if the CPU load is above this threshold for 2s. +A negative value disables the check. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 1 | 95.0 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | 1 | 95.0 | % | ### COM_DISARM_LAND (`FLOAT`) {#COM_DISARM_LAND} Time-out for auto disarm after landing. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.1 | 2.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.1 | 2.0 | s | ### COM_DISARM_MAN (`INT32`) {#COM_DISARM_MAN} Allow disarming via switch/stick/button on multicopters in manual thrust modes. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### COM_DISARM_PRFLT (`FLOAT`) {#COM_DISARM_PRFLT} Time-out for auto disarm if not taking off. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.1 | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.1 | 10.0 | s | ### COM_DLL_EXCEPT (`INT32`) {#COM_DLL_EXCEPT} @@ -14594,10 +15988,9 @@ Specify modes in which datalink loss is ignored and the failsafe action not trig - `1`: Hold - `2`: Offboard - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 0 | ### COM_DL_LOSS_T (`INT32`) {#COM_DL_LOSS_T} @@ -14605,35 +15998,42 @@ GCS connection loss time threshold. After this amount of seconds without datalink, the GCS connection lost mode triggers -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 300 | 1 | 10 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 300 | 1 | 10 | s | ### COM_FAIL_ACT_T (`FLOAT`) {#COM_FAIL_ACT_T} Delay between failsafe condition triggered and failsafe reaction. -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). +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 can switch modes, but 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 25.0 | | 5. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 25.0 | | 5. | s | ### COM_FLIGHT_UUID (`INT32`) {#COM_FLIGHT_UUID} Next flight UUID. -This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0. +This number is incremented automatically after every flight on +disarming in order to remember the next flight UUID. +The first flight is 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 0 | ### COM_FLTMODE1 (`INT32`) {#COM_FLTMODE1} Mode slot 1. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14652,6 +16052,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14661,16 +16062,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTMODE2 (`INT32`) {#COM_FLTMODE2} Mode slot 2. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14689,6 +16090,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14698,16 +16100,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTMODE3 (`INT32`) {#COM_FLTMODE3} Mode slot 3. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14726,6 +16128,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14735,16 +16138,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTMODE4 (`INT32`) {#COM_FLTMODE4} Mode slot 4. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14763,6 +16166,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14772,16 +16176,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTMODE5 (`INT32`) {#COM_FLTMODE5} Mode slot 5. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14800,6 +16204,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14809,16 +16214,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTMODE6 (`INT32`) {#COM_FLTMODE6} Mode slot 6. -If the main switch channel is in this range the selected flight mode will be applied. +If the main switch channel is in this range the +selected flight mode will be applied. **Values:** @@ -14837,6 +16242,7 @@ If the main switch channel is in this range the selected flight mode will be app - `11`: Land - `12`: Follow Me - `13`: Precision Land +- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -14846,16 +16252,16 @@ If the main switch channel is in this range the selected flight mode will be app - `106`: External Mode 7 - `107`: External Mode 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### COM_FLTT_LOW_ACT (`INT32`) {#COM_FLTT_LOW_ACT} Remaining flight time low failsafe. -Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination. +Action the system takes when the remaining flight time is below +the estimated time it takes to reach the RTL destination. **Values:** @@ -14863,16 +16269,17 @@ Action the system takes when the remaining flight time is below the estimated ti - `1`: Warning - `3`: Return - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 1 | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 1 | 0 | ### COM_FLT_PROFILE (`INT32`) {#COM_FLT_PROFILE} User Flight Profile. -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). +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). **Values:** @@ -14881,20 +16288,25 @@ Describes the intended use of the vehicle. Can be used by ground control softwar - `200`: Flight Tester - `300`: Developer - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_FLT_TIME_MAX (`INT32`) {#COM_FLT_TIME_MAX} Maximum allowed flight time. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | | -1 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | | -1 | s | ### COM_FORCE_SAFETY (`INT32`) {#COM_FORCE_SAFETY} @@ -14902,9 +16314,9 @@ Enable force safety. Force safety when the vehicle disarms -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_HLDL_LOSS_T (`INT32`) {#COM_HLDL_LOSS_T} @@ -14912,45 +16324,52 @@ High Latency Datalink loss time threshold. After this amount of seconds without datalink the data link lost mode triggers -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 60 | 3600 | | 120 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 60 | 3600 | | 120 | s | ### COM_HLDL_REG_T (`INT32`) {#COM_HLDL_REG_T} High Latency Datalink regain time threshold. -After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false +After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' +flag is set back to false -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 60 | | 0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 60 | | 0 | s | ### COM_HOME_EN (`INT32`) {#COM_HOME_EN} Home position enabled. -Set home position automatically if possible. During missions, the home position is locked and will not reset during intermediate landings. It will only update once the mission is complete or landed outside of a mission. +Set home position automatically if possible. +During missions, the latitude/longitude of the home position is locked and will not reset during intermediate landings. +It will only update once the mission is complete or landed outside of a mission. +However, the altitude is still being adjusted to correct for GNSS vertical drift in the first 2 minutes after takeoff. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### COM_HOME_IN_AIR (`INT32`) {#COM_HOME_IN_AIR} Allows setting the home position after takeoff. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_IMB_PROP_ACT (`INT32`) {#COM_IMB_PROP_ACT} Imbalanced propeller failsafe mode. -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. +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. **Values:** @@ -14959,34 +16378,39 @@ Action the system takes when an imbalanced propeller is detected by the failure - `1`: Return - `2`: Land - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 1 | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 1 | 0 | ### COM_KILL_DISARM (`FLOAT`) {#COM_KILL_DISARM} Timeout value for disarming when kill switch is engaged. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 30.0 | 0.1 | 5.0 | s +Use RC_MAP_KILL_SW to map a kill switch. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 30.0 | 0.1 | 5.0 | s | ### COM_LKDOWN_TKO (`FLOAT`) {#COM_LKDOWN_TKO} Timeout for detecting a failure after takeoff. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 5.0 | | 3.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 5.0 | | 3.0 | s | ### COM_LOW_BAT_ACT (`INT32`) {#COM_LOW_BAT_ACT} Battery failsafe mode. -Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states. +Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR +for definition of battery states. **Values:** @@ -14994,90 +16418,105 @@ Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERG - `2`: Land mode - `3`: Return at critical level, land at emergency level - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE0_HASH (`INT32`) {#COM_MODE0_HASH} External mode identifier 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE1_HASH (`INT32`) {#COM_MODE1_HASH} External mode identifier 1. -This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE2_HASH (`INT32`) {#COM_MODE2_HASH} External mode identifier 2. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE3_HASH (`INT32`) {#COM_MODE3_HASH} External mode identifier 3. -This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE4_HASH (`INT32`) {#COM_MODE4_HASH} External mode identifier 4. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE5_HASH (`INT32`) {#COM_MODE5_HASH} External mode identifier 5. -This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE6_HASH (`INT32`) {#COM_MODE6_HASH} External mode identifier 6. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE7_HASH (`INT32`) {#COM_MODE7_HASH} External mode identifier 7. -This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_MODE_ARM_CHK (`INT32`) {#COM_MODE_ARM_CHK} @@ -15085,33 +16524,35 @@ Allow external mode registration while armed. By default disabled for safety reasons -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_MOT_TEST_EN (`INT32`) {#COM_MOT_TEST_EN} Enable Actuator Testing. -If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes. +If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that +allows spinning the motors and moving the servos for testing purposes. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### COM_OBC_LOSS_T (`FLOAT`) {#COM_OBC_LOSS_T} Time-out to wait when onboard computer connection is lost before warning about loss connection. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 60 | 0.01 | 5.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 60 | 0.01 | 5.0 | s | ### COM_OBL_RC_ACT (`INT32`) {#COM_OBL_RC_ACT} Set offboard loss failsafe mode. -The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds. +The offboard loss failsafe will only be entered after a timeout, +set by COM_OF_LOSS_T in seconds. **Values:** @@ -15124,10 +16565,9 @@ The offboard loss failsafe will only be entered after a timeout, set by COM_OF_L - `6`: Terminate - `7`: Disarm - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_OF_LOSS_T (`FLOAT`) {#COM_OF_LOSS_T} @@ -15135,49 +16575,41 @@ Time-out to wait when offboard connection is lost before triggering offboard los See COM_OBL_RC_ACT to configure action. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 60 | 0.01 | 1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 60 | 0.01 | 1.0 | s | ### COM_PARACHUTE (`INT32`) {#COM_PARACHUTE} Expect and require a healthy MAVLink parachute system. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | - -### COM_POSCTL_NAVL (`INT32`) {#COM_POSCTL_NAVL} - -Position mode navigation loss response. - -This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control in manual Position mode. - -**Values:** - -- `0`: Altitude mode -- `1`: Land mode (descend) - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_POS_FS_EPH (`FLOAT`) {#COM_POS_FS_EPH} Horizontal position error threshold for hovering systems. -This is the horizontal position error (EPH) threshold that will trigger a failsafe. 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). Only used for multicopters and VTOLs in hover mode. Independent from estimator positioning data timeout threshold (see EKF2_NOAID_TOUT). Set to -1 to disable. +This is the horizontal position error (EPH) threshold that will trigger a failsafe. +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). +Only used for multicopters and VTOLs in hover mode. +Independent from estimator positioning data timeout threshold (see EKF2_NOAID_TOUT). +Set to -1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 400 | | 5. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 400 | | 5. | m | ### COM_POS_LOW_ACT (`INT32`) {#COM_POS_LOW_ACT} Low position accuracy action. -Action the system takes when the estimated position has an accuracy below the specified threshold. See COM_POS_LOW_EPH to set the failsafe threshold. The failsafe action is only executed if the vehicle is in auto mission or auto loiter mode, otherwise it is only a warning. +Action the system takes when the estimated position has an accuracy below the specified threshold. +See COM_POS_LOW_EPH to set the failsafe threshold. +The failsafe action is only executed if the vehicle is in auto mission or auto loiter mode, +otherwise it is only a warning. **Values:** @@ -15188,36 +16620,40 @@ Action the system takes when the estimated position has an accuracy below the sp - `4`: Terminate - `5`: Land - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 1 | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 1 | 3 | ### COM_POS_LOW_EPH (`FLOAT`) {#COM_POS_LOW_EPH} Low position accuracy failsafe threshold. -This triggers the action specified in COM_POS_LOW_ACT if the estimated position accuracy is below this threshold. Local position has to be still declared valid, which requires some kind of velocity aiding or large dead-reckoning time (EKF2_NOAID_TOUT), and a high failsafe threshold (COM_POS_FS_EPH). Set to -1 to disable. +This triggers the action specified in COM_POS_LOW_ACT if the estimated position accuracy is below this threshold. +Local position has to be still declared valid, which requires some kind of velocity aiding or large dead-reckoning time (EKF2_NOAID_TOUT), +and a high failsafe threshold (COM_POS_FS_EPH). +Set to -1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | | -1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1000 | | -1.0 | m | ### COM_POWER_COUNT (`INT32`) {#COM_POWER_COUNT} Required number of redundant power modules. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4 | | 1 | ### COM_PREARM_MODE (`INT32`) {#COM_PREARM_MODE} Condition to enter prearmed mode. -Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active. +Condition to enter the prearmed state, an intermediate state between disarmed and armed +in which non-throttling actuators are active. **Values:** @@ -15225,10 +16661,9 @@ Condition to enter the prearmed state, an intermediate state between disarmed an - `1`: Safety button - `2`: Always - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_QC_ACT (`INT32`) {#COM_QC_ACT} @@ -15241,112 +16676,128 @@ Set action after a quadchute. - `1`: Land mode - `2`: Hold mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_RAM_MAX (`FLOAT`) {#COM_RAM_MAX} Maximum allowed RAM usage to pass checks. -The check fails if the RAM usage is above this threshold. A negative value disables the check. +The check fails if the RAM usage is above this threshold. +A negative value disables the check. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 1 | 95.0 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | 1 | 95.0 | % | ### COM_RCL_EXCEPT (`INT32`) {#COM_RCL_EXCEPT} -RC loss exceptions. +Manual control loss exceptions. -Specify modes in which RC loss is ignored and the failsafe action not triggered. +Specify modes where manual control loss is ignored and no failsafe is triggered. +External modes requiring stick input will still failsafe. **Bitmask:** - `0`: Mission - `1`: Hold - `2`: Offboard +- `3`: External Mode +- `4`: Altitude Cruise - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 0 | - -### COM_RC_ARM_HYST (`INT32`) {#COM_RC_ARM_HYST} - -RC input arm/disarm command duration. - -The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 100 | 1500 | | 1000 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 31 | | 0 | ### COM_RC_IN_MODE (`INT32`) {#COM_RC_IN_MODE} -RC control input mode. +Manual control input source configuration. -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. +Selects stick input selection behavior: +either a traditional remote control receiver (RC) or a MAVLink joystick (MANUAL_CONTROL message) +Priority sources are immediately switched to whenever they get valid. +0 RC only. Requires valid RC calibration. +1 MAVLink only. RC and related checks are disabled. +2 Switches only if current source becomes invalid. +3 Locks to the first valid source until reboot. +4 Ignores all sources. +5 RC priority, then MAVLink (lower instance before higher) +6 MAVLink priority (lower instance before higher), then RC +7 RC priority, then MAVLink (higher instance before lower) +8 MAVLink priority (higher instance before lower), then RC **Values:** -- `0`: RC Transmitter only -- `1`: Joystick only -- `2`: RC and Joystick with fallback -- `3`: RC or Joystick keep first -- `4`: Stick input disabled +- `0`: RC only +- `1`: MAVLink only +- `2`: RC or MAVLink with fallback +- `3`: RC or MAVLink keep first +- `4`: Disable manual control +- `5`: Prio: RC > MAVL 1 > MAVL 2 +- `6`: Prio: MAVL 1 > MAVL 2 > RC +- `7`: Prio: RC > MAVL 2 > MAVL 1 +- `8`: Prio: MAVL 2 > MAVL 1 > RC - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 8 | | 3 | ### COM_RC_LOSS_T (`FLOAT`) {#COM_RC_LOSS_T} Manual control loss timeout. -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. +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. +Ensure the value is not set lower than the update interval of the RC or Joystick. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 35 | 0.1 | 0.5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 35 | 0.1 | 0.5 | s | ### COM_RC_OVERRIDE (`INT32`) {#COM_RC_OVERRIDE} -Enable RC stick override of auto and/or offboard modes. +Enable manual control stick override. -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. +When enabled, moving the 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. **Bitmask:** - `0`: Enable override during auto modes (except for in critical battery reaction) - `1`: Enable override during offboard mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 1 | ### COM_RC_STICK_OV (`FLOAT`) {#COM_RC_STICK_OV} -RC stick override threshold. +Stick override threshold. -If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control. +If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold +the autopilot the pilot takes over control. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 80 | 0.05 | 30.0 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 80 | 0.05 | 30.0 | % | ### COM_SPOOLUP_TIME (`FLOAT`) {#COM_SPOOLUP_TIME} Enforced delay between arming and further navigation. -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 +The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. +Goal: -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 30 | 0.1 | 1.0 | s +- 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 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 30 | 0.1 | 1.0 | s | ### COM_TAKEOFF_ACT (`INT32`) {#COM_TAKEOFF_ACT} @@ -15359,10 +16810,9 @@ The mode transition after TAKEOFF has completed successfully. - `0`: Hold - `1`: Mission (if valid) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### COM_THROW_EN (`INT32`) {#COM_THROW_EN} @@ -15370,45 +16820,56 @@ Enable throw-start. Allows to start the vehicle by throwing it into the air. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### COM_THROW_SPEED (`FLOAT`) {#COM_THROW_SPEED} Minimum speed for the throw start. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.1 | 5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | 0.1 | 5 | m/s | ### COM_VEL_FS_EVH (`FLOAT`) {#COM_VEL_FS_EVH} Horizontal velocity error threshold. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 1. | m/s | ### COM_WIND_MAX (`FLOAT`) {#COM_WIND_MAX} High wind speed failsafe threshold. -Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. +Wind speed threshold above which an automatic failsafe action is triggered. +Failsafe action can be specified with COM_WIND_MAX_ACT. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | 0.1 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 0.1 | -1. | m/s | ### COM_WIND_MAX_ACT (`INT32`) {#COM_WIND_MAX_ACT} High wind failsafe mode. -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. +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. **Values:** @@ -15419,26 +16880,29 @@ Action the system takes when a wind speed above the specified threshold is detec - `4`: Terminate - `5`: Land - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 1 | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 1 | 0 | ### COM_WIND_WARN (`FLOAT`) {#COM_WIND_WARN} Wind speed warning threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | 0.1 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 0.1 | -1. | m/s | ### NAV_DLL_ACT (`INT32`) {#NAV_DLL_ACT} Set GCS connection loss failsafe mode. -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. +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. **Values:** @@ -15449,16 +16913,16 @@ The GCS connection loss failsafe will only be entered after a timeout, set by CO - `5`: Terminate - `6`: Disarm - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 6 | | 0 | ### NAV_RCL_ACT (`INT32`) {#NAV_RCL_ACT} -Set RC loss failsafe mode. +Set manual control loss failsafe mode. -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. +The manual control loss failsafe will only be entered after a timeout, +set by COM_RC_LOSS_T in seconds. **Values:** @@ -15468,10 +16932,9 @@ The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T - `5`: Terminate - `6`: Disarm - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 6 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 6 | | 2 | ## Cyphal @@ -15479,205 +16942,206 @@ Reboot | minValue | maxValue | increment | default | unit UAVCAN/CAN v1 bus bitrate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 20000 | 1000000 | | 1000000 | bit/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ----- | +| ✓ | 20000 | 1000000 | | 1000000 | bit/s | ### CYPHAL_ENABLE (`INT32`) {#CYPHAL_ENABLE} Cyphal. -0 - Cyphal disabled. 1 - Enables Cyphal +0 - Cyphal disabled. +1 - Enables Cyphal -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### CYPHAL_ID (`INT32`) {#CYPHAL_ID} Cyphal Node ID. -Read the specs at http://uavcan.org to learn more about Node ID. +Read the specs at https://opencyphal.org/ to learn more about Node ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1 | 125 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 125 | | 1 | ### UCAN1_ACTR_PUB (`INT32`) {#UCAN1_ACTR_PUB} actuator_outputs uORB over Cyphal publication port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_BMS_BP_SUB (`INT32`) {#UCAN1_BMS_BP_SUB} -UDRAL battery parameters subscription port ID. +UDRAL battery parameters subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_BMS_BS_SUB (`INT32`) {#UCAN1_BMS_BS_SUB} UDRAL battery status subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_BMS_ES_SUB (`INT32`) {#UCAN1_BMS_ES_SUB} UDRAL battery energy source subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_ESC0_SUB (`INT32`) {#UCAN1_ESC0_SUB} ESC 0 subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_ESC_PUB (`INT32`) {#UCAN1_ESC_PUB} Cyphal ESC publication port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB0_SUB (`INT32`) {#UCAN1_FB0_SUB} Cyphal ESC 0 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB1_SUB (`INT32`) {#UCAN1_FB1_SUB} Cyphal ESC 1 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB2_SUB (`INT32`) {#UCAN1_FB2_SUB} Cyphal ESC 2 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB3_SUB (`INT32`) {#UCAN1_FB3_SUB} Cyphal ESC 3 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB4_SUB (`INT32`) {#UCAN1_FB4_SUB} Cyphal ESC 4 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB5_SUB (`INT32`) {#UCAN1_FB5_SUB} Cyphal ESC 5 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB6_SUB (`INT32`) {#UCAN1_FB6_SUB} Cyphal ESC 6 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_FB7_SUB (`INT32`) {#UCAN1_FB7_SUB} Cyphal ESC 7 zubax feedback port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_GPS0_SUB (`INT32`) {#UCAN1_GPS0_SUB} GPS 0 subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_GPS1_SUB (`INT32`) {#UCAN1_GPS1_SUB} GPS 1 subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_GPS_PUB (`INT32`) {#UCAN1_GPS_PUB} Cyphal GPS publication port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_LG_BMS_SUB (`INT32`) {#UCAN1_LG_BMS_SUB} Cyphal legacy battery port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_READ_PUB (`INT32`) {#UCAN1_READ_PUB} Cyphal ESC readiness port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_SERVO_PUB (`INT32`) {#UCAN1_SERVO_PUB} Cyphal Servo publication port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_UORB_GPS (`INT32`) {#UCAN1_UORB_GPS} sensor_gps uORB over Cyphal subscription port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ### UCAN1_UORB_GPS_P (`INT32`) {#UCAN1_UORB_GPS_P} sensor_gps uORB over Cyphal publication port ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 6143 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 6143 | | -1 | ## DShot @@ -15685,51 +17149,61 @@ Reboot | minValue | maxValue | increment | default | unit DSHOT 3D deadband high. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1000 | 1999 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1000 | 1999 | | 1000 | ### DSHOT_3D_DEAD_L (`INT32`) {#DSHOT_3D_DEAD_L} DSHOT 3D deadband low. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | | 1000 | ### DSHOT_3D_ENABLE (`INT32`) {#DSHOT_3D_ENABLE} Allows for 3d mode when using DShot and suitable mixer. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### DSHOT_BIDIR_EN (`INT32`) {#DSHOT_BIDIR_EN} Enable bidirectional DShot. -This parameter enables bidirectional DShot which provides RPM feedback. Note that this requires ESCs that support bidirectional DSHot, e.g. BlHeli32. This is not the same as DShot telemetry which requires an additional serial connection. +This parameter enables bidirectional DShot which provides RPM feedback. +Note that this requires ESCs that support bidirectional DSHot, e.g. BlHeli32. +This is not the same as DShot telemetry which requires an additional serial connection. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### DSHOT_MIN (`FLOAT`) {#DSHOT_MIN} Minimum DShot Motor Output. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.055 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.055 | norm | ### DSHOT_TEL_CFG (`INT32`) {#DSHOT_TEL_CFG} @@ -15752,20 +17226,22 @@ Configure on which serial port to run DShot Driver. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MOT_POLE_COUNT (`INT32`) {#MOT_POLE_COUNT} Number of magnetic poles of the motors. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 14 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 14 | ## EKF2 @@ -15773,9 +17249,9 @@ Reboot | minValue | maxValue | increment | default | unit 1-sigma IMU accelerometer switch-on bias. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 0.5 | | 0.2 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ----- | +| ✓ | 0.0 | 0.5 | | 0.2 | m/s^2 | ### EKF2_ABL_ACCLIM (`FLOAT`) {#EKF2_ABL_ACCLIM} @@ -15783,9 +17259,9 @@ Maximum IMU accel magnitude that allows IMU bias learning. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 20.0 | 200.0 | | 25.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 20.0 | 200.0 | | 25.0 | m/s^2 | ### EKF2_ABL_GYRLIM (`FLOAT`) {#EKF2_ABL_GYRLIM} @@ -15793,9 +17269,9 @@ Maximum IMU gyro angular rate magnitude that allows IMU bias learning. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2.0 | 20.0 | | 3.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2.0 | 20.0 | | 3.0 | rad/s | ### EKF2_ABL_LIM (`FLOAT`) {#EKF2_ABL_LIM} @@ -15803,9 +17279,9 @@ Accelerometer bias learning limit. The ekf accel bias states will be limited to within a range equivalent to +- of this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.8 | | 0.4 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 0.8 | | 0.4 | m/s^2 | ### EKF2_ABL_TAU (`FLOAT`) {#EKF2_ABL_TAU} @@ -15813,25 +17289,25 @@ Accel bias learning inhibit time constant. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | | 0.5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.0 | | 0.5 | s | ### EKF2_ACC_B_NOISE (`FLOAT`) {#EKF2_ACC_B_NOISE} Process noise for IMU accelerometer bias prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.01 | | 0.003 | m/s^3 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 0.01 | | 0.003 | m/s^3 | ### EKF2_ACC_NOISE (`FLOAT`) {#EKF2_ACC_NOISE} Accelerometer noise for covariance prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1.0 | | 0.35 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.01 | 1.0 | | 0.35 | m/s^2 | ### EKF2_AGP_CTRL (`INT32`) {#EKF2_AGP_CTRL} @@ -15844,18 +17320,17 @@ Set bits in the following positions to enable: 0 : Horizontal position fusion 1 - `0`: Horizontal position - `1`: Vertical position - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### EKF2_AGP_DELAY (`FLOAT`) {#EKF2_AGP_DELAY} Aux global position estimator delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 0 | ms | ### EKF2_AGP_GATE (`FLOAT`) {#EKF2_AGP_GATE} @@ -15863,9 +17338,24 @@ Gate size for aux global position fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 3.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 3.0 | SD | + +### EKF2_AGP_MODE (`INT32`) {#EKF2_AGP_MODE} + +Fusion reset mode. + +Automatic: reset on fusion timeout if no other source of position is available Dead-reckoning: reset on fusion timeout if no source of velocity is available + +**Values:** + +- `0`: Automatic +- `1`: Dead-reckoning + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### EKF2_AGP_NOISE (`FLOAT`) {#EKF2_AGP_NOISE} @@ -15873,17 +17363,17 @@ Measurement noise for aux global position measurements. Used to lower bound or replace the uncertainty included in the message -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 0.9 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 0.9 | m | ### EKF2_ANGERR_INIT (`FLOAT`) {#EKF2_ANGERR_INIT} 1-sigma tilt angle uncertainty after gravity vector alignment. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 0.5 | | 0.1 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.0 | 0.5 | | 0.1 | rad | ### EKF2_ARSP_THR (`FLOAT`) {#EKF2_ARSP_THR} @@ -15891,33 +17381,33 @@ Airspeed fusion threshold. 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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | | 0.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | m/s | ### EKF2_ASPD_MAX (`FLOAT`) {#EKF2_ASPD_MAX} Maximum airspeed used for baro static pressure compensation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5.0 | 50.0 | | 20.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5.0 | 50.0 | | 20.0 | m/s | ### EKF2_ASP_DELAY (`FLOAT`) {#EKF2_ASP_DELAY} Airspeed measurement delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 100 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 100 | ms | ### EKF2_AVEL_DELAY (`FLOAT`) {#EKF2_AVEL_DELAY} Auxiliary Velocity Estimate delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 5 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 5 | ms | ### EKF2_BARO_CTRL (`INT32`) {#EKF2_BARO_CTRL} @@ -15925,17 +17415,17 @@ Barometric sensor height aiding. 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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### EKF2_BARO_DELAY (`FLOAT`) {#EKF2_BARO_DELAY} Barometer measurement delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 0 | ms | ### EKF2_BARO_GATE (`FLOAT`) {#EKF2_BARO_GATE} @@ -15943,17 +17433,17 @@ Gate size for barometric and GPS height fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_BARO_NOISE (`FLOAT`) {#EKF2_BARO_NOISE} Measurement noise for barometric altitude. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 15.0 | | 3.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 15.0 | | 3.5 | m | ### EKF2_BCOEF_X (`FLOAT`) {#EKF2_BCOEF_X} @@ -15961,9 +17451,9 @@ X-axis ballistic coefficient used for multi-rotor wind estimation. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 200.0 | | 100.0 | kg/m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | 0.0 | 200.0 | | 100.0 | kg/m^2 | ### EKF2_BCOEF_Y (`FLOAT`) {#EKF2_BCOEF_Y} @@ -15971,9 +17461,9 @@ Y-axis ballistic coefficient used for multi-rotor wind estimation. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 200.0 | | 100.0 | kg/m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | 0.0 | 200.0 | | 100.0 | kg/m^2 | ### EKF2_BETA_GATE (`FLOAT`) {#EKF2_BETA_GATE} @@ -15981,17 +17471,17 @@ Gate size for synthetic sideslip fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_BETA_NOISE (`FLOAT`) {#EKF2_BETA_NOISE} Noise for synthetic sideslip fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | | 0.3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.0 | | 0.3 | m/s | ### EKF2_DECL_TYPE (`INT32`) {#EKF2_DECL_TYPE} @@ -16004,10 +17494,9 @@ Set bits in the following positions to enable functions. 0 : Set to true to use - `0`: use geo_lookup declination - `1`: save EKF2_MAG_DECL on disarm - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 3 | ### EKF2_DELAY_MAX (`FLOAT`) {#EKF2_DELAY_MAX} @@ -16015,19 +17504,19 @@ Maximum delay of all the aiding sensors. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | | 200 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 200 | ms | ### EKF2_DRAG_CTRL (`INT32`) {#EKF2_DRAG_CTRL} Multirotor wind estimation selection. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### EKF2_DRAG_NOISE (`FLOAT`) {#EKF2_DRAG_NOISE} @@ -16035,25 +17524,35 @@ Specific drag force observation noise variance. Used by the multi-rotor specific drag force model. Increasing this makes the multi-rotor wind estimates adjust more slowly. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 10.0 | | 2.5 | (m/s^2)^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | --------- | +|   | 0.5 | 10.0 | | 2.5 | (m/s^2)^2 | ### EKF2_EAS_NOISE (`FLOAT`) {#EKF2_EAS_NOISE} Measurement noise for airspeed fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 5.0 | | 1.4 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 5.0 | | 1.4 | m/s | ### EKF2_EN (`INT32`) {#EKF2_EN} EKF2 enable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | + +### EKF2_ENGINE_WRM (`INT32`) {#EKF2_ENGINE_WRM} + +Enable constant position fusion during engine warmup. + +When enabled, constant position fusion is enabled when the vehicle is landed and armed. This is intended for IC engine warmup (e.g., fuel engines on catapult) to allow mode transitions to auto/takeoff despite vibrations from running engines. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### EKF2_EVA_NOISE (`FLOAT`) {#EKF2_EVA_NOISE} @@ -16061,9 +17560,9 @@ Measurement noise for vision angle measurements. Used to lower bound or replace the uncertainty included in the message -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | | | 0.1 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | | | 0.1 | rad | ### EKF2_EVP_GATE (`FLOAT`) {#EKF2_EVP_GATE} @@ -16071,9 +17570,9 @@ Gate size for vision position fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_EVP_NOISE (`FLOAT`) {#EKF2_EVP_NOISE} @@ -16081,9 +17580,9 @@ Measurement noise for vision position measurements. Used to lower bound or replace the uncertainty included in the message -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 0.1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 0.1 | m | ### EKF2_EVV_GATE (`FLOAT`) {#EKF2_EVV_GATE} @@ -16091,9 +17590,9 @@ Gate size for vision velocity estimate fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 3.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 3.0 | SD | ### EKF2_EVV_NOISE (`FLOAT`) {#EKF2_EVV_NOISE} @@ -16101,9 +17600,9 @@ Measurement noise for vision velocity measurements. Used to lower bound or replace the uncertainty included in the message -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 0.1 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 0.1 | m/s | ### EKF2_EV_CTRL (`INT32`) {#EKF2_EV_CTRL} @@ -16118,18 +17617,17 @@ Set bits in the following positions to enable: 0 : Horizontal position fusion 1 - `2`: 3D velocity - `3`: Yaw - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 15 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | | 0 | ### EKF2_EV_DELAY (`FLOAT`) {#EKF2_EV_DELAY} Vision Position Estimator delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 0 | ms | ### EKF2_EV_NOISE_MD (`INT32`) {#EKF2_EV_NOISE_MD} @@ -16142,10 +17640,9 @@ If set to 0 (default) the measurement noise is taken from the vision message and - `0`: EV reported variance (parameter lower bound) - `1`: EV noise parameters - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### EKF2_EV_POS_X (`FLOAT`) {#EKF2_EV_POS_X} @@ -16153,9 +17650,9 @@ X position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_EV_POS_Y (`FLOAT`) {#EKF2_EV_POS_Y} @@ -16163,9 +17660,9 @@ Y position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_EV_POS_Z (`FLOAT`) {#EKF2_EV_POS_Z} @@ -16173,9 +17670,9 @@ Z position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_EV_QMIN (`INT32`) {#EKF2_EV_QMIN} @@ -16183,9 +17680,9 @@ External vision (EV) minimum quality (optional). 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | | 0 | ### EKF2_FUSE_BETA (`INT32`) {#EKF2_FUSE_BETA} @@ -16193,17 +17690,17 @@ Enable synthetic sideslip fusion. For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to vehicles in fixed-wing mode or with airspeed fusion active. Note: side slip fusion is currently not supported for tailsitters. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### EKF2_GBIAS_INIT (`FLOAT`) {#EKF2_GBIAS_INIT} 1-sigma IMU gyro switch-on bias. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 0.2 | | 0.1 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ----- | +| ✓ | 0.0 | 0.2 | | 0.1 | rad/s | ### EKF2_GND_EFF_DZ (`FLOAT`) {#EKF2_GND_EFF_DZ} @@ -16211,9 +17708,9 @@ Baro deadzone range for height fusion. Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | | 4.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10.0 | | 4.0 | m | ### EKF2_GND_MAX_HGT (`FLOAT`) {#EKF2_GND_MAX_HGT} @@ -16221,9 +17718,9 @@ Height above ground level for ground effect zone. Sets the maximum distance to the ground level where negative baro innovations are expected. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5.0 | | 0.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5.0 | | 0.5 | m | ### EKF2_GPS_CHECK (`INT32`) {#EKF2_GPS_CHECK} @@ -16243,11 +17740,12 @@ Each threshold value is defined by the parameter indicated next to the check. Dr - `7`: Horizontal speed offset (EKF2_REQ_HDRIFT) - `8`: Vertical speed offset (EKF2_REQ_VDRIFT) - `9`: Spoofing +- `10`: GPS fix type (EKF2_REQ_FIX) +- `11`: Jamming - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1023 | | 1023 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4095 | | 2047 | ### EKF2_GPS_CTRL (`INT32`) {#EKF2_GPS_CTRL} @@ -16262,48 +17760,64 @@ Set bits in the following positions to enable: 0 : Longitude and latitude fusion - `2`: 3D velocity - `3`: Dual antenna heading - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 15 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | | 7 | ### EKF2_GPS_DELAY (`FLOAT`) {#EKF2_GPS_DELAY} -GPS measurement delay relative to IMU measurements. +GPS measurement delay relative to IMU measurement. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 110 | ms +GPS measurement delay relative to IMU measurement if PPS time correction is not available/enabled (PPS_CAP_ENABLE). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 110 | ms | + +### EKF2_GPS_MODE (`INT32`) {#EKF2_GPS_MODE} + +Fusion reset mode. + +Automatic: reset on fusion timeout if no other source of position is available. Dead-reckoning: reset on fusion timeout if no source of velocity is available. + +**Values:** + +- `0`: Automatic +- `1`: Dead-reckoning + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### EKF2_GPS_POS_X (`FLOAT`) {#EKF2_GPS_POS_X} X position of GPS antenna in body frame. -Forward axis with origin relative to vehicle centre of gravity +Forward (roll) axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_GPS_POS_Y (`FLOAT`) {#EKF2_GPS_POS_Y} Y position of GPS antenna in body frame. -Forward axis with origin relative to vehicle centre of gravity +Right (pitch) axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_GPS_POS_Z (`FLOAT`) {#EKF2_GPS_POS_Z} Z position of GPS antenna in body frame. -Forward axis with origin relative to vehicle centre of gravity +Down (yaw) axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_GPS_P_GATE (`FLOAT`) {#EKF2_GPS_P_GATE} @@ -16311,17 +17825,17 @@ Gate size for GNSS position fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_GPS_P_NOISE (`FLOAT`) {#EKF2_GPS_P_NOISE} Measurement noise for GNSS position. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 10.0 | | 0.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 10.0 | | 0.5 | m | ### EKF2_GPS_V_GATE (`FLOAT`) {#EKF2_GPS_V_GATE} @@ -16329,33 +17843,33 @@ Gate size for GNSS velocity fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_GPS_V_NOISE (`FLOAT`) {#EKF2_GPS_V_NOISE} Measurement noise for GNSS velocity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 5.0 | | 0.3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | | 0.3 | m/s | ### EKF2_GPS_YAW_OFF (`FLOAT`) {#EKF2_GPS_YAW_OFF} Heading/Yaw offset for dual antenna GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 360.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 360.0 | | 0.0 | deg | ### EKF2_GRAV_NOISE (`FLOAT`) {#EKF2_GRAV_NOISE} Accelerometer measurement noise for gravity based observations. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10.0 | | 1.0 | g0 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 10.0 | | 1.0 | g0 | ### EKF2_GSF_TAS (`FLOAT`) {#EKF2_GSF_TAS} @@ -16363,9 +17877,9 @@ Default value of true airspeed used in EKF-GSF AHRS calculation. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 15.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 100.0 | | 15.0 | m/s | ### EKF2_GYR_B_LIM (`FLOAT`) {#EKF2_GYR_B_LIM} @@ -16373,25 +17887,25 @@ Gyro bias learning limit. The ekf gyro bias states will be limited to within a range equivalent to +- of this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.4 | | 0.15 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 0.4 | | 0.15 | rad/s | ### EKF2_GYR_B_NOISE (`FLOAT`) {#EKF2_GYR_B_NOISE} Process noise for IMU rate gyro bias prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.01 | | 0.001 | rad/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 0.01 | | 0.001 | rad/s^2 | ### EKF2_GYR_NOISE (`FLOAT`) {#EKF2_GYR_NOISE} Rate gyro noise for covariance prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0001 | 0.1 | | 0.015 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0001 | 0.1 | | 0.015 | rad/s | ### EKF2_HDG_GATE (`FLOAT`) {#EKF2_HDG_GATE} @@ -16399,17 +17913,17 @@ Gate size for heading fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 2.6 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 2.6 | SD | ### EKF2_HEAD_NOISE (`FLOAT`) {#EKF2_HEAD_NOISE} Measurement noise for magnetic heading fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1.0 | | 0.3 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 1.0 | | 0.3 | rad | ### EKF2_HGT_REF (`INT32`) {#EKF2_HGT_REF} @@ -16424,10 +17938,9 @@ When multiple height sources are enabled at the same time, the height estimate w - `2`: Range sensor - `3`: Vision - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### EKF2_IMU_CTRL (`INT32`) {#EKF2_IMU_CTRL} @@ -16439,10 +17952,9 @@ IMU control. - `1`: Accel Bias - `2`: Gravity vector fusion - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 7 | ### EKF2_IMU_POS_X (`FLOAT`) {#EKF2_IMU_POS_X} @@ -16450,9 +17962,9 @@ X position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_IMU_POS_Y (`FLOAT`) {#EKF2_IMU_POS_Y} @@ -16460,9 +17972,9 @@ Y position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_IMU_POS_Z (`FLOAT`) {#EKF2_IMU_POS_Z} @@ -16470,17 +17982,17 @@ Z position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_LOG_VERBOSE (`INT32`) {#EKF2_LOG_VERBOSE} Verbose logging. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### EKF2_MAG_ACCLIM (`FLOAT`) {#EKF2_MAG_ACCLIM} @@ -16488,17 +18000,17 @@ Horizontal acceleration threshold used for heading observability check. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5.0 | | 0.5 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 5.0 | | 0.5 | m/s^2 | ### EKF2_MAG_B_NOISE (`FLOAT`) {#EKF2_MAG_B_NOISE} Process noise for body magnetic field prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.1 | | 0.0001 | gauss/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 0.1 | | 0.0001 | gauss/s | ### EKF2_MAG_CHECK (`INT32`) {#EKF2_MAG_CHECK} @@ -16512,10 +18024,9 @@ Bitmask to set which check is used to decide whether the magnetometer data is va - `1`: Inclination (EKF2_MAG_CHK_INC) - `2`: Wait for WMM - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 1 | ### EKF2_MAG_CHK_INC (`FLOAT`) {#EKF2_MAG_CHK_INC} @@ -16523,9 +18034,9 @@ Magnetic field inclination check tolerance. Maximum allowed deviation from the expected magnetic field inclination to pass the check. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 90.0 | | 20.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 90.0 | | 20.0 | deg | ### EKF2_MAG_CHK_STR (`FLOAT`) {#EKF2_MAG_CHK_STR} @@ -16533,33 +18044,33 @@ Magnetic field strength check tolerance. Maximum allowed deviation from the expected magnetic field strength to pass the check. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | | 0.2 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1.0 | | 0.2 | gauss | ### EKF2_MAG_DECL (`FLOAT`) {#EKF2_MAG_DECL} Magnetic declination. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | deg | ### EKF2_MAG_DELAY (`FLOAT`) {#EKF2_MAG_DELAY} Magnetometer measurement delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 0 | ms | ### EKF2_MAG_E_NOISE (`FLOAT`) {#EKF2_MAG_E_NOISE} Process noise for earth magnetic field prediction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.1 | | 0.001 | gauss/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 0.1 | | 0.001 | gauss/s | ### EKF2_MAG_GATE (`FLOAT`) {#EKF2_MAG_GATE} @@ -16567,17 +18078,17 @@ Gate size for magnetometer XYZ component fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 3.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 3.0 | SD | ### EKF2_MAG_NOISE (`FLOAT`) {#EKF2_MAG_NOISE} Measurement noise for magnetometer 3-axis fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | 1.0 | | 0.05 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.001 | 1.0 | | 0.05 | gauss | ### EKF2_MAG_TYPE (`INT32`) {#EKF2_MAG_TYPE} @@ -16592,20 +18103,19 @@ Integer controlling the type of magnetometer fusion used - magnetic heading or 3 - `5`: None - `6`: Init - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### EKF2_MCOEF (`FLOAT`) {#EKF2_MCOEF} Propeller momentum drag coefficient for multi-rotor wind estimation. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1.0 | | 0.15 | 1/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.0 | | 0.15 | 1/s | ### EKF2_MIN_RNG (`FLOAT`) {#EKF2_MIN_RNG} @@ -16613,9 +18123,9 @@ Expected range finder reading when on ground. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 0.1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 0.01 | m | ### EKF2_MULTI_IMU (`INT32`) {#EKF2_MULTI_IMU} @@ -16623,9 +18133,9 @@ Multi-EKF IMUs. Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 4 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 4 | | 0 | ### EKF2_MULTI_MAG (`INT32`) {#EKF2_MULTI_MAG} @@ -16633,17 +18143,17 @@ Multi-EKF Magnetometers. Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 4 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 4 | | 0 | ### EKF2_NOAID_NOISE (`FLOAT`) {#EKF2_NOAID_NOISE} Measurement noise for non-aiding position hold. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 50.0 | | 10.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 50.0 | | 10.0 | m | ### EKF2_NOAID_TOUT (`INT32`) {#EKF2_NOAID_TOUT} @@ -16651,9 +18161,9 @@ Maximum inertial dead-reckoning time. Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 500000 | 10000000 | | 5000000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 500000 | 10000000 | | 5000000 | us | ### EKF2_OF_CTRL (`INT32`) {#EKF2_OF_CTRL} @@ -16661,9 +18171,9 @@ Optical flow aiding. Enable optical flow fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### EKF2_OF_DELAY (`FLOAT`) {#EKF2_OF_DELAY} @@ -16671,9 +18181,9 @@ Optical flow measurement delay relative to IMU measurements. Assumes measurement is timestamped at trailing edge of integration period -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 20 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 20 | ms | ### EKF2_OF_GATE (`FLOAT`) {#EKF2_OF_GATE} @@ -16681,9 +18191,9 @@ Gate size for optical flow fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 3.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 3.0 | SD | ### EKF2_OF_GYR_SRC (`INT32`) {#EKF2_OF_GYR_SRC} @@ -16696,10 +18206,9 @@ Auto: use gyro from optical flow message if available, internal gyro otherwise. - `0`: Auto - `1`: Internal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### EKF2_OF_N_MAX (`FLOAT`) {#EKF2_OF_N_MAX} @@ -16707,9 +18216,9 @@ Optical flow maximum noise. Measurement noise for the optical flow sensor when it's reported quality metric is at the minimum -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | | | 0.5 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.05 | | | 0.5 | rad/s | ### EKF2_OF_N_MIN (`FLOAT`) {#EKF2_OF_N_MIN} @@ -16717,9 +18226,9 @@ Optical flow minimum noise. Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | | | 0.15 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.05 | | | 0.15 | rad/s | ### EKF2_OF_POS_X (`FLOAT`) {#EKF2_OF_POS_X} @@ -16727,9 +18236,9 @@ X position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_OF_POS_Y (`FLOAT`) {#EKF2_OF_POS_Y} @@ -16737,9 +18246,9 @@ Y position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_OF_POS_Z (`FLOAT`) {#EKF2_OF_POS_Z} @@ -16747,9 +18256,9 @@ Z position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_OF_QMIN (`INT32`) {#EKF2_OF_QMIN} @@ -16757,9 +18266,9 @@ In air optical flow minimum quality. Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 1 | ### EKF2_OF_QMIN_GND (`INT32`) {#EKF2_OF_QMIN_GND} @@ -16767,9 +18276,9 @@ On ground optical flow minimum quality. Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### EKF2_PCOEF_XN (`FLOAT`) {#EKF2_PCOEF_XN} @@ -16777,9 +18286,9 @@ Static pressure position error coefficient for the negative X axis. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_XP (`FLOAT`) {#EKF2_PCOEF_XP} @@ -16787,9 +18296,9 @@ Static pressure position error coefficient for the positive X axis. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_YN (`FLOAT`) {#EKF2_PCOEF_YN} @@ -16797,9 +18306,9 @@ Pressure position error coefficient for the negative Y axis. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_YP (`FLOAT`) {#EKF2_PCOEF_YP} @@ -16807,9 +18316,9 @@ Pressure position error coefficient for the positive Y axis. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_Z (`FLOAT`) {#EKF2_PCOEF_Z} @@ -16817,9 +18326,9 @@ Static pressure position error coefficient for the Z axis. This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | | 0.0 | ### EKF2_PREDICT_US (`INT32`) {#EKF2_PREDICT_US} @@ -16827,25 +18336,45 @@ EKF prediction period. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1000 | 20000 | | 10000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1000 | 20000 | | 10000 | us | ### EKF2_REQ_EPH (`FLOAT`) {#EKF2_REQ_EPH} Required EPH to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 100 | | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2 | 100 | | 3.0 | m | ### EKF2_REQ_EPV (`FLOAT`) {#EKF2_REQ_EPV} Required EPV to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 100 | | 5.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2 | 100 | | 5.0 | m | + +### EKF2_REQ_FIX (`INT32`) {#EKF2_REQ_FIX} + +Required GPS fix. + +Minimum GPS fix type required for GPS usage. + +**Values:** + +- `0`: No fix required +- `2`: 2D fix +- `3`: 3D fix +- `4`: RTCM code differential +- `5`: RTK float +- `6`: RTK fixed +- `8`: Extrapolated + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 3 | ### EKF2_REQ_GPS_H (`FLOAT`) {#EKF2_REQ_GPS_H} @@ -16853,49 +18382,49 @@ Required GPS health time on startup. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | | | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | | | 10.0 | s | ### EKF2_REQ_HDRIFT (`FLOAT`) {#EKF2_REQ_HDRIFT} Maximum horizontal drift speed to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | | 0.1 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.0 | | 0.1 | m/s | ### EKF2_REQ_NSATS (`INT32`) {#EKF2_REQ_NSATS} Required satellite count to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 4 | 12 | | 6 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 4 | 12 | | 6 | ### EKF2_REQ_PDOP (`FLOAT`) {#EKF2_REQ_PDOP} Maximum PDOP to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.5 | 5.0 | | 2.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.5 | 5.0 | | 2.5 | ### EKF2_REQ_SACC (`FLOAT`) {#EKF2_REQ_SACC} Required speed accuracy to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 5.0 | | 0.5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 5.0 | | 0.5 | m/s | ### EKF2_REQ_VDRIFT (`FLOAT`) {#EKF2_REQ_VDRIFT} Maximum vertical drift speed to use GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.5 | | 0.2 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.5 | | 0.2 | m/s | ### EKF2_RNG_A_HMAX (`FLOAT`) {#EKF2_RNG_A_HMAX} @@ -16903,19 +18432,9 @@ Maximum height above ground allowed for conditional range aid mode. 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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10.0 | | 5.0 | m - -### EKF2_RNG_A_IGATE (`FLOAT`) {#EKF2_RNG_A_IGATE} - -Gate size used for innovation consistency checks for range aid fusion. - -A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 5.0 | | 1.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 10.0 | | 5.0 | m | ### EKF2_RNG_A_VMAX (`FLOAT`) {#EKF2_RNG_A_VMAX} @@ -16923,9 +18442,9 @@ Maximum horizontal velocity allowed for conditional range aid mode. 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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 2 | | 1.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 2 | | 1.0 | m/s | ### EKF2_RNG_CTRL (`INT32`) {#EKF2_RNG_CTRL} @@ -16939,18 +18458,17 @@ WARNING: Range finder measurements are less reliable and can experience unexpect - `1`: Enabled (conditional mode) - `2`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### EKF2_RNG_DELAY (`FLOAT`) {#EKF2_RNG_DELAY} Range finder measurement delay relative to IMU measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 300 | | 5 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 300 | | 5 | ms | ### EKF2_RNG_FOG (`FLOAT`) {#EKF2_RNG_FOG} @@ -16958,9 +18476,9 @@ Maximum distance at which the range finder could detect fog (m). 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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 20.0 | | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 20.0 | | 3.0 | m | ### EKF2_RNG_GATE (`FLOAT`) {#EKF2_RNG_GATE} @@ -16968,9 +18486,9 @@ Gate size for range finder fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_RNG_K_GATE (`FLOAT`) {#EKF2_RNG_K_GATE} @@ -16978,25 +18496,25 @@ Gate size used for range finder kinematic consistency check. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 5.0 | | 1.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 5.0 | | 1.0 | SD | ### EKF2_RNG_NOISE (`FLOAT`) {#EKF2_RNG_NOISE} Measurement noise for range finder fusion. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 0.1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 0.1 | m | ### EKF2_RNG_PITCH (`FLOAT`) {#EKF2_RNG_PITCH} Range sensor pitch offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.75 | 0.75 | | 0.0 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.75 | 0.75 | | 0.0 | rad | ### EKF2_RNG_POS_X (`FLOAT`) {#EKF2_RNG_POS_X} @@ -17004,9 +18522,9 @@ X position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_RNG_POS_Y (`FLOAT`) {#EKF2_RNG_POS_Y} @@ -17014,9 +18532,9 @@ Y position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_RNG_POS_Z (`FLOAT`) {#EKF2_RNG_POS_Z} @@ -17024,9 +18542,9 @@ Z position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### EKF2_RNG_QLTY_T (`FLOAT`) {#EKF2_RNG_QLTY_T} @@ -17034,9 +18552,9 @@ Minumum range validity period. Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 5 | | 1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 5 | | 1.0 | s | ### EKF2_RNG_SFE (`FLOAT`) {#EKF2_RNG_SFE} @@ -17044,9 +18562,9 @@ Range finder range dependent noise scaler. Specifies the increase in range finder noise with range. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.2 | | 0.05 | m/m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 0.2 | | 0.05 | m/m | ### EKF2_SEL_ERR_RED (`FLOAT`) {#EKF2_SEL_ERR_RED} @@ -17054,9 +18572,9 @@ Selector error reduce threshold. EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.2 | ### EKF2_SEL_IMU_ACC (`FLOAT`) {#EKF2_SEL_IMU_ACC} @@ -17064,9 +18582,9 @@ Selector acceleration threshold. EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 1.0 | m/s^2 | ### EKF2_SEL_IMU_ANG (`FLOAT`) {#EKF2_SEL_IMU_ANG} @@ -17074,9 +18592,9 @@ Selector angular threshold. EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 15.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 15.0 | deg | ### EKF2_SEL_IMU_RAT (`FLOAT`) {#EKF2_SEL_IMU_RAT} @@ -17084,9 +18602,9 @@ Selector angular rate threshold. EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 7.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 7.0 | deg/s | ### EKF2_SEL_IMU_VEL (`FLOAT`) {#EKF2_SEL_IMU_VEL} @@ -17094,9 +18612,9 @@ Selector angular threshold. EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2.0 | m/s | ### EKF2_SYNT_MAG_Z (`INT32`) {#EKF2_SYNT_MAG_Z} @@ -17104,9 +18622,9 @@ Enable synthetic magnetometer Z component measurement. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### EKF2_TAS_GATE (`FLOAT`) {#EKF2_TAS_GATE} @@ -17114,9 +18632,9 @@ Gate size for TAS fusion. Sets the number of standard deviations used by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 5.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 5.0 | SD | ### EKF2_TAU_POS (`FLOAT`) {#EKF2_TAU_POS} @@ -17124,41 +18642,41 @@ Output predictor position time constant. Controls how tightly the output track the EKF states -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | | 0.25 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.0 | | 0.25 | s | ### EKF2_TAU_VEL (`FLOAT`) {#EKF2_TAU_VEL} Time constant of the velocity output prediction and smoothing filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | 1.0 | | 0.25 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | 1.0 | | 0.25 | s | ### EKF2_TERR_GRAD (`FLOAT`) {#EKF2_TERR_GRAD} Magnitude of terrain gradient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | | 0.5 | m/m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.5 | m/m | ### EKF2_TERR_NOISE (`FLOAT`) {#EKF2_TERR_NOISE} Terrain altitude process noise. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | | | 5.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | | | 5.0 | m/s | ### EKF2_VEL_LIM (`FLOAT`) {#EKF2_VEL_LIM} Velocity limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | 299792458 | | 100 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | --------- | --------- | ------- | ---- | +|   | | 299792458 | | 100 | m/s | ### EKF2_WIND_NSD (`FLOAT`) {#EKF2_WIND_NSD} @@ -17166,9 +18684,9 @@ Process noise spectral density for wind velocity prediction. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | | 0.05 | m/s^2/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0.0 | 1.0 | | 0.05 | m/s^2/sqrt(Hz) | ## ESC @@ -17176,25 +18694,25 @@ Reboot | minValue | maxValue | increment | default | unit Required esc bootloader version. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### ESC_FW_VER (`INT32`) {#ESC_FW_VER} Required esc firmware version. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ### ESC_HW_VER (`INT32`) {#ESC_HW_VER} Required esc hardware version. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | | 0 | ## Events @@ -17202,21 +18720,30 @@ Reboot | minValue | maxValue | increment | default | unit RC Loss Alarm. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### EV_TSK_STAT_DIS (`INT32`) {#EV_TSK_STAT_DIS} Status Display. -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. - +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +- + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ## FW Attitude Control @@ -17226,9 +18753,9 @@ Maximum manual pitch angle. Applies to both directions in all manual modes with attitude stabilization but without altitude control -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 90.0 | 0.5 | 30.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 90.0 | 0.5 | 30.0 | deg | ### FW_MAN_R_MAX (`FLOAT`) {#FW_MAN_R_MAX} @@ -17236,137 +18763,146 @@ Maximum manual roll angle. Applies to both directions in all manual modes with attitude stabilization -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 90.0 | 0.5 | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 90.0 | 0.5 | 45.0 | deg | ### FW_MAN_YR_MAX (`FLOAT`) {#FW_MAN_YR_MAX} Maximum manually added yaw rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.5 | 30. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | | 0.5 | 30. | deg/s | ### FW_PSP_OFF (`FLOAT`) {#FW_PSP_OFF} Pitch setpoint offset (pitch at level flight). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | 0.5 | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | 0.5 | 0.0 | deg | ### FW_P_RMAX_NEG (`FLOAT`) {#FW_P_RMAX_NEG} Maximum negative / down pitch rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 180 | 0.5 | 60.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 180 | 0.5 | 60.0 | deg/s | ### FW_P_RMAX_POS (`FLOAT`) {#FW_P_RMAX_POS} Maximum positive / up pitch rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 180 | 0.5 | 60.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 180 | 0.5 | 60.0 | deg/s | ### FW_P_TC (`FLOAT`) {#FW_P_TC} Attitude pitch time constant. -This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. +This defines the latency between a pitch step input and the achieved setpoint +(inverse to a P gain). Smaller systems may require smaller values. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.2 | 1.0 | 0.05 | 0.4 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.2 | 1.0 | 0.05 | 0.4 | s | ### FW_R_RMAX (`FLOAT`) {#FW_R_RMAX} Maximum roll rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 180 | 0.5 | 70.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 180 | 0.5 | 70.0 | deg/s | ### FW_R_TC (`FLOAT`) {#FW_R_TC} Attitude Roll Time Constant. -This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. +This defines the latency between a roll step input and the achieved setpoint +(inverse to a P gain). Smaller systems may require smaller values. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.2 | 1.0 | 0.05 | 0.4 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.2 | 1.0 | 0.05 | 0.4 | s | ### FW_WR_FF (`FLOAT`) {#FW_WR_FF} Wheel steering rate feed forward. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.05 | 0.2 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.05 | 0.2 | %/rad/s | ### FW_WR_I (`FLOAT`) {#FW_WR_I} Wheel steering rate integrator gain. -This gain defines how much control response will result out of a steady state error. It trims any constant error. +This gain defines how much control response will result out of a steady +state error. It trims any constant error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.1 | %/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 10 | 0.005 | 0.1 | %/rad | ### FW_WR_IMAX (`FLOAT`) {#FW_WR_IMAX} Wheel steering rate integrator limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.05 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.05 | 0.4 | ### FW_WR_P (`FLOAT`) {#FW_WR_P} Wheel steering rate proportional gain. -This defines how much the wheel steering input will be commanded depending on the current body angular rate error. +This defines how much the wheel steering input will be commanded depending on the +current body angular rate error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.5 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.5 | %/rad/s | ### FW_W_EN (`INT32`) {#FW_W_EN} Enable wheel steering controller. -Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick. +Only enabled during automatic runway takeoff and landing. +In all manual modes the wheel is directly controlled with yaw stick. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### FW_W_RMAX (`FLOAT`) {#FW_W_RMAX} Maximum wheel steering rate. -This limits the maximum wheel steering rate the controller will output (in degrees per second). +This limits the maximum wheel steering rate the controller will output (in degrees per +second). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 90.0 | 0.5 | 30.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 90.0 | 0.5 | 30.0 | deg/s | ### FW_Y_RMAX (`FLOAT`) {#FW_Y_RMAX} Maximum yaw rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 180 | 0.5 | 50.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 180 | 0.5 | 50.0 | deg/s | ## FW Auto Landing @@ -17374,67 +18910,77 @@ Reboot | minValue | maxValue | increment | default | unit Flaps setting during landing. -Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. +Sets a fraction of full flaps during landing. +Also applies to flaperons if enabled in the mixer/allocation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | norm | ### FW_LND_ABORT (`INT32`) {#FW_LND_ABORT} Bit mask to set the automatic landing abort conditions. -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) +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) **Bitmask:** - `0`: Abort if terrain is not found (only applies to mission landings) - `1`: Abort if terrain times out (after a first successful measurement) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 3 | ### FW_LND_AIRSPD (`FLOAT`) {#FW_LND_AIRSPD} Landing airspeed. -The calibrated airspeed setpoint during landing. If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. +The calibrated airspeed setpoint during landing. +If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | 0.1 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | 0.1 | -1. | m/s | ### FW_LND_ANG (`FLOAT`) {#FW_LND_ANG} Maximum landing slope angle. -Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits. +Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. +Set this value within the vehicle's performance limits. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 15.0 | 0.5 | 5.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 45.0 | 0.5 | 5.0 | deg | ### FW_LND_EARLYCFG (`INT32`) {#FW_LND_EARLYCFG} Early landing configuration deployment. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### FW_LND_FLALT (`FLOAT`) {#FW_LND_FLALT} Landing flare altitude (relative to landing altitude). -NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude +NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME \* |z-velocity|) is taken as the flare altitude -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.5 | 0.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.5 | 0.5 | m | ### FW_LND_FL_PMAX (`FLOAT`) {#FW_LND_FL_PMAX} @@ -17442,9 +18988,9 @@ Flare, maximum pitch. Maximum pitch during landing flare. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 45.0 | 0.5 | 15.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 45.0 | 0.5 | 15.0 | deg | ### FW_LND_FL_PMIN (`FLOAT`) {#FW_LND_FL_PMIN} @@ -17452,9 +18998,9 @@ Flare, minimum pitch. Minimum pitch during landing flare. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -5 | 15.0 | 0.5 | 2.5 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -5 | 15.0 | 0.5 | 2.5 | deg | ### FW_LND_FL_SINK (`FLOAT`) {#FW_LND_FL_SINK} @@ -17462,25 +19008,31 @@ Landing flare sink rate. TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2 | 0.1 | 0.25 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2 | 0.1 | 0.25 | m/s | ### FW_LND_FL_TIME (`FLOAT`) {#FW_LND_FL_TIME} Landing flare time. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 5.0 | 0.1 | 1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 5.0 | 0.1 | 1.0 | s | ### FW_LND_NUDGE (`INT32`) {#FW_LND_NUDGE} Landing touchdown nudging option. -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). +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). **Values:** @@ -17488,28 +19040,31 @@ Approach angle nudging: shifts the touchdown point laterally while keeping the a - `1`: Nudge approach angle - `2`: Nudge approach path - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 2 | ### FW_LND_TD_OFF (`FLOAT`) {#FW_LND_TD_OFF} Maximum lateral position offset for the touchdown point. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 1 | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10.0 | 1 | 3.0 | m | ### FW_LND_TD_TIME (`FLOAT`) {#FW_LND_TD_TIME} Landing touchdown time (since flare start). -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 5.0 | 0.1 | -1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 5.0 | 0.1 | -1.0 | s | ### FW_LND_THRTC_SC (`FLOAT`) {#FW_LND_THRTC_SC} @@ -17517,15 +19072,18 @@ Altitude time constant factor for landing and low-height flight. The TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.2 | 1.0 | 0.1 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.2 | 1.0 | 0.1 | 1.0 | ### FW_LND_USETER (`INT32`) {#FW_LND_USETER} Use terrain estimation during landing. -This is critical for detecting when to flare, and should be enabled if possible. 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. +This is critical for detecting when to flare, and should be enabled if possible. +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. **Values:** @@ -17533,18 +19091,17 @@ This is critical for detecting when to flare, and should be enabled if possible. - `1`: Use the terrain estimate to trigger the flare (only) - `2`: Calculate landing glide slope relative to the terrain estimate - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 1 | ### FW_SPOILERS_LND (`FLOAT`) {#FW_SPOILERS_LND} Spoiler landing setting. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0. | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0. | norm | ## FW Auto Takeoff @@ -17552,11 +19109,12 @@ Reboot | minValue | maxValue | increment | default | unit Flaps setting during take-off. -Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. +Sets a fraction of full flaps during take-off. +Also applies to flaperons if enabled in the mixer/allocation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.0 | norm | ### FW_LAUN_AC_T (`FLOAT`) {#FW_LAUN_AC_T} @@ -17564,9 +19122,9 @@ Trigger time. Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5.0 | 0.05 | 0.05 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5.0 | 0.05 | 0.05 | s | ### FW_LAUN_AC_THLD (`FLOAT`) {#FW_LAUN_AC_THLD} @@ -17574,19 +19132,20 @@ Trigger acceleration threshold. Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.5 | 30.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | | 0.5 | 30.0 | m/s^2 | ### FW_LAUN_DETCN_ON (`INT32`) {#FW_LAUN_DETCN_ON} Fixed-wing launch detection. -Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff. +Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. +Not compatible with runway takeoff. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### FW_LAUN_MOT_DEL (`FLOAT`) {#FW_LAUN_MOT_DEL} @@ -17594,27 +19153,28 @@ Motor delay. Start the motor(s) this amount of seconds after launch is detected. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 0.5 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10.0 | 0.5 | 0.0 | s | ### FW_TKO_AIRSPD (`FLOAT`) {#FW_TKO_AIRSPD} Takeoff Airspeed. -The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default. +The calibrated airspeed setpoint during the takeoff climbout. +If set <= 0, FW_AIRSPD_MIN will be set by default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | 0.1 | -1.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | 0.1 | -1.0 | m/s | ### FW_TKO_PITCH_MIN (`FLOAT`) {#FW_TKO_PITCH_MIN} Minimum pitch during takeoff. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -5.0 | 30.0 | 0.5 | 10.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -5.0 | 80.0 | 0.5 | 10.0 | deg | ## FW General @@ -17622,11 +19182,13 @@ Reboot | minValue | maxValue | increment | default | unit GPS failure loiter time. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3600 | | 30 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 30 | s | ### FW_GPSF_R (`FLOAT`) {#FW_GPSF_R} @@ -17634,9 +19196,9 @@ GPS failure fixed roll angle. Roll angle in GPS failure loiter mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 30.0 | 0.5 | 15.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 60.0 | 0.5 | 15.0 | deg | ### FW_POS_STK_CONF (`INT32`) {#FW_POS_STK_CONF} @@ -17649,10 +19211,9 @@ Applies in manual Position and Altitude flight modes. - `0`: Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick) - `1`: Enable airspeed setpoint via sticks in altitude and position flight mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 2 | ### FW_P_LIM_MAX (`FLOAT`) {#FW_P_LIM_MAX} @@ -17660,9 +19221,9 @@ Maximum pitch angle setpoint. Applies in any altitude controlled flight mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 60.0 | 0.5 | 30.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 80.0 | 0.5 | 30.0 | deg | ### FW_P_LIM_MIN (`FLOAT`) {#FW_P_LIM_MIN} @@ -17670,9 +19231,9 @@ Minimum pitch angle setpoint. Applies in any altitude controlled flight mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -60.0 | 0.0 | 0.5 | -30.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -60.0 | 0.0 | 0.5 | -30.0 | deg | ### FW_R_LIM (`FLOAT`) {#FW_R_LIM} @@ -17680,9 +19241,9 @@ Maximum roll angle setpoint. Applies in any altitude controlled flight mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 35.0 | 65.0 | 0.5 | 50.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 35.0 | 75.0 | 0.5 | 50.0 | deg | ### FW_THR_IDLE (`FLOAT`) {#FW_THR_IDLE} @@ -17690,69 +19251,78 @@ Idle throttle. This is the minimum throttle while on the ground ("landed") in auto modes. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.4 | 0.01 | 0.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.0 | norm | ### FW_THR_MAX (`FLOAT`) {#FW_THR_MAX} Throttle limit max. -Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX. +Applies in any altitude controlled flight mode. +Should be set accordingly to achieve FW_T_CLMB_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | norm | ### FW_THR_MIN (`FLOAT`) {#FW_THR_MIN} Throttle limit min. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.0 | norm | ### FW_T_CLMB_R_SP (`FLOAT`) {#FW_T_CLMB_R_SP} Default target climbrate. -In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint. +In auto modes: default climb rate output by controller to achieve altitude setpoints. +In manual modes: maximum climb rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 15 | 0.01 | 3.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.01 | 3.0 | m/s | ### FW_T_SINK_R_SP (`FLOAT`) {#FW_T_SINK_R_SP} Default target sinkrate. -In auto modes: default sink rate output by controller to achieve altitude setpoints. In manual modes: maximum sink rate setpoint. +In auto modes: default sink rate output by controller to achieve altitude setpoints. +In manual modes: maximum sink rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 15 | 0.01 | 2.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.01 | 2.0 | m/s | ### FW_T_SPDWEIGHT (`FLOAT`) {#FW_T_SPDWEIGHT} Speed <--> Altitude weight. -Adjusts the amount of weighting that the pitch control applies to speed vs height errors. 0 -> control height only 2 -> control speed only (gliders) +Adjusts the amount of weighting that the pitch control +applies to speed vs height errors. +0 -> control height only +2 -> control speed only (gliders) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 1.0 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 1.0 | 1.0 | ### FW_WING_HEIGHT (`FLOAT`) {#FW_WING_HEIGHT} Height (AGL) of the wings when the aircraft is on the ground. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 1 | 0.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 1 | 0.5 | m | ### FW_WING_SPAN (`FLOAT`) {#FW_WING_SPAN} @@ -17760,9 +19330,9 @@ The aircraft's wing span (length from tip to tip). This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | 3.0 | m | ## FW Lateral Control @@ -17770,11 +19340,12 @@ Reboot | minValue | maxValue | increment | default | unit Path navigation roll slew rate limit. -Maximum change in roll angle setpoint per second. Applied in all Auto modes, plus manual Position & Altitude modes. +Maximum change in roll angle setpoint per second. +Applied in all Auto modes, plus manual Position & Altitude modes. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 1 | 90.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | | 1 | 90.0 | deg/s | ## FW Longitudinal Control @@ -17782,11 +19353,12 @@ Reboot | minValue | maxValue | increment | default | unit Minimum groundspeed. -The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. +The controller will increase the commanded airspeed to maintain +this minimum groundspeed to the next waypoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 40 | 0.5 | 5.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 40 | 0.5 | 5.0 | m/s | ### FW_THR_SLEW_MAX (`FLOAT`) {#FW_THR_SLEW_MAX} @@ -17794,79 +19366,83 @@ Throttle max slew rate. Maximum slew rate for the commanded throttle -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.0 | ### FW_T_ALT_TC (`FLOAT`) {#FW_T_ALT_TC} Altitude error time constant. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2.0 | | 0.5 | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2.0 | | 0.5 | 5.0 | ### FW_T_F_ALT_ERR (`FLOAT`) {#FW_T_F_ALT_ERR} Fast descend: minimum altitude error. -Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend. +Minimum altitude error needed to descend with max airspeed and minimal throttle. +A negative value disables fast descend. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | | -1.0 | ### FW_T_HRATE_FF (`FLOAT`) {#FW_T_HRATE_FF} Height rate feed forward. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.05 | 0.3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.05 | 0.3 | ### FW_T_I_GAIN_PIT (`FLOAT`) {#FW_T_I_GAIN_PIT} Integrator gain pitch. -Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. +Increase it to trim out speed and height offsets faster, +with the downside of possible overshoots and oscillations. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 0.05 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 0.05 | 0.1 | ### FW_T_PTCH_DAMP (`FLOAT`) {#FW_T_PTCH_DAMP} Pitch damping gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 0.1 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 0.1 | 0.1 | ### FW_T_RLL2THR (`FLOAT`) {#FW_T_RLL2THR} Roll -> Throttle feedforward. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 20.0 | 0.5 | 15.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 20.0 | 0.5 | 15.0 | ### FW_T_SEB_R_FF (`FLOAT`) {#FW_T_SEB_R_FF} Specific total energy balance rate feedforward gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 3 | 0.01 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 3 | 0.01 | 1.0 | ### FW_T_SINK_MAX (`FLOAT`) {#FW_T_SINK_MAX} Maximum descent rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 15.0 | 0.5 | 5.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 15.0 | 0.5 | 5.0 | m/s | ### FW_T_SPD_DEV_STD (`FLOAT`) {#FW_T_SPD_DEV_STD} @@ -17874,19 +19450,20 @@ Airspeed rate measurement standard deviation. For the airspeed filter in TECS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 | ### FW_T_SPD_PRC_STD (`FLOAT`) {#FW_T_SPD_PRC_STD} Process noise standard deviation for the airspeed rate. -This is defining the noise in the airspeed rate for the constant airspeed rate model of the TECS airspeed filter. +This is defining the noise in the airspeed rate for the constant airspeed rate model +of the TECS airspeed filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 | ### FW_T_SPD_STD (`FLOAT`) {#FW_T_SPD_STD} @@ -17894,9 +19471,9 @@ Airspeed measurement standard deviation. For the airspeed filter in TECS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 10.0 | 0.1 | 0.07 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 10.0 | 0.1 | 0.07 | m/s | ### FW_T_STE_R_TC (`FLOAT`) {#FW_T_STE_R_TC} @@ -17904,17 +19481,17 @@ Specific total energy rate first order filter time constant. This filter is applied to the specific total energy rate used for throttle damping. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2 | 0.01 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2 | 0.01 | 0.4 | ### FW_T_TAS_TC (`FLOAT`) {#FW_T_TAS_TC} True airspeed error time constant. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2.0 | | 0.5 | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2.0 | | 0.5 | 5.0 | ### FW_T_THR_DAMPING (`FLOAT`) {#FW_T_THR_DAMPING} @@ -17922,49 +19499,58 @@ Throttle damping factor. This is the damping gain for the throttle demand loop. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.05 | ### FW_T_THR_INTEG (`FLOAT`) {#FW_T_THR_INTEG} Integrator gain throttle. -Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. +Increase it to trim out speed and height offsets faster, +with the downside of possible overshoots and oscillations. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.005 | 0.02 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.005 | 0.02 | ### FW_T_THR_LOW_HGT (`FLOAT`) {#FW_T_THR_LOW_HGT} Low-height threshold for tighter altitude tracking. -Height above ground 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. -1 to disable. +Height above ground 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. +-1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | 1 | -1. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 1 | -1. | m | ### FW_T_VERT_ACC (`FLOAT`) {#FW_T_VERT_ACC} Maximum vertical acceleration. -This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors. +This is the maximum vertical acceleration +either up or down that the controller will use to correct speed +or height errors. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10.0 | 0.5 | 7.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1.0 | 10.0 | 0.5 | 7.0 | m/s^2 | ### FW_WIND_ARSP_SC (`FLOAT`) {#FW_WIND_ARSP_SC} Wind-based airspeed scaling factor. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | 0.01 | 0. | ## FW NPFG Control @@ -17974,19 +19560,20 @@ NPFG damping ratio. Damping ratio of NPFG control law. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.10 | 1.00 | 0.01 | 0.7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.10 | 1.00 | 0.01 | 0.7 | ### NPFG_LB_PERIOD (`INT32`) {#NPFG_LB_PERIOD} Enable automatic lower bound on the NPFG period. -Avoids limit cycling from a too aggressively tuned period/damping combination. If false, also disables upper bound NPFG_PERIOD_UB. +Avoids limit cycling from a too aggressively tuned period/damping combination. +If false, also disables upper bound NPFG_PERIOD_UB. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### NPFG_PERIOD (`FLOAT`) {#NPFG_PERIOD} @@ -17994,39 +19581,42 @@ NPFG period. Period of NPFG control law. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 100.0 | 0.1 | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 100.0 | 0.1 | 10.0 | s | ### NPFG_PERIOD_SF (`FLOAT`) {#NPFG_PERIOD_SF} Period safety factor. -Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability. +Multiplied by period for conservative minimum period bounding (when period lower +bounding is enabled). 1.0 bounds at marginal stability. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10.0 | 0.1 | 1.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 10.0 | 0.1 | 1.5 | ### NPFG_ROLL_TC (`FLOAT`) {#NPFG_ROLL_TC} Roll time constant. -Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding. +Time constant of roll controller command / response, modeled as first order delay. +Used to determine lower period bound. Setting zero disables automatic period bounding. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 2.00 | 0.05 | 0.5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.00 | 2.00 | 0.05 | 0.5 | s | ### NPFG_SW_DST_MLT (`FLOAT`) {#NPFG_SW_DST_MLT} NPFG switch distance multiplier. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.0 | 0.01 | 0.32 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.0 | 0.01 | 0.32 | ### NPFG_UB_PERIOD (`INT32`) {#NPFG_UB_PERIOD} @@ -18034,9 +19624,9 @@ Enable automatic upper bound on the NPFG period. Adapts period to maintain track keeping in variable winds and path curvature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ## FW Performance @@ -18046,9 +19636,9 @@ Airspeed scale with full flaps. Factor applied to the minimum and stall airspeed when flaps are fully deployed. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 1 | 0.01 | 1. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 1 | 0.01 | 1. | ### FW_AIRSPD_MAX (`FLOAT`) {#FW_AIRSPD_MAX} @@ -18056,69 +19646,83 @@ Maximum Airspeed (CAS). The maximal airspeed (calibrated airspeed) the user is able to command. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | | 0.5 | 20.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | | 0.5 | 20.0 | m/s | ### FW_AIRSPD_MIN (`FLOAT`) {#FW_AIRSPD_MIN} Minimum Airspeed (CAS). -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | | 0.5 | 10.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | | 0.5 | 10.0 | m/s | ### FW_AIRSPD_STALL (`FLOAT`) {#FW_AIRSPD_STALL} Stall Airspeed (CAS). -The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits. +The stall airspeed (calibrated airspeed) of the vehicle. +It is used for airspeed sensor failure detection and for the control +surface scaling airspeed limits. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | | 0.5 | 7.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | | 0.5 | 7.0 | m/s | ### FW_AIRSPD_TRIM (`FLOAT`) {#FW_AIRSPD_TRIM} Trim (Cruise) Airspeed. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | | 0.5 | 15.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | | 0.5 | 15.0 | m/s | ### FW_SERVICE_CEIL (`FLOAT`) {#FW_SERVICE_CEIL} Service ceiling. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | 1.0 | -1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | 1.0 | -1.0 | m | ### FW_THR_ASPD_MAX (`FLOAT`) {#FW_THR_ASPD_MAX} Throttle at max airspeed. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0. | ### FW_THR_ASPD_MIN (`FLOAT`) {#FW_THR_ASPD_MIN} Throttle at min airspeed. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0. | ### FW_THR_TRIM (`FLOAT`) {#FW_THR_TRIM} @@ -18126,49 +19730,57 @@ Trim throttle. Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.6 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.6 | norm | ### FW_T_CLMB_MAX (`FLOAT`) {#FW_T_CLMB_MAX} Maximum climb rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 15.0 | 0.5 | 5.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | 0.5 | 5.0 | m/s | ### FW_T_SINK_MIN (`FLOAT`) {#FW_T_SINK_MIN} Minimum descent rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 5.0 | 0.5 | 2.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | 0.5 | 2.0 | m/s | ### WEIGHT_BASE (`FLOAT`) {#WEIGHT_BASE} Vehicle base weight. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.5 | -1.0 | kg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.5 | -1.0 | kg | ### WEIGHT_GROSS (`FLOAT`) {#WEIGHT_GROSS} Vehicle gross weight. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.1 | -1.0 | kg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.1 | -1.0 | kg | ## FW Rate Control @@ -18176,55 +19788,63 @@ Reboot | minValue | maxValue | increment | default | unit Acro body roll max rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 720 | | 90 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 10 | 720 | | 90 | deg | ### FW_ACRO_YAW_EN (`INT32`) {#FW_ACRO_YAW_EN} Enable yaw rate controller in Acro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### FW_ACRO_Y_MAX (`FLOAT`) {#FW_ACRO_Y_MAX} Acro body pitch max rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 720 | | 90 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 10 | 720 | | 90 | deg | ### FW_ACRO_Z_MAX (`FLOAT`) {#FW_ACRO_Z_MAX} Acro body yaw max rate setpoint. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 720 | | 45 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 10 | 720 | | 45 | deg | ### FW_ARSP_SCALE_EN (`INT32`) {#FW_ARSP_SCALE_EN} Enable airspeed scaling. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### FW_BAT_SCALE_EN (`INT32`) {#FW_BAT_SCALE_EN} Enable throttle scale by battery level. -This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. +This compensates for voltage drop of the battery over time by attempting to +normalize performance across the operating range of the battery. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### FW_DTRIM_P_VMAX (`FLOAT`) {#FW_DTRIM_P_VMAX} @@ -18232,9 +19852,9 @@ Pitch trim increment at maximum airspeed. This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_P_VMIN (`FLOAT`) {#FW_DTRIM_P_VMIN} @@ -18242,9 +19862,9 @@ Pitch trim increment at minimum airspeed. This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_R_VMAX (`FLOAT`) {#FW_DTRIM_R_VMAX} @@ -18252,9 +19872,9 @@ Roll trim increment at maximum airspeed. This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_R_VMIN (`FLOAT`) {#FW_DTRIM_R_VMIN} @@ -18262,9 +19882,9 @@ Roll trim increment at minimum airspeed. This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_Y_VMAX (`FLOAT`) {#FW_DTRIM_Y_VMAX} @@ -18272,9 +19892,9 @@ Yaw trim increment at maximum airspeed. This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_Y_VMIN (`FLOAT`) {#FW_DTRIM_Y_VMIN} @@ -18282,39 +19902,60 @@ Yaw trim increment at minimum airspeed. This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | + +### FW_GC_EN (`INT32`) {#FW_GC_EN} + +Enable rate gain compression. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | + +### FW_GC_GAIN_MIN (`FLOAT`) {#FW_GC_GAIN_MIN} + +Compression gain lower limit. + +The range of the compression gain is between this parameter and 1.0 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.3 | ### FW_MAN_P_SC (`FLOAT`) {#FW_MAN_P_SC} Manual pitch scale. -Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. +Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows +to adjust the throws of the control surfaces. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 1.0 | norm | ### FW_MAN_R_SC (`FLOAT`) {#FW_MAN_R_SC} Manual roll scale. -Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. +Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows +to adjust the throws of the control surfaces. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | norm | ### FW_MAN_Y_SC (`FLOAT`) {#FW_MAN_Y_SC} Manual yaw scale. -Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. +Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows +to adjust the throws of the control surfaces. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 1.0 | norm | ### FW_PR_D (`FLOAT`) {#FW_PR_D} @@ -18322,9 +19963,9 @@ Pitch rate derivative gain. Pitch rate differential gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0. | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0. | %/rad/s | ### FW_PR_FF (`FLOAT`) {#FW_PR_FF} @@ -18332,51 +19973,53 @@ Pitch rate feed forward. Direct feed forward from rate setpoint to control surface output -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s | ### FW_PR_I (`FLOAT`) {#FW_PR_I} Pitch rate integrator gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.1 | %/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 10 | 0.005 | 0.1 | %/rad | ### FW_PR_IMAX (`FLOAT`) {#FW_PR_IMAX} Pitch rate integrator limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.05 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.05 | 0.4 | ### FW_PR_P (`FLOAT`) {#FW_PR_P} Pitch rate proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.08 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.08 | %/rad/s | ### FW_RLL_TO_YAW_FF (`FLOAT`) {#FW_RLL_TO_YAW_FF} Roll control to yaw control feedforward gain. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.0 | ### FW_RR_D (`FLOAT`) {#FW_RR_D} Roll rate derivative gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.0 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.0 | %/rad/s | ### FW_RR_FF (`FLOAT`) {#FW_RR_FF} @@ -18384,33 +20027,33 @@ Roll rate feed forward. Direct feed forward from rate setpoint to control surface output. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s | ### FW_RR_I (`FLOAT`) {#FW_RR_I} Roll rate integrator gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.01 | 0.1 | %/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 10 | 0.01 | 0.1 | %/rad | ### FW_RR_IMAX (`FLOAT`) {#FW_RR_IMAX} Roll integrator limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.05 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.05 | 0.2 | ### FW_RR_P (`FLOAT`) {#FW_RR_P} Roll rate proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.05 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.05 | %/rad/s | ### FW_SPOILERS_MAN (`INT32`) {#FW_SPOILERS_MAN} @@ -18424,28 +20067,32 @@ Chose source for manual setting of spoilers in manual flight modes. - `1`: Flaps channel - `2`: Aux1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### FW_USE_AIRSPD (`INT32`) {#FW_USE_AIRSPD} Use airspeed for control. -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 +If set to 1, the airspeed measurement data, if valid, is used in the following controllers: -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +- Rate controller: output scaling +- Attitude controller: coordinated turn controller +- Position controller: airspeed setpoint tracking, takeoff logic +- VTOL: transition logic + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### FW_YR_D (`FLOAT`) {#FW_YR_D} Yaw rate derivative gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.0 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.0 | %/rad/s | ### FW_YR_FF (`FLOAT`) {#FW_YR_FF} @@ -18453,33 +20100,33 @@ Yaw rate feed forward. Direct feed forward from rate setpoint to control surface output -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 0.05 | 0.3 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10.0 | 0.05 | 0.3 | %/rad/s | ### FW_YR_I (`FLOAT`) {#FW_YR_I} Yaw rate integrator gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.5 | 0.1 | %/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 10 | 0.5 | 0.1 | %/rad | ### FW_YR_IMAX (`FLOAT`) {#FW_YR_IMAX} Yaw rate integrator limit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.05 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.05 | 0.2 | ### FW_YR_P (`FLOAT`) {#FW_YR_P} Yaw rate proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.005 | 0.05 | %/rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | 10 | 0.005 | 0.05 | %/rad/s | ## Failure Detector @@ -18487,11 +20134,13 @@ Reboot | minValue | maxValue | increment | default | unit Enable Actuator Failure check. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### FD_ACT_MOT_C2T (`FLOAT`) {#FD_ACT_MOT_C2T} @@ -18499,9 +20148,9 @@ Motor Failure Current/Throttle Threshold. Motor failure triggers only below this current value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 50.0 | 1 | 2.0 | A/% +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 50.0 | 1 | 2.0 | A/% | ### FD_ACT_MOT_THR (`FLOAT`) {#FD_ACT_MOT_THR} @@ -18509,39 +20158,42 @@ Motor Failure Throttle Threshold. Motor failure triggers only above this throttle value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.2 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.2 | norm | ### FD_ACT_MOT_TOUT (`INT32`) {#FD_ACT_MOT_TOUT} Motor Failure Time Threshold. -Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time. +Motor failure triggers only if the throttle threshold and the +current to throttle threshold are violated for this time. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 10000 | 100 | 100 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 10 | 10000 | 100 | 100 | ms | ### FD_ESCS_EN (`INT32`) {#FD_ESCS_EN} Enable checks on ESCs that report their arming state. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### FD_EXT_ATS_EN (`INT32`) {#FD_EXT_ATS_EN} Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS). -Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18. +Enabled on either AUX5 or MAIN5 depending on board. +External ATS is required by ASTM F3322-18. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### FD_EXT_ATS_TRIG (`INT32`) {#FD_EXT_ATS_TRIG} @@ -18549,19 +20201,24 @@ The PWM threshold from external automatic trigger system for engaging failsafe. External ATS is required by ASTM F3322-18. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1900 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1900 | us | ### FD_FAIL_P (`INT32`) {#FD_FAIL_P} FailureDetector Max Pitch. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 180 | | 60 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 180 | | 60 | deg | ### FD_FAIL_P_TTRI (`FLOAT`) {#FD_FAIL_P_TTRI} @@ -18569,19 +20226,24 @@ Pitch failure trigger time. Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.02 | 5 | | 0.3 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.02 | 5 | | 0.3 | s | ### FD_FAIL_R (`INT32`) {#FD_FAIL_R} FailureDetector Max Roll. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 180 | | 60 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 180 | | 60 | deg | ### FD_FAIL_R_TTRI (`FLOAT`) {#FD_FAIL_R_TTRI} @@ -18589,19 +20251,21 @@ Roll failure trigger time. Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.02 | 5 | | 0.3 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.02 | 5 | | 0.3 | s | ### FD_IMB_PROP_THR (`INT32`) {#FD_IMB_PROP_THR} Imbalanced propeller check threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1000 | 1 | 30 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1000 | 1 | 30 | ## Flight Task Orbit @@ -18609,9 +20273,9 @@ Reboot | minValue | maxValue | increment | default | unit Maximum radius of orbit. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10000.0 | 0.5 | 1000.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 10000.0 | 0.5 | 1000.0 | m | ### MC_ORBIT_YAW_MOD (`INT32`) {#MC_ORBIT_YAW_MOD} @@ -18623,12 +20287,11 @@ Yaw behaviour during orbit flight. - `1`: Hold Initial Heading - `2`: Uncontrolled - `3`: Hold Front Tangent to Circle -- `4`: RC Controlled +- `4`: Manually (yaw stick) Controlled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ## Follow target @@ -18636,7 +20299,10 @@ Reboot | minValue | maxValue | increment | default | unit Altitude control mode. -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. +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. **Values:** @@ -18644,10 +20310,9 @@ Maintain altitude or track target's altitude. When maintaining the altitude, the - `1`: 2D + Terrain: Maintain constant altitude relative to terrain below and track XY position - `2`: 3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### FLW_TGT_DST (`FLOAT`) {#FLW_TGT_DST} @@ -18655,19 +20320,23 @@ Distance to follow target from. The distance in meters to follow the target at -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 8.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | | | 8.0 | m | ### FLW_TGT_FA (`FLOAT`) {#FLW_TGT_FA} Follow Angle setting in degrees. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 180.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 180.0 | ### FLW_TGT_HT (`FLOAT`) {#FLW_TGT_HT} @@ -18675,19 +20344,20 @@ Follow target height. Following height above the target -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 8.0 | | | 8.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 8.0 | | | 8.0 | m | ### FLW_TGT_MAX_VEL (`FLOAT`) {#FLW_TGT_MAX_VEL} Maximum tangential velocity setting for generating the follow orbit trajectory. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 20.0 | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 20.0 | | 5.0 | ### FLW_TGT_RS (`FLOAT`) {#FLW_TGT_RS} @@ -18695,9 +20365,9 @@ Responsiveness to target movement in Target Estimator. lower values increase the responsiveness to changing position, but also ignore less noise -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | | 0.1 | ## GPS @@ -18722,16 +20392,25 @@ Configure on which serial port to run Main GPS. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 201 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 201 | ### GPS_1_GNSS (`INT32`) {#GPS_1_GNSS} GNSS Systems for Primary GPS (integer bitmask). -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 +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 **Bitmask:** @@ -18742,16 +20421,16 @@ This integer bitmask controls the set of GNSS systems used by the receiver. Chec - `4`: GLONASS - `5`: NAVIC - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 63 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 63 | | 0 | ### GPS_1_PROTOCOL (`INT32`) {#GPS_1_PROTOCOL} Protocol for Main GPS. -Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. +Select the GPS protocol over serial. +Auto-detection will probe all protocols, and thus is a bit slower. **Values:** @@ -18763,10 +20442,9 @@ Select the GPS protocol over serial. Auto-detection will probe all protocols, an - `5`: Femtomes - `6`: NMEA (generic) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 1 | ### GPS_2_CONFIG (`INT32`) {#GPS_2_CONFIG} @@ -18789,16 +20467,25 @@ Configure on which serial port to run Secondary GPS. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### GPS_2_GNSS (`INT32`) {#GPS_2_GNSS} GNSS Systems for Secondary GPS (integer bitmask). -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 +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 **Bitmask:** @@ -18809,16 +20496,16 @@ This integer bitmask controls the set of GNSS systems used by the receiver. Chec - `4`: GLONASS - `5`: NAVIC - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 63 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 63 | | 0 | ### GPS_2_PROTOCOL (`INT32`) {#GPS_2_PROTOCOL} Protocol for Secondary GPS. -Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. +Select the GPS protocol over serial. +Auto-detection will probe all protocols, and thus is a bit slower. **Values:** @@ -18830,16 +20517,32 @@ Select the GPS protocol over serial. Auto-detection will probe all protocols, an - `5`: Femtomes - `6`: NMEA (generic) +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 6 | | 1 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 6 | | 1 | +### GPS_CFG_WIPE (`INT32`) {#GPS_CFG_WIPE} + +Wipes the flash config of UBX modules. + +Some UBX modules have a FLASH that allows to store persistent configuration that will be loaded on start. +PX4 does override all configuration parameters it needs in RAM, which takes precedence over the values in FLASH. +However, configuration parameters that are not overriden by PX4 can still cause unexpected problems during flight. +To avoid these kind of problems a clean config can be reached by wiping the FLASH on boot. +Note: Currently only supported on UBX. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### GPS_DUMP_COMM (`INT32`) {#GPS_DUMP_COMM} Log GPS communication data. -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. +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. **Values:** @@ -18847,30 +20550,32 @@ If this is set to 1, all GPS communication data will be published via uORB, and - `1`: Full communication - `2`: RTCM output (PPK) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 0 | ### GPS_SAT_INFO (`INT32`) {#GPS_SAT_INFO} Enable sat info (if available). -Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK. +Enable publication of satellite info (ORB_ID(satellite_info)) if possible. +Not available on MTK. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### GPS_UBX_BAUD2 (`INT32`) {#GPS_UBX_BAUD2} u-blox F9P UART2 Baudrate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | | | 230400 | B/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | | | 230400 | B/s | ### GPS_UBX_CFG_INTF (`INT32`) {#GPS_UBX_CFG_INTF} @@ -18885,16 +20590,16 @@ u-blox protocol configuration for interfaces. - `4`: Enable I2C output protocol NMEA - `5`: Enable I2C output protocol RTCM3X - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 32 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 32 | | 0 | ### GPS_UBX_DYNMODEL (`INT32`) {#GPS_UBX_DYNMODEL} u-blox GPS dynamic platform model. -u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment. +u-blox receivers support different dynamic platform models to adjust the navigation engine to +the expected application environment. **Values:** @@ -18904,16 +20609,24 @@ u-blox receivers support different dynamic platform models to adjust the navigat - `7`: airborne with <2g acceleration - `8`: airborne with <4g acceleration - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 9 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 9 | | 7 | ### GPS_UBX_MODE (`INT32`) {#GPS_UBX_MODE} u-blox GPS Mode. -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. +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. +Mode 6 is intended for use with a ground control station (not necessarily an RTK correction base). **Values:** @@ -18923,21 +20636,37 @@ Select the u-blox configuration setup. Most setups will use the default, includi - `3`: Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - `4`: Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - `5`: Rover with Static Base on UART2 (similar to Default, except coming in on UART2) +- `6`: Ground Control Station (UART2 outputs NMEA) +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +### GPS_UBX_PPK (`INT32`) {#GPS_UBX_PPK} + +Enable MSM7 message output for PPK workflow. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### GPS_YAW_OFFSET (`FLOAT`) {#GPS_YAW_OFFSET} Heading/Yaw offset for dual antenna GPS. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 360 | | 0. | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 360 | | 0. | deg | ### PPS_CAP_ENABLE (`INT32`) {#PPS_CAP_ENABLE} @@ -18945,9 +20674,9 @@ PPS capture enable. Enables the PPS capture module to refine the GPS time from pulses detected on a PWM pin configured as "PPS Input". -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ## Geofence @@ -18955,7 +20684,8 @@ Reboot | minValue | maxValue | increment | default | unit Geofence violation action. -Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence. +Note: Setting this value to 4 enables flight termination, +which will kill the vehicle on violation of the fence. **Values:** @@ -18966,56 +20696,61 @@ Note: Setting this value to 4 enables flight termination, which will kill the ve - `4`: Terminate - `5`: Land mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 5 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | | 2 | ### GF_MAX_HOR_DIST (`FLOAT`) {#GF_MAX_HOR_DIST} Max horizontal distance from Home. -Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. +Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. +Disabled if 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10000 | 1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10000 | 1 | 0.0 | m | ### GF_MAX_VER_DIST (`FLOAT`) {#GF_MAX_VER_DIST} Max vertical distance from Home. -Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. +Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. +Disabled if 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10000 | 1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10000 | 1 | 0.0 | m | ### GF_PREDICT (`INT32`) {#GF_PREDICT} [EXPERIMENTAL] Use Pre-emptive geofence triggering. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### GF_SOURCE (`INT32`) {#GF_SOURCE} Geofence source. -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 +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 **Values:** - `0`: GPOS - `1`: GPS - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ## Geometry @@ -19023,7 +20758,9 @@ Reboot | minValue | maxValue | increment | default | unit Airframe selection. -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. +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. **Values:** @@ -19044,76 +20781,80 @@ Defines which mixer implementation to use. Some are generic, while others are sp - `14`: Spacecraft 2D - `15`: Spacecraft 3D - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_FAILURE_MODE (`INT32`) {#CA_FAILURE_MODE} Motor failure handling mode. -This is used to specify how to handle motor failures reported by failure detector. +This is used to specify how to handle motor failures +reported by failure detector. **Values:** - `0`: Ignore - `1`: Remove first failed motor from effectiveness - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_HELI_PITCH_C0 (`FLOAT`) {#CA_HELI_PITCH_C0} Collective pitch curve at position 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | -0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | -0.05 | ### CA_HELI_PITCH_C1 (`FLOAT`) {#CA_HELI_PITCH_C1} Collective pitch curve at position 1. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | 0.0725 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | 0.0725 | ### CA_HELI_PITCH_C2 (`FLOAT`) {#CA_HELI_PITCH_C2} Collective pitch curve at position 2. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | 0.2 | ### CA_HELI_PITCH_C3 (`FLOAT`) {#CA_HELI_PITCH_C3} Collective pitch curve at position 3. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | 0.325 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | 0.325 | ### CA_HELI_PITCH_C4 (`FLOAT`) {#CA_HELI_PITCH_C4} Collective pitch curve at position 4. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | 0.45 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | 0.45 | ### CA_HELI_RPM_I (`FLOAT`) {#CA_HELI_RPM_I} @@ -19121,19 +20862,20 @@ Integral gain for rpm control. Same definition as the proportional gain but for integral. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 0.0 | ### CA_HELI_RPM_P (`FLOAT`) {#CA_HELI_RPM_P} Proportional gain for rpm control. -Ratio between rpm error devided by 1000 to how much normalized output gets added to correct for it. motor_command = throttle_curve + CA_HELI_RPM_P * (rpm_setpoint - rpm_measurement) / 1000 +Ratio between rpm error devided by 1000 to how much normalized output gets added to correct for it. +motor_command = throttle_curve + CA_HELI_RPM_P \* (rpm_setpoint - rpm_measurement) / 1000 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 0.0 | ### CA_HELI_RPM_SP (`FLOAT`) {#CA_HELI_RPM_SP} @@ -19141,9 +20883,9 @@ Setpoint for main rotor rpm. Requires rpm feedback for the controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 100 | 10000 | 1 | 1500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 100 | 10000 | 1 | 1500 | ### CA_HELI_THR_C0 (`FLOAT`) {#CA_HELI_THR_C0} @@ -19151,9 +20893,9 @@ Throttle curve at position 0. Defines the output throttle at the interval position 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.1 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C1 (`FLOAT`) {#CA_HELI_THR_C1} @@ -19161,9 +20903,9 @@ Throttle curve at position 1. Defines the output throttle at the interval position 1. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.1 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C2 (`FLOAT`) {#CA_HELI_THR_C2} @@ -19171,9 +20913,9 @@ Throttle curve at position 2. Defines the output throttle at the interval position 2. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.1 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C3 (`FLOAT`) {#CA_HELI_THR_C3} @@ -19181,9 +20923,9 @@ Throttle curve at position 3. Defines the output throttle at the interval position 3. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.1 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C4 (`FLOAT`) {#CA_HELI_THR_C4} @@ -19191,65 +20933,80 @@ Throttle curve at position 4. Defines the output throttle at the interval position 4. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.1 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.1 | 1 | ### CA_HELI_YAW_CCW (`INT32`) {#CA_HELI_YAW_CCW} Main rotor turns counter-clockwise. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### CA_HELI_YAW_CP_O (`FLOAT`) {#CA_HELI_YAW_CP_O} Offset for yaw compensation based on collective pitch. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -2 | 2 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -2 | 2 | 0.1 | 0.0 | ### CA_HELI_YAW_CP_S (`FLOAT`) {#CA_HELI_YAW_CP_S} Scale for yaw compensation based on collective pitch. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -2 | 2 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -2 | 2 | 0.1 | 0.0 | ### CA_HELI_YAW_TH_S (`FLOAT`) {#CA_HELI_YAW_TH_S} Scale for yaw compensation based on throttle. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -2 | 2 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -2 | 2 | 0.1 | 0.0 | ### CA_MAX_SVO_THROW (`FLOAT`) {#CA_MAX_SVO_THROW} Throw angle of swashplate servo at maximum commands for linearization. -Used to linearize mechanical output of swashplate servos to avoid axis coupling and binding with 4 servo redundancy. This requires a symmetric setup where the servo horn is exactly centered with a 0 command. Setting to zero disables feature. +Used to linearize mechanical output of swashplate servos to avoid axis coupling and binding with 4 servo redundancy. +This requires a symmetric setup where the servo horn is exactly centered with a 0 command. +Setting to zero disables feature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 75 | 0.1 | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 75 | 0.1 | 0.0 | deg | ### CA_METHOD (`INT32`) {#CA_METHOD} Control allocation method. -Selects the algorithm and desaturation method. If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). +Selects the algorithm and desaturation method. +If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). **Values:** @@ -19257,130 +21014,153 @@ Selects the algorithm and desaturation method. If set to Automatic, the selectio - `1`: Pseudo-inverse with sequential desaturation technique - `2`: Automatic - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### CA_R0_SLEW (`FLOAT`) {#CA_R0_SLEW} Motor 0 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R10_SLEW (`FLOAT`) {#CA_R10_SLEW} Motor 10 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R11_SLEW (`FLOAT`) {#CA_R11_SLEW} Motor 11 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R1_SLEW (`FLOAT`) {#CA_R1_SLEW} Motor 1 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R2_SLEW (`FLOAT`) {#CA_R2_SLEW} Motor 2 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R3_SLEW (`FLOAT`) {#CA_R3_SLEW} Motor 3 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R4_SLEW (`FLOAT`) {#CA_R4_SLEW} Motor 4 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R5_SLEW (`FLOAT`) {#CA_R5_SLEW} Motor 5 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R6_SLEW (`FLOAT`) {#CA_R6_SLEW} Motor 6 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R7_SLEW (`FLOAT`) {#CA_R7_SLEW} Motor 7 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R8_SLEW (`FLOAT`) {#CA_R8_SLEW} Motor 8 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_R9_SLEW (`FLOAT`) {#CA_R9_SLEW} Motor 9 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) +to traverse its full range (normally [0, 1], or if reversible [-1, 1]). +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.01 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.01 | 0.0 | s | ### CA_ROTOR0_AX (`FLOAT`) {#CA_ROTOR0_AX} @@ -19388,9 +21168,9 @@ Axis of rotor 0 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR0_AY (`FLOAT`) {#CA_ROTOR0_AY} @@ -19398,9 +21178,9 @@ Axis of rotor 0 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR0_AZ (`FLOAT`) {#CA_ROTOR0_AZ} @@ -19408,53 +21188,57 @@ Axis of rotor 0 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR0_CT (`FLOAT`) {#CA_ROTOR0_CT} Thrust coefficient of rotor 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR0_KM (`FLOAT`) {#CA_ROTOR0_KM} Moment coefficient of rotor 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR0_PX (`FLOAT`) {#CA_ROTOR0_PX} Position of rotor 0 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR0_PY (`FLOAT`) {#CA_ROTOR0_PY} Position of rotor 0 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR0_PZ (`FLOAT`) {#CA_ROTOR0_PZ} Position of rotor 0 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR0_TILT (`INT32`) {#CA_ROTOR0_TILT} @@ -19470,10 +21254,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR10_AX (`FLOAT`) {#CA_ROTOR10_AX} @@ -19481,9 +21264,9 @@ Axis of rotor 10 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR10_AY (`FLOAT`) {#CA_ROTOR10_AY} @@ -19491,9 +21274,9 @@ Axis of rotor 10 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR10_AZ (`FLOAT`) {#CA_ROTOR10_AZ} @@ -19501,53 +21284,57 @@ Axis of rotor 10 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR10_CT (`FLOAT`) {#CA_ROTOR10_CT} Thrust coefficient of rotor 10. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR10_KM (`FLOAT`) {#CA_ROTOR10_KM} Moment coefficient of rotor 10. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR10_PX (`FLOAT`) {#CA_ROTOR10_PX} Position of rotor 10 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR10_PY (`FLOAT`) {#CA_ROTOR10_PY} Position of rotor 10 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR10_PZ (`FLOAT`) {#CA_ROTOR10_PZ} Position of rotor 10 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR10_TILT (`INT32`) {#CA_ROTOR10_TILT} @@ -19563,10 +21350,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR11_AX (`FLOAT`) {#CA_ROTOR11_AX} @@ -19574,9 +21360,9 @@ Axis of rotor 11 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR11_AY (`FLOAT`) {#CA_ROTOR11_AY} @@ -19584,9 +21370,9 @@ Axis of rotor 11 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR11_AZ (`FLOAT`) {#CA_ROTOR11_AZ} @@ -19594,53 +21380,57 @@ Axis of rotor 11 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR11_CT (`FLOAT`) {#CA_ROTOR11_CT} Thrust coefficient of rotor 11. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR11_KM (`FLOAT`) {#CA_ROTOR11_KM} Moment coefficient of rotor 11. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR11_PX (`FLOAT`) {#CA_ROTOR11_PX} Position of rotor 11 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR11_PY (`FLOAT`) {#CA_ROTOR11_PY} Position of rotor 11 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR11_PZ (`FLOAT`) {#CA_ROTOR11_PZ} Position of rotor 11 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR11_TILT (`INT32`) {#CA_ROTOR11_TILT} @@ -19656,10 +21446,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR1_AX (`FLOAT`) {#CA_ROTOR1_AX} @@ -19667,9 +21456,9 @@ Axis of rotor 1 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR1_AY (`FLOAT`) {#CA_ROTOR1_AY} @@ -19677,9 +21466,9 @@ Axis of rotor 1 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR1_AZ (`FLOAT`) {#CA_ROTOR1_AZ} @@ -19687,53 +21476,57 @@ Axis of rotor 1 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR1_CT (`FLOAT`) {#CA_ROTOR1_CT} Thrust coefficient of rotor 1. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR1_KM (`FLOAT`) {#CA_ROTOR1_KM} Moment coefficient of rotor 1. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR1_PX (`FLOAT`) {#CA_ROTOR1_PX} Position of rotor 1 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR1_PY (`FLOAT`) {#CA_ROTOR1_PY} Position of rotor 1 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR1_PZ (`FLOAT`) {#CA_ROTOR1_PZ} Position of rotor 1 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR1_TILT (`INT32`) {#CA_ROTOR1_TILT} @@ -19749,10 +21542,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR2_AX (`FLOAT`) {#CA_ROTOR2_AX} @@ -19760,9 +21552,9 @@ Axis of rotor 2 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR2_AY (`FLOAT`) {#CA_ROTOR2_AY} @@ -19770,9 +21562,9 @@ Axis of rotor 2 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR2_AZ (`FLOAT`) {#CA_ROTOR2_AZ} @@ -19780,53 +21572,57 @@ Axis of rotor 2 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR2_CT (`FLOAT`) {#CA_ROTOR2_CT} Thrust coefficient of rotor 2. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR2_KM (`FLOAT`) {#CA_ROTOR2_KM} Moment coefficient of rotor 2. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR2_PX (`FLOAT`) {#CA_ROTOR2_PX} Position of rotor 2 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR2_PY (`FLOAT`) {#CA_ROTOR2_PY} Position of rotor 2 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR2_PZ (`FLOAT`) {#CA_ROTOR2_PZ} Position of rotor 2 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR2_TILT (`INT32`) {#CA_ROTOR2_TILT} @@ -19842,10 +21638,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR3_AX (`FLOAT`) {#CA_ROTOR3_AX} @@ -19853,9 +21648,9 @@ Axis of rotor 3 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR3_AY (`FLOAT`) {#CA_ROTOR3_AY} @@ -19863,9 +21658,9 @@ Axis of rotor 3 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR3_AZ (`FLOAT`) {#CA_ROTOR3_AZ} @@ -19873,53 +21668,57 @@ Axis of rotor 3 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR3_CT (`FLOAT`) {#CA_ROTOR3_CT} Thrust coefficient of rotor 3. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR3_KM (`FLOAT`) {#CA_ROTOR3_KM} Moment coefficient of rotor 3. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR3_PX (`FLOAT`) {#CA_ROTOR3_PX} Position of rotor 3 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR3_PY (`FLOAT`) {#CA_ROTOR3_PY} Position of rotor 3 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR3_PZ (`FLOAT`) {#CA_ROTOR3_PZ} Position of rotor 3 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR3_TILT (`INT32`) {#CA_ROTOR3_TILT} @@ -19935,10 +21734,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR4_AX (`FLOAT`) {#CA_ROTOR4_AX} @@ -19946,9 +21744,9 @@ Axis of rotor 4 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR4_AY (`FLOAT`) {#CA_ROTOR4_AY} @@ -19956,9 +21754,9 @@ Axis of rotor 4 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR4_AZ (`FLOAT`) {#CA_ROTOR4_AZ} @@ -19966,53 +21764,57 @@ Axis of rotor 4 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR4_CT (`FLOAT`) {#CA_ROTOR4_CT} Thrust coefficient of rotor 4. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR4_KM (`FLOAT`) {#CA_ROTOR4_KM} Moment coefficient of rotor 4. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR4_PX (`FLOAT`) {#CA_ROTOR4_PX} Position of rotor 4 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR4_PY (`FLOAT`) {#CA_ROTOR4_PY} Position of rotor 4 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR4_PZ (`FLOAT`) {#CA_ROTOR4_PZ} Position of rotor 4 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR4_TILT (`INT32`) {#CA_ROTOR4_TILT} @@ -20028,10 +21830,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR5_AX (`FLOAT`) {#CA_ROTOR5_AX} @@ -20039,9 +21840,9 @@ Axis of rotor 5 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR5_AY (`FLOAT`) {#CA_ROTOR5_AY} @@ -20049,9 +21850,9 @@ Axis of rotor 5 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR5_AZ (`FLOAT`) {#CA_ROTOR5_AZ} @@ -20059,53 +21860,57 @@ Axis of rotor 5 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR5_CT (`FLOAT`) {#CA_ROTOR5_CT} Thrust coefficient of rotor 5. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR5_KM (`FLOAT`) {#CA_ROTOR5_KM} Moment coefficient of rotor 5. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR5_PX (`FLOAT`) {#CA_ROTOR5_PX} Position of rotor 5 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR5_PY (`FLOAT`) {#CA_ROTOR5_PY} Position of rotor 5 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR5_PZ (`FLOAT`) {#CA_ROTOR5_PZ} Position of rotor 5 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR5_TILT (`INT32`) {#CA_ROTOR5_TILT} @@ -20121,10 +21926,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR6_AX (`FLOAT`) {#CA_ROTOR6_AX} @@ -20132,9 +21936,9 @@ Axis of rotor 6 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR6_AY (`FLOAT`) {#CA_ROTOR6_AY} @@ -20142,9 +21946,9 @@ Axis of rotor 6 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR6_AZ (`FLOAT`) {#CA_ROTOR6_AZ} @@ -20152,53 +21956,57 @@ Axis of rotor 6 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR6_CT (`FLOAT`) {#CA_ROTOR6_CT} Thrust coefficient of rotor 6. -The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR6_KM (`FLOAT`) {#CA_ROTOR6_KM} Moment coefficient of rotor 6. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR6_PX (`FLOAT`) {#CA_ROTOR6_PX} Position of rotor 6 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR6_PY (`FLOAT`) {#CA_ROTOR6_PY} Position of rotor 6 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR6_PZ (`FLOAT`) {#CA_ROTOR6_PZ} Position of rotor 6 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR6_TILT (`INT32`) {#CA_ROTOR6_TILT} @@ -20214,10 +22022,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR7_AX (`FLOAT`) {#CA_ROTOR7_AX} @@ -20225,9 +22032,9 @@ Axis of rotor 7 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR7_AY (`FLOAT`) {#CA_ROTOR7_AY} @@ -20235,9 +22042,9 @@ Axis of rotor 7 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR7_AZ (`FLOAT`) {#CA_ROTOR7_AZ} @@ -20245,53 +22052,57 @@ Axis of rotor 7 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR7_CT (`FLOAT`) {#CA_ROTOR7_CT} Thrust coefficient of rotor 7. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR7_KM (`FLOAT`) {#CA_ROTOR7_KM} Moment coefficient of rotor 7. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR7_PX (`FLOAT`) {#CA_ROTOR7_PX} Position of rotor 7 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR7_PY (`FLOAT`) {#CA_ROTOR7_PY} Position of rotor 7 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR7_PZ (`FLOAT`) {#CA_ROTOR7_PZ} Position of rotor 7 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR7_TILT (`INT32`) {#CA_ROTOR7_TILT} @@ -20307,10 +22118,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR8_AX (`FLOAT`) {#CA_ROTOR8_AX} @@ -20318,9 +22128,9 @@ Axis of rotor 8 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR8_AY (`FLOAT`) {#CA_ROTOR8_AY} @@ -20328,9 +22138,9 @@ Axis of rotor 8 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR8_AZ (`FLOAT`) {#CA_ROTOR8_AZ} @@ -20338,53 +22148,57 @@ Axis of rotor 8 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR8_CT (`FLOAT`) {#CA_ROTOR8_CT} Thrust coefficient of rotor 8. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR8_KM (`FLOAT`) {#CA_ROTOR8_KM} Moment coefficient of rotor 8. -The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR8_PX (`FLOAT`) {#CA_ROTOR8_PX} Position of rotor 8 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR8_PY (`FLOAT`) {#CA_ROTOR8_PY} Position of rotor 8 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR8_PZ (`FLOAT`) {#CA_ROTOR8_PZ} Position of rotor 8 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR8_TILT (`INT32`) {#CA_ROTOR8_TILT} @@ -20400,10 +22214,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR9_AX (`FLOAT`) {#CA_ROTOR9_AX} @@ -20411,9 +22224,9 @@ Axis of rotor 9 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR9_AY (`FLOAT`) {#CA_ROTOR9_AY} @@ -20421,9 +22234,9 @@ Axis of rotor 9 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR9_AZ (`FLOAT`) {#CA_ROTOR9_AZ} @@ -20431,53 +22244,57 @@ Axis of rotor 9 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR9_CT (`FLOAT`) {#CA_ROTOR9_CT} Thrust coefficient of rotor 9. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 6.5 | ### CA_ROTOR9_KM (`FLOAT`) {#CA_ROTOR9_KM} Moment coefficient of rotor 9. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.01 | 0.05 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR9_PX (`FLOAT`) {#CA_ROTOR9_PX} Position of rotor 9 along X body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR9_PY (`FLOAT`) {#CA_ROTOR9_PY} Position of rotor 9 along Y body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR9_PZ (`FLOAT`) {#CA_ROTOR9_PZ} Position of rotor 9 along Z body axis relative to center of gravity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -100 | 100 | 0.1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -100 | 100 | 0.1 | 0.0 | m | ### CA_ROTOR9_TILT (`INT32`) {#CA_ROTOR9_TILT} @@ -20493,10 +22310,9 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_ROTOR_COUNT (`INT32`) {#CA_ROTOR_COUNT} @@ -20518,10 +22334,9 @@ Total number of rotors. - `11`: 11 - `12`: 12 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_R_REV (`INT32`) {#CA_R_REV} @@ -20544,10 +22359,9 @@ Configure motors to be bidirectional/reversible. Note that the output driver nee - `10`: Motor 11 - `11`: Motor 12 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4095 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4095 | | 0 | ### CA_SP0_ANG0 (`FLOAT`) {#CA_SP0_ANG0} @@ -20555,9 +22369,9 @@ Angle for swash plate servo 0. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 360 | 10 | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 360 | 10 | 0 | deg | ### CA_SP0_ANG1 (`FLOAT`) {#CA_SP0_ANG1} @@ -20565,9 +22379,9 @@ Angle for swash plate servo 1. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 360 | 10 | 140 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 360 | 10 | 140 | deg | ### CA_SP0_ANG2 (`FLOAT`) {#CA_SP0_ANG2} @@ -20575,9 +22389,9 @@ Angle for swash plate servo 2. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 360 | 10 | 220 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 360 | 10 | 220 | deg | ### CA_SP0_ANG3 (`FLOAT`) {#CA_SP0_ANG3} @@ -20585,9 +22399,9 @@ Angle for swash plate servo 3. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 360 | 10 | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 360 | 10 | 0 | deg | ### CA_SP0_ARM_L0 (`FLOAT`) {#CA_SP0_ARM_L0} @@ -20595,9 +22409,9 @@ Arm length for swash plate servo 0. This is relative to the other arm lengths. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L1 (`FLOAT`) {#CA_SP0_ARM_L1} @@ -20605,9 +22419,9 @@ Arm length for swash plate servo 1. This is relative to the other arm lengths. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L2 (`FLOAT`) {#CA_SP0_ARM_L2} @@ -20615,9 +22429,9 @@ Arm length for swash plate servo 2. This is relative to the other arm lengths. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L3 (`FLOAT`) {#CA_SP0_ARM_L3} @@ -20625,9 +22439,9 @@ Arm length for swash plate servo 3. This is relative to the other arm lengths. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_COUNT (`INT32`) {#CA_SP0_COUNT} @@ -20639,140 +22453,157 @@ Number of swash plates servos. - `3`: 3 - `4`: 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 3 | ### CA_SV0_SLEW (`FLOAT`) {#CA_SV0_SLEW} Servo 0 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV1_SLEW (`FLOAT`) {#CA_SV1_SLEW} Servo 1 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV2_SLEW (`FLOAT`) {#CA_SV2_SLEW} Servo 2 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV3_SLEW (`FLOAT`) {#CA_SV3_SLEW} Servo 3 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV4_SLEW (`FLOAT`) {#CA_SV4_SLEW} Servo 4 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV5_SLEW (`FLOAT`) {#CA_SV5_SLEW} Servo 5 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV6_SLEW (`FLOAT`) {#CA_SV6_SLEW} Servo 6 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV7_SLEW (`FLOAT`) {#CA_SV7_SLEW} Servo 7 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) +to traverse its full range [-100%, 100%]. +Zero means that slew rate limiting is disabled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.05 | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.05 | 0.0 | s | ### CA_SV_CS0_FLAP (`FLOAT`) {#CA_SV_CS0_FLAP} Control Surface 0 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS0_SPOIL (`FLOAT`) {#CA_SV_CS0_SPOIL} Control Surface 0 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS0_TRIM (`FLOAT`) {#CA_SV_CS0_TRIM} Control Surface 0 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS0_TRQ_P (`FLOAT`) {#CA_SV_CS0_TRQ_P} Control Surface 0 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS0_TRQ_R (`FLOAT`) {#CA_SV_CS0_TRQ_R} Control Surface 0 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS0_TRQ_Y (`FLOAT`) {#CA_SV_CS0_TRQ_Y} Control Surface 0 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS0_TYPE (`INT32`) {#CA_SV_CS0_TYPE} @@ -20800,60 +22631,61 @@ Control Surface 0 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS1_FLAP (`FLOAT`) {#CA_SV_CS1_FLAP} Control Surface 1 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS1_SPOIL (`FLOAT`) {#CA_SV_CS1_SPOIL} Control Surface 1 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS1_TRIM (`FLOAT`) {#CA_SV_CS1_TRIM} Control Surface 1 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS1_TRQ_P (`FLOAT`) {#CA_SV_CS1_TRQ_P} Control Surface 1 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS1_TRQ_R (`FLOAT`) {#CA_SV_CS1_TRQ_R} Control Surface 1 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS1_TRQ_Y (`FLOAT`) {#CA_SV_CS1_TRQ_Y} Control Surface 1 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS1_TYPE (`INT32`) {#CA_SV_CS1_TYPE} @@ -20881,60 +22713,61 @@ Control Surface 1 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS2_FLAP (`FLOAT`) {#CA_SV_CS2_FLAP} Control Surface 2 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS2_SPOIL (`FLOAT`) {#CA_SV_CS2_SPOIL} Control Surface 2 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS2_TRIM (`FLOAT`) {#CA_SV_CS2_TRIM} Control Surface 2 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS2_TRQ_P (`FLOAT`) {#CA_SV_CS2_TRQ_P} Control Surface 2 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS2_TRQ_R (`FLOAT`) {#CA_SV_CS2_TRQ_R} Control Surface 2 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS2_TRQ_Y (`FLOAT`) {#CA_SV_CS2_TRQ_Y} Control Surface 2 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS2_TYPE (`INT32`) {#CA_SV_CS2_TYPE} @@ -20962,60 +22795,61 @@ Control Surface 2 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS3_FLAP (`FLOAT`) {#CA_SV_CS3_FLAP} Control Surface 3 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS3_SPOIL (`FLOAT`) {#CA_SV_CS3_SPOIL} Control Surface 3 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS3_TRIM (`FLOAT`) {#CA_SV_CS3_TRIM} Control Surface 3 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS3_TRQ_P (`FLOAT`) {#CA_SV_CS3_TRQ_P} Control Surface 3 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS3_TRQ_R (`FLOAT`) {#CA_SV_CS3_TRQ_R} Control Surface 3 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS3_TRQ_Y (`FLOAT`) {#CA_SV_CS3_TRQ_Y} Control Surface 3 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS3_TYPE (`INT32`) {#CA_SV_CS3_TYPE} @@ -21043,60 +22877,61 @@ Control Surface 3 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS4_FLAP (`FLOAT`) {#CA_SV_CS4_FLAP} Control Surface 4 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS4_SPOIL (`FLOAT`) {#CA_SV_CS4_SPOIL} Control Surface 4 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS4_TRIM (`FLOAT`) {#CA_SV_CS4_TRIM} Control Surface 4 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS4_TRQ_P (`FLOAT`) {#CA_SV_CS4_TRQ_P} Control Surface 4 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS4_TRQ_R (`FLOAT`) {#CA_SV_CS4_TRQ_R} Control Surface 4 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS4_TRQ_Y (`FLOAT`) {#CA_SV_CS4_TRQ_Y} Control Surface 4 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS4_TYPE (`INT32`) {#CA_SV_CS4_TYPE} @@ -21124,60 +22959,61 @@ Control Surface 4 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS5_FLAP (`FLOAT`) {#CA_SV_CS5_FLAP} Control Surface 5 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS5_SPOIL (`FLOAT`) {#CA_SV_CS5_SPOIL} Control Surface 5 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS5_TRIM (`FLOAT`) {#CA_SV_CS5_TRIM} Control Surface 5 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS5_TRQ_P (`FLOAT`) {#CA_SV_CS5_TRQ_P} Control Surface 5 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS5_TRQ_R (`FLOAT`) {#CA_SV_CS5_TRQ_R} Control Surface 5 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS5_TRQ_Y (`FLOAT`) {#CA_SV_CS5_TRQ_Y} Control Surface 5 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS5_TYPE (`INT32`) {#CA_SV_CS5_TYPE} @@ -21205,60 +23041,61 @@ Control Surface 5 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS6_FLAP (`FLOAT`) {#CA_SV_CS6_FLAP} Control Surface 6 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS6_SPOIL (`FLOAT`) {#CA_SV_CS6_SPOIL} Control Surface 6 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS6_TRIM (`FLOAT`) {#CA_SV_CS6_TRIM} Control Surface 6 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS6_TRQ_P (`FLOAT`) {#CA_SV_CS6_TRQ_P} Control Surface 6 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS6_TRQ_R (`FLOAT`) {#CA_SV_CS6_TRQ_R} Control Surface 6 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS6_TRQ_Y (`FLOAT`) {#CA_SV_CS6_TRQ_Y} Control Surface 6 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS6_TYPE (`INT32`) {#CA_SV_CS6_TYPE} @@ -21286,60 +23123,61 @@ Control Surface 6 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS7_FLAP (`FLOAT`) {#CA_SV_CS7_FLAP} Control Surface 7 configuration as flap. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS7_SPOIL (`FLOAT`) {#CA_SV_CS7_SPOIL} Control Surface 7 configuration as spoiler. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0 | ### CA_SV_CS7_TRIM (`FLOAT`) {#CA_SV_CS7_TRIM} Control Surface 7 trim. Can be used to add an offset to the servo control. +NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. +This parameter can only be set if all PWM Center parameters are set to default. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS7_TRQ_P (`FLOAT`) {#CA_SV_CS7_TRQ_P} Control Surface 7 pitch torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS7_TRQ_R (`FLOAT`) {#CA_SV_CS7_TRQ_R} Control Surface 7 roll torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS7_TRQ_Y (`FLOAT`) {#CA_SV_CS7_TRQ_Y} Control Surface 7 yaw torque scaling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CA_SV_CS7_TYPE (`INT32`) {#CA_SV_CS7_TYPE} @@ -21367,10 +23205,9 @@ Control Surface 7 type. - `17`: Left Spoiler - `18`: Right Spoiler - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_CS_COUNT (`INT32`) {#CA_SV_CS_COUNT} @@ -21388,10 +23225,9 @@ Total number of Control Surfaces. - `7`: 7 - `8`: 8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CA_SV_TL0_CT (`INT32`) {#CA_SV_TL0_CT} @@ -21406,46 +23242,48 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### CA_SV_TL0_MAXA (`FLOAT`) {#CA_SV_TL0_MAXA} Tilt Servo 0 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 90.0 | deg | ### CA_SV_TL0_MINA (`FLOAT`) {#CA_SV_TL0_MINA} Tilt Servo 0 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 0.0 | deg | ### CA_SV_TL0_TD (`INT32`) {#CA_SV_TL0_TD} Tilt Servo 0 Tilt Direction. -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. +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. **Values:** - `0`: Towards Front - `90`: Towards Right - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 359 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 359 | | 0 | ### CA_SV_TL1_CT (`INT32`) {#CA_SV_TL1_CT} @@ -21460,46 +23298,48 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### CA_SV_TL1_MAXA (`FLOAT`) {#CA_SV_TL1_MAXA} Tilt Servo 1 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 90.0 | deg | ### CA_SV_TL1_MINA (`FLOAT`) {#CA_SV_TL1_MINA} Tilt Servo 1 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 0.0 | deg | ### CA_SV_TL1_TD (`INT32`) {#CA_SV_TL1_TD} Tilt Servo 1 Tilt Direction. -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. +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. **Values:** - `0`: Towards Front - `90`: Towards Right - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 359 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 359 | | 0 | ### CA_SV_TL2_CT (`INT32`) {#CA_SV_TL2_CT} @@ -21514,46 +23354,48 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### CA_SV_TL2_MAXA (`FLOAT`) {#CA_SV_TL2_MAXA} Tilt Servo 2 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 90.0 | deg | ### CA_SV_TL2_MINA (`FLOAT`) {#CA_SV_TL2_MINA} Tilt Servo 2 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 0.0 | deg | ### CA_SV_TL2_TD (`INT32`) {#CA_SV_TL2_TD} Tilt Servo 2 Tilt Direction. -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. +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. **Values:** - `0`: Towards Front - `90`: Towards Right - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 359 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 359 | | 0 | ### CA_SV_TL3_CT (`INT32`) {#CA_SV_TL3_CT} @@ -21568,46 +23410,48 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### CA_SV_TL3_MAXA (`FLOAT`) {#CA_SV_TL3_MAXA} Tilt Servo 3 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 90.0 | deg | ### CA_SV_TL3_MINA (`FLOAT`) {#CA_SV_TL3_MINA} Tilt Servo 3 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. +An angle of zero means upwards. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 0.0 | deg | ### CA_SV_TL3_TD (`INT32`) {#CA_SV_TL3_TD} Tilt Servo 3 Tilt Direction. -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. +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. **Values:** - `0`: Towards Front - `90`: Towards Right - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 359 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 359 | | 0 | ### CA_SV_TL_COUNT (`INT32`) {#CA_SV_TL_COUNT} @@ -21621,170 +23465,185 @@ Total number of Tilt Servos. - `3`: 3 - `4`: 4 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SIM_GZ_SV_MAXA1 (`FLOAT`) {#SIM_GZ_SV_MAXA1} Servo 1 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA2 (`FLOAT`) {#SIM_GZ_SV_MAXA2} Servo 2 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA3 (`FLOAT`) {#SIM_GZ_SV_MAXA3} Servo 3 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA4 (`FLOAT`) {#SIM_GZ_SV_MAXA4} Servo 4 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA5 (`FLOAT`) {#SIM_GZ_SV_MAXA5} Servo 5 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA6 (`FLOAT`) {#SIM_GZ_SV_MAXA6} Servo 6 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA7 (`FLOAT`) {#SIM_GZ_SV_MAXA7} Servo 7 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MAXA8 (`FLOAT`) {#SIM_GZ_SV_MAXA8} Servo 8 Angle at Maximum. -Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. +Defines the angle when the servo is at the maximum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | 45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | 45.0 | deg | ### SIM_GZ_SV_MINA1 (`FLOAT`) {#SIM_GZ_SV_MINA1} Servo 1 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA2 (`FLOAT`) {#SIM_GZ_SV_MINA2} Servo 2 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA3 (`FLOAT`) {#SIM_GZ_SV_MINA3} Servo 3 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA4 (`FLOAT`) {#SIM_GZ_SV_MINA4} Servo 4 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA5 (`FLOAT`) {#SIM_GZ_SV_MINA5} Servo 5 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA6 (`FLOAT`) {#SIM_GZ_SV_MINA6} Servo 6 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA7 (`FLOAT`) {#SIM_GZ_SV_MINA7} Servo 7 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ### SIM_GZ_SV_MINA8 (`FLOAT`) {#SIM_GZ_SV_MINA8} Servo 8 Angle at Minimum. -Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. +Defines the angle when the servo is at the minimum. +Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180.0 | 180.0 | | -45.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180.0 | 180.0 | | -45.0 | deg | ## Hover Thrust Estimator @@ -21792,61 +23651,72 @@ Reboot | minValue | maxValue | increment | default | unit Gate size for acceleration fusion. -Sets the number of standard deviations used by the innovation consistency test. +Sets the number of standard deviations used +by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10.0 | | 3.0 | SD +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 10.0 | | 3.0 | SD | ### HTE_HT_ERR_INIT (`FLOAT`) {#HTE_HT_ERR_INIT} 1-sigma initial hover thrust uncertainty. -Sets the number of standard deviations used by the innovation consistency test. +Sets the number of standard deviations used +by the innovation consistency test. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | | 0.1 | normalized_thrust +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----------------- | +|   | 0.0 | 1.0 | | 0.1 | normalized_thrust | ### HTE_HT_NOISE (`FLOAT`) {#HTE_HT_NOISE} Hover thrust process noise. -Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time. +Reduce to make the hover thrust estimate +more stable, increase if the real hover thrust +is expected to change quickly over time. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0001 | 1.0 | | 0.0036 | normalized_thrust/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------------------- | +|   | 0.0001 | 1.0 | | 0.0036 | normalized_thrust/s | ### HTE_THR_RANGE (`FLOAT`) {#HTE_THR_RANGE} Max deviation from MPC_THR_HOVER. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 0.4 | | 0.2 | normalized_thrust +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----------------- | +|   | 0.01 | 0.4 | | 0.2 | normalized_thrust | ### HTE_VXY_THR (`FLOAT`) {#HTE_VXY_THR} Horizontal velocity threshold for sensitivity reduction. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 20.0 | | 10.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 20.0 | | 10.0 | m/s | ### HTE_VZ_THR (`FLOAT`) {#HTE_VZ_THR} Vertical velocity threshold for sensitivity reduction. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 10.0 | | 2.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 10.0 | | 2.0 | m/s | ## ICE @@ -21854,17 +23724,17 @@ Reboot | minValue | maxValue | increment | default | unit Duration of choking during startup. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 5 | s | ### ICE_EN (`INT32`) {#ICE_EN} Enable internal combustion engine. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### ICE_IGN_DELAY (`FLOAT`) {#ICE_IGN_DELAY} @@ -21872,17 +23742,17 @@ Cold-start delay after ignition before engaging starter. In case that the ignition takes a moment to be up and running, this parameter can be set to account for that. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 0 | s | ### ICE_MIN_RUN_RPM (`FLOAT`) {#ICE_MIN_RUN_RPM} Minimum RPM for engine to be declared running. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10000 | 1 | 2000 | rpm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10000 | 1 | 2000 | rpm | ### ICE_ON_SOURCE (`INT32`) {#ICE_ON_SOURCE} @@ -21893,29 +23763,30 @@ Engine start/stop input source. - `0`: On arming - disarming - `1`: Aux1 - `2`: Aux2 +- `3`: On Vtol Transitions - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### ICE_RUN_FAULT_D (`INT32`) {#ICE_RUN_FAULT_D} Fault detection if it stops in running state. -Enables restart if a fault is detected during the running state. Otherwise commands continues in running state until given an user request off. +Enables restart if a fault is detected during the running state. Otherwise +commands continues in running state until given an user request off. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### ICE_STOP_CHOKE (`INT32`) {#ICE_STOP_CHOKE} Apply choke when stopping engine. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### ICE_STRT_ATTEMPT (`INT32`) {#ICE_STRT_ATTEMPT} @@ -21923,9 +23794,9 @@ Number attempts for starting the engine. Number of accepted attempts for starting the engine before declaring a fault. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | | 3 | ### ICE_STRT_DUR (`FLOAT`) {#ICE_STRT_DUR} @@ -21933,9 +23804,9 @@ Duration of single starting attempt (excl. choking). Maximum expected time for startup before declaring timeout. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | 0.1 | 5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.1 | 5 | s | ### ICE_STRT_THR (`FLOAT`) {#ICE_STRT_THR} @@ -21943,9 +23814,9 @@ Throttle value for starting engine. During the choking and the starting phase, the throttle value is set to this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.1 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.1 | norm | ### ICE_THR_SLEW (`FLOAT`) {#ICE_THR_SLEW} @@ -21953,9 +23824,9 @@ Throttle slew rate. Maximum rate of change of throttle value per second. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.5 | 1/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.5 | 1/s | ## Iridium SBD @@ -21980,26 +23851,25 @@ Configure on which serial port to run Iridium (with MAVLink). - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### ISBD_READ_INT (`INT32`) {#ISBD_READ_INT} Satellite radio read interval. Only required to be nonzero if data is not sent using a ring call. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 5000 | | 0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5000 | | 0 | s | ### ISBD_SBD_TIMEOUT (`INT32`) {#ISBD_SBD_TIMEOUT} Iridium SBD session timeout. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 300 | | 60 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 300 | | 60 | s | ### ISBD_STACK_TIME (`INT32`) {#ISBD_STACK_TIME} @@ -22007,9 +23877,9 @@ Time the Iridium driver will wait for additional mavlink messages to combine the Value 0 turns the functionality off -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 500 | | 0 | ms +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 500 | | 0 | ms | ## Land Detector @@ -22019,19 +23889,20 @@ Fixed-wing land detector: Max airspeed. Maximum airspeed allowed in the landed state -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 30 | | 6.00 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2 | 30 | | 6.00 | m/s | ### LNDFW_ROT_MAX (`FLOAT`) {#LNDFW_ROT_MAX} Fixed-wing land detector: max rotational speed. -Maximum allowed norm of the angular velocity in the landed state. Only used if neither airspeed nor groundspeed can be used for landing detection. +Maximum allowed norm of the angular velocity in the landed state. +Only used if neither airspeed nor groundspeed can be used for landing detection. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.5 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.5 | deg/s | ### LNDFW_TRIG_TIME (`FLOAT`) {#LNDFW_TRIG_TIME} @@ -22039,19 +23910,21 @@ Fixed-wing land detection trigger time. Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | | | 2. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | | | 2. | s | ### LNDFW_VEL_XY_MAX (`FLOAT`) {#LNDFW_VEL_XY_MAX} Fixed-wing land detector: Max horizontal velocity threshold. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 20 | | 5.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 20 | | 5.0 | m/s | ### LNDFW_VEL_Z_MAX (`FLOAT`) {#LNDFW_VEL_Z_MAX} @@ -22059,9 +23932,9 @@ Fixed-wing land detector: Max vertiacal velocity threshold. Maximum vertical velocity allowed in the landed state. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 20 | | 1.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 20 | | 1.0 | m/s | ### LNDFW_XYACC_MAX (`FLOAT`) {#LNDFW_XYACC_MAX} @@ -22069,19 +23942,20 @@ Fixed-wing land detector: Max horizontal acceleration. Maximum horizontal (x,y body axes) acceleration allowed in the landed state -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 30 | | 8.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 30 | | 8.0 | m/s^2 | ### LNDMC_ALT_GND (`FLOAT`) {#LNDMC_ALT_GND} Ground effect altitude for multicopters. -The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect. +The height above ground below which ground effect creates barometric altitude errors. +A negative value indicates no ground effect. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | | 2. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | | 2. | m | ### LNDMC_ROT_MAX (`FLOAT`) {#LNDMC_ROT_MAX} @@ -22089,19 +23963,21 @@ Multicopter max rotational speed. Maximum allowed norm of the angular velocity (roll, pitch) in the landed state. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 20.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 20.0 | deg/s | ### LNDMC_TRIG_TIME (`FLOAT`) {#LNDMC_TRIG_TIME} Multicopter land detection trigger time. -Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met. +Total time it takes to go through all three land detection stages: +ground contact, maybe landed, landed +when all necessary conditions are constantly met. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10.0 | | 1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 10.0 | | 1.0 | s | ### LNDMC_XY_VEL_MAX (`FLOAT`) {#LNDMC_XY_VEL_MAX} @@ -22109,39 +23985,44 @@ Multicopter max horizontal velocity. Maximum horizontal velocity allowed in the landed state -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.5 | m/s | ### LNDMC_Z_VEL_MAX (`FLOAT`) {#LNDMC_Z_VEL_MAX} Multicopter vertical velocity threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 0.25 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 0.25 | m/s | ### LND_FLIGHT_T_HI (`INT32`) {#LND_FLIGHT_T_HI} Total flight time in microseconds. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 0 | ### LND_FLIGHT_T_LO (`INT32`) {#LND_FLIGHT_T_LO} Total flight time in microseconds. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 0 | ## Landing Target Estimator @@ -22149,37 +24030,40 @@ Reboot | minValue | maxValue | increment | default | unit Acceleration uncertainty. -Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection +Variance of acceleration measurement used for landing target position prediction. +Higher values results in tighter following of the measurements and more lenient outlier rejection -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 10.0 | (m/s^2)^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | --------- | +|   | 0.01 | | | 10.0 | (m/s^2)^2 | ### LTEST_MEAS_UNC (`FLOAT`) {#LTEST_MEAS_UNC} Landing target measurement uncertainty. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.005 | tan(rad)^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---------- | +|   | | | | 0.005 | tan(rad)^2 | ### LTEST_MODE (`INT32`) {#LTEST_MODE} Landing target mode. -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. +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. **Values:** - `0`: Moving - `1`: Stationary - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### LTEST_POS_UNC_IN (`FLOAT`) {#LTEST_POS_UNC_IN} @@ -22187,9 +24071,9 @@ Initial landing target position uncertainty. Initial variance of the relative landing target position in x and y direction -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | | | 0.1 | m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.001 | | | 0.1 | m^2 | ### LTEST_SCALE_X (`FLOAT`) {#LTEST_SCALE_X} @@ -22197,9 +24081,9 @@ Scale factor for sensor measurements in sensor x axis. Landing target x measurements are scaled by this factor before being used -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 1.0 | ### LTEST_SCALE_Y (`FLOAT`) {#LTEST_SCALE_Y} @@ -22207,33 +24091,33 @@ Scale factor for sensor measurements in sensor y axis. Landing target y measurements are scaled by this factor before being used -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | | | 1.0 | ### LTEST_SENS_POS_X (`FLOAT`) {#LTEST_SENS_POS_X} X Position of IRLOCK in body frame (forward). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | m | ### LTEST_SENS_POS_Y (`FLOAT`) {#LTEST_SENS_POS_Y} Y Position of IRLOCK in body frame (right). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | m | ### LTEST_SENS_POS_Z (`FLOAT`) {#LTEST_SENS_POS_Z} Z Position of IRLOCK in body frame (downward). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | m | ### LTEST_SENS_ROT (`INT32`) {#LTEST_SENS_ROT} @@ -22252,10 +24136,9 @@ Default orientation of Yaw 90° - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1 | 40 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 40 | | 2 | ### LTEST_VEL_UNC_IN (`FLOAT`) {#LTEST_VEL_UNC_IN} @@ -22263,9 +24146,9 @@ Initial landing target velocity uncertainty. Initial variance of the relative landing target velocity in x and y directions -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | | | 0.1 | (m/s)^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.001 | | | 0.1 | (m/s)^2 | ## Local Position Estimator @@ -22273,11 +24156,12 @@ Reboot | minValue | maxValue | increment | default | unit Accelerometer xy noise density. -Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error. +Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) +Larger than data sheet to account for tilt error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00001 | 2 | | 0.012 | m/s^2/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0.00001 | 2 | | 0.012 | m/s^2/sqrt(Hz) | ### LPE_ACC_Z (`FLOAT`) {#LPE_ACC_Z} @@ -22285,41 +24169,41 @@ Accelerometer z noise density. Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00001 | 2 | | 0.02 | m/s^2/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0.00001 | 2 | | 0.02 | m/s^2/sqrt(Hz) | ### LPE_BAR_Z (`FLOAT`) {#LPE_BAR_Z} Barometric presssure altitude z standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 100 | | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 100 | | 3.0 | m | ### LPE_EN (`INT32`) {#LPE_EN} Local position estimator enable (unsupported). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### LPE_EPH_MAX (`FLOAT`) {#LPE_EPH_MAX} Max EPH allowed for GPS initialization. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 5.0 | | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 5.0 | | 3.0 | m | ### LPE_EPV_MAX (`FLOAT`) {#LPE_EPV_MAX} Max EPV allowed for GPS initialization. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 5.0 | | 5.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 5.0 | | 5.0 | m | ### LPE_FAKE_ORIGIN (`INT32`) {#LPE_FAKE_ORIGIN} @@ -22327,63 +24211,72 @@ Enable publishing of a fake global position (e.g for AUTO missions using Optical By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### LPE_FGYRO_HP (`FLOAT`) {#LPE_FGYRO_HP} Flow gyro high pass filter cut off frequency. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 0.001 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 0.001 | Hz | ### LPE_FLW_OFF_Z (`FLOAT`) {#LPE_FLW_OFF_Z} Optical flow z offset from center. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | | 0.0 | m | ### LPE_FLW_QMIN (`INT32`) {#LPE_FLW_QMIN} Optical flow minimum quality threshold. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 150 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 150 | ### LPE_FLW_R (`FLOAT`) {#LPE_FLW_R} Optical flow rotation (roll/pitch) noise gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10.0 | | 7.0 | m/s/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.1 | 10.0 | | 7.0 | m/s/rad | ### LPE_FLW_RR (`FLOAT`) {#LPE_FLW_RR} Optical flow angular velocity noise gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | | 7.0 | m/rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 10.0 | | 7.0 | m/rad | ### LPE_FLW_SCALE (`FLOAT`) {#LPE_FLW_SCALE} Optical flow scale. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10.0 | | 1.3 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 10.0 | | 1.3 | m | ### LPE_FUSION (`INT32`) {#LPE_FUSION} Integer bitmask controlling data fusion. -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) +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) **Bitmask:** @@ -22396,18 +24289,17 @@ Set bits in the following positions to enable: 0 : Set to true to fuse GPS data - `6`: flow gyro compensation - `7`: fuse baro - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 145 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 145 | ### LPE_GPS_DELAY (`FLOAT`) {#LPE_GPS_DELAY} GPS delay compensaton. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.4 | | 0.29 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.4 | | 0.29 | s | ### LPE_GPS_VXY (`FLOAT`) {#LPE_GPS_VXY} @@ -22415,141 +24307,143 @@ GPS xy velocity standard deviation. EPV used if greater than this value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 2 | | 0.25 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 2 | | 0.25 | m/s | ### LPE_GPS_VZ (`FLOAT`) {#LPE_GPS_VZ} GPS z velocity standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 2 | | 0.25 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 2 | | 0.25 | m/s | ### LPE_GPS_XY (`FLOAT`) {#LPE_GPS_XY} Minimum GPS xy standard deviation, uses reported EPH if greater. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 5 | | 1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5 | | 1.0 | m | ### LPE_GPS_Z (`FLOAT`) {#LPE_GPS_Z} Minimum GPS z standard deviation, uses reported EPV if greater. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 200 | | 3.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 200 | | 3.0 | m | ### LPE_LAND_VXY (`FLOAT`) {#LPE_LAND_VXY} Land detector xy velocity standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 10.0 | | 0.05 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 10.0 | | 0.05 | m/s | ### LPE_LAND_Z (`FLOAT`) {#LPE_LAND_Z} Land detector z standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | 10.0 | | 0.03 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.001 | 10.0 | | 0.03 | m | ### LPE_LAT (`FLOAT`) {#LPE_LAT} Local origin latitude for nav w/o GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90 | 90 | | 47.397742 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | --------- | ---- | +|   | -90 | 90 | | 47.397742 | deg | ### LPE_LDR_OFF_Z (`FLOAT`) {#LPE_LDR_OFF_Z} Lidar z offset from center of vehicle +down. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | | 0.00 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | | 0.00 | m | ### LPE_LDR_Z (`FLOAT`) {#LPE_LDR_Z} Lidar z standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1 | | 0.03 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 1 | | 0.03 | m | ### LPE_LON (`FLOAT`) {#LPE_LON} Local origin longitude for nav w/o GPS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 8.545594 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | -------- | ---- | +|   | -180 | 180 | | 8.545594 | deg | ### LPE_LT_COV (`FLOAT`) {#LPE_LT_COV} Minimum landing target standard covariance, uses reported covariance if greater. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | | 0.0001 | m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10 | | 0.0001 | m^2 | ### LPE_PN_B (`FLOAT`) {#LPE_PN_B} Accel bias propagation noise density. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1e-3 | m/s^3/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0 | 1 | | 1e-3 | m/s^3/sqrt(Hz) | ### LPE_PN_P (`FLOAT`) {#LPE_PN_P} Position propagation noise density. -Increase to trust measurements more. Decrease to trust model more. +Increase to trust measurements more. +Decrease to trust model more. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.1 | m/s/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------------ | +|   | 0 | 1 | | 0.1 | m/s/sqrt(Hz) | ### LPE_PN_T (`FLOAT`) {#LPE_PN_T} Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.001 | m/s/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------------ | +|   | 0 | 1 | | 0.001 | m/s/sqrt(Hz) | ### LPE_PN_V (`FLOAT`) {#LPE_PN_V} Velocity propagation noise density. -Increase to trust measurements more. Decrease to trust model more. +Increase to trust measurements more. +Decrease to trust model more. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.1 | m/s^2/sqrt(Hz) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | -------------- | +|   | 0 | 1 | | 0.1 | m/s^2/sqrt(Hz) | ### LPE_SNR_OFF_Z (`FLOAT`) {#LPE_SNR_OFF_Z} Sonar z offset from center of vehicle +down. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | | 0.00 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | | 0.00 | m | ### LPE_SNR_Z (`FLOAT`) {#LPE_SNR_Z} Sonar z standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1 | | 0.05 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 1 | | 0.05 | m | ### LPE_T_MAX_GRADE (`FLOAT`) {#LPE_T_MAX_GRADE} @@ -22557,17 +24451,17 @@ Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 Used to calculate increased terrain random walk nosie due to movement. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | | 1.0 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | | 1.0 | % | ### LPE_VIC_P (`FLOAT`) {#LPE_VIC_P} Vicon position standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0001 | 1 | | 0.001 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0001 | 1 | | 0.001 | m | ### LPE_VIS_DELAY (`FLOAT`) {#LPE_VIS_DELAY} @@ -22575,49 +24469,49 @@ Vision delay compensation. Set to zero to enable automatic compensation from measurement timestamps -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.1 | | 0.1 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.1 | | 0.1 | s | ### LPE_VIS_XY (`FLOAT`) {#LPE_VIS_XY} Vision xy standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1 | | 0.1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 1 | | 0.1 | m | ### LPE_VIS_Z (`FLOAT`) {#LPE_VIS_Z} Vision z standard deviation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 100 | | 0.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 100 | | 0.5 | m | ### LPE_VXY_PUB (`FLOAT`) {#LPE_VXY_PUB} Required velocity xy standard deviation to publish position. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 1.0 | | 0.3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 1.0 | | 0.3 | m/s | ### LPE_X_LP (`FLOAT`) {#LPE_X_LP} Cut frequency for state publication. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 1000 | | 5.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 1000 | | 5.0 | Hz | ### LPE_Z_PUB (`FLOAT`) {#LPE_Z_PUB} Required z standard deviation to publish altitude/ terrain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.3 | 5.0 | | 1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.3 | 5.0 | | 1.0 | m | ## MAVLink @@ -22625,7 +24519,8 @@ Reboot | minValue | maxValue | increment | default | unit Broadcast heartbeats on local network for MAVLink instance 0. -This allows a ground control station to automatically find the drone on the local network. +This allows a ground control station to automatically find the drone +on the local network. **Values:** @@ -22633,10 +24528,9 @@ This allows a ground control station to automatically find the drone on the loca - `1`: Always broadcast - `2`: Only multicast - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### MAV_0_CONFIG (`INT32`) {#MAV_0_CONFIG} @@ -22660,16 +24554,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 101 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 101 | ### MAV_0_FLOW_CTRL (`INT32`) {#MAV_0_FLOW_CTRL} Enable serial flow control for instance 0. -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. +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. **Values:** @@ -22677,36 +24571,41 @@ This is used to force flow control on or off for the the mavlink instance. By de - `1`: Force on - `2`: Auto-detected - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### MAV_0_FORWARD (`INT32`) {#MAV_0_FORWARD} Enable MAVLink Message forwarding for instance 0. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### MAV_0_HL_FREQ (`FLOAT`) {#MAV_0_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | ### MAV_0_MODE (`INT32`) {#MAV_0_MODE} MAVLink Mode for instance 0. -The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the +vehicle's attitude) and their sending rates. **Values:** @@ -22723,56 +24622,65 @@ The MAVLink Mode defines the set of streamed messages (for example the vehicle's - `12`: uAvionix - `13`: Low Bandwidth - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_0_RADIO_CTL (`INT32`) {#MAV_0_RADIO_CTL} Enable software throttling of mavlink on instance 0. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### MAV_0_RATE (`INT32`) {#MAV_0_RATE} Maximum MAVLink sending rate for instance 0. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | | | 1200 | B/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | | | 1200 | B/s | ### MAV_0_REMOTE_PRT (`INT32`) {#MAV_0_REMOTE_PRT} MAVLink Remote Port for instance 0. -If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0. +If ethernet enabled and selected as configuration for MAVLink instance 0, +selected remote port will be set and used in MAVLink instance 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 14550 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 14550 | ### MAV_0_UDP_PRT (`INT32`) {#MAV_0_UDP_PRT} MAVLink Network Port for instance 0. -If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0. +If ethernet enabled and selected as configuration for MAVLink instance 0, +selected udp port will be set and used in MAVLink instance 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 14556 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 14556 | ### MAV_1_BROADCAST (`INT32`) {#MAV_1_BROADCAST} Broadcast heartbeats on local network for MAVLink instance 1. -This allows a ground control station to automatically find the drone on the local network. +This allows a ground control station to automatically find the drone +on the local network. **Values:** @@ -22780,10 +24688,9 @@ This allows a ground control station to automatically find the drone on the loca - `1`: Always broadcast - `2`: Only multicast - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MAV_1_CONFIG (`INT32`) {#MAV_1_CONFIG} @@ -22807,16 +24714,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_1_FLOW_CTRL (`INT32`) {#MAV_1_FLOW_CTRL} Enable serial flow control for instance 1. -This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. +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. **Values:** @@ -22824,36 +24731,41 @@ This is used to force flow control on or off for the the mavlink instance. By de - `1`: Force on - `2`: Auto-detected - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### MAV_1_FORWARD (`INT32`) {#MAV_1_FORWARD} Enable MAVLink Message forwarding for instance 1. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### MAV_1_HL_FREQ (`FLOAT`) {#MAV_1_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 1. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | ### MAV_1_MODE (`INT32`) {#MAV_1_MODE} MAVLink Mode for instance 1. -The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the +vehicle's attitude) and their sending rates. **Values:** @@ -22870,56 +24782,65 @@ The MAVLink Mode defines the set of streamed messages (for example the vehicle's - `12`: uAvionix - `13`: Low Bandwidth - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### MAV_1_RADIO_CTL (`INT32`) {#MAV_1_RADIO_CTL} Enable software throttling of mavlink on instance 1. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### MAV_1_RATE (`INT32`) {#MAV_1_RATE} Maximum MAVLink sending rate for instance 1. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | | | 0 | B/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | | | 0 | B/s | ### MAV_1_REMOTE_PRT (`INT32`) {#MAV_1_REMOTE_PRT} MAVLink Remote Port for instance 1. -If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1. +If ethernet enabled and selected as configuration for MAVLink instance 1, +selected remote port will be set and used in MAVLink instance 1. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_1_UDP_PRT (`INT32`) {#MAV_1_UDP_PRT} MAVLink Network Port for instance 1. -If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1. +If ethernet enabled and selected as configuration for MAVLink instance 1, +selected udp port will be set and used in MAVLink instance 1. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_2_BROADCAST (`INT32`) {#MAV_2_BROADCAST} Broadcast heartbeats on local network for MAVLink instance 2. -This allows a ground control station to automatically find the drone on the local network. +This allows a ground control station to automatically find the drone +on the local network. **Values:** @@ -22927,10 +24848,9 @@ This allows a ground control station to automatically find the drone on the loca - `1`: Always broadcast - `2`: Only multicast - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MAV_2_CONFIG (`INT32`) {#MAV_2_CONFIG} @@ -22954,16 +24874,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_2_FLOW_CTRL (`INT32`) {#MAV_2_FLOW_CTRL} Enable serial flow control for instance 2. -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. +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. **Values:** @@ -22971,36 +24891,41 @@ This is used to force flow control on or off for the the mavlink instance. By de - `1`: Force on - `2`: Auto-detected - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### MAV_2_FORWARD (`INT32`) {#MAV_2_FORWARD} Enable MAVLink Message forwarding for instance 2. -If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### MAV_2_HL_FREQ (`FLOAT`) {#MAV_2_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 2. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | ### MAV_2_MODE (`INT32`) {#MAV_2_MODE} MAVLink Mode for instance 2. -The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the +vehicle's attitude) and their sending rates. **Values:** @@ -23017,88 +24942,99 @@ The MAVLink Mode defines the set of streamed messages (for example the vehicle's - `12`: uAvionix - `13`: Low Bandwidth - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_2_RADIO_CTL (`INT32`) {#MAV_2_RADIO_CTL} Enable software throttling of mavlink on instance 2. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### MAV_2_RATE (`INT32`) {#MAV_2_RATE} Maximum MAVLink sending rate for instance 2. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | | | 0 | B/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | | | 0 | B/s | ### MAV_2_REMOTE_PRT (`INT32`) {#MAV_2_REMOTE_PRT} MAVLink Remote Port for instance 2. -If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2. +If ethernet enabled and selected as configuration for MAVLink instance 2, +selected remote port will be set and used in MAVLink instance 2. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_2_UDP_PRT (`INT32`) {#MAV_2_UDP_PRT} MAVLink Network Port for instance 2. -If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2. +If ethernet enabled and selected as configuration for MAVLink instance 2, +selected udp port will be set and used in MAVLink instance 2. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MAV_COMP_ID (`INT32`) {#MAV_COMP_ID} MAVLink component ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 250 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 250 | | 1 | ### MAV_FWDEXTSP (`INT32`) {#MAV_FWDEXTSP} Forward external setpoint messages. -If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode +If set to 1 incoming external setpoint messages will be directly forwarded +to the controllers if in offboard control mode -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### MAV_HASH_CHK_EN (`INT32`) {#MAV_HASH_CHK_EN} Parameter hash check. -Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously. +Disabling the parameter hash check functionality will make the mavlink instance +stream parameters continuously. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### MAV_HB_FORW_EN (`INT32`) {#MAV_HB_FORW_EN} Heartbeat message forwarding. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### MAV_PROTO_VER (`INT32`) {#MAV_PROTO_VER} @@ -23106,42 +25042,75 @@ MAVLink protocol version. **Values:** -- `0`: Default to 1, switch to 2 if GCS sends version 2 -- `1`: Always use version 1 -- `2`: Always use version 2 +- `1`: Version 1 with auto-upgrade to v2 if detected +- `2`: Version 2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### MAV_RADIO_TOUT (`INT32`) {#MAV_RADIO_TOUT} Timeout in seconds for the RADIO_STATUS reports coming in. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 250 | | 5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 250 | | 5 | s | ### MAV_SIK_RADIO_ID (`INT32`) {#MAV_SIK_RADIO_ID} MAVLink SiK Radio ID. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 240 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 240 | | 0 | ### MAV_SYS_ID (`INT32`) {#MAV_SYS_ID} MAVLink system ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 250 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 250 | | 1 | + +### MAV_S_FORWARD (`INT32`) {#MAV_S_FORWARD} + +Enable MAVLink forwarding on TELEM2. + +TELEM2 on Skynode only. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | + +### MAV_S_MODE (`INT32`) {#MAV_S_MODE} + +MAVLink Mode for SOM to FMU communication channel. + +The MAVLink Mode defines the set of streamed messages (for example the +vehicle's attitude) and their sending rates. + +**Values:** + +- `0`: Normal +- `2`: Onboard +- `5`: Config +- `7`: Minimal +- `11`: Onboard Low Bandwidth +- `13`: Low Bandwidth + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 11 | ### MAV_TYPE (`INT32`) {#MAV_TYPE} @@ -23168,10 +25137,9 @@ MAVLink airframe type. - `22`: VTOL Standard (separate fixed rotors for hover and cruise flight) - `23`: VTOL Tailsitter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 22 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 22 | | 0 | ### MAV_USEHILGPS (`INT32`) {#MAV_USEHILGPS} @@ -23179,9 +25147,9 @@ Use/Accept HIL GPS message even if not in HIL mode. If set to 1 incoming HIL GPS messages are parsed. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ## Magnetometer @@ -23198,10 +25166,9 @@ Defines which averaging mode to use during data polling. - `2`: 4 sample averaging - `3`: 8 sample averaging - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### BMM350_DRIVE (`INT32`) {#BMM350_DRIVE} @@ -23209,9 +25176,9 @@ BMM350 pad drive strength setting. This setting helps avoid signal problems like overshoot or undershoot. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 7 | ### BMM350_ODR (`INT32`) {#BMM350_ODR} @@ -23231,10 +25198,9 @@ Defines which ODR rate to use during data polling. - `7`: 3.125 Hz - `8`: 1.5625 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 3 | ## Magnetometer Bias Estimator @@ -23242,21 +25208,23 @@ Reboot | minValue | maxValue | increment | default | unit Enable online mag bias calibration. -This enables continuous calibration of the magnetometers before takeoff using gyro data. +This enables continuous calibration of the magnetometers +before takeoff using gyro data. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### MBE_LEARN_GAIN (`FLOAT`) {#MBE_LEARN_GAIN} Mag bias estimator learning gain. -Increase to make the estimator more responsive Decrease to make the estimator more robust to noise +Increase to make the estimator more responsive +Decrease to make the estimator more robust to noise -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 100 | 0.1 | 18. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 100 | 0.1 | 18. | ## Manual Control @@ -23264,21 +25232,38 @@ Reboot | minValue | maxValue | increment | default | unit Enable arm/disarm stick gesture. -This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle. +This determines if moving the left stick to the lower right +arms and to the lower left disarms the vehicle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | + +### MAN_DEADZONE (`FLOAT`) {#MAN_DEADZONE} + +Deadzone for sticks (only specific use cases). + +Range around stick center ignored to prevent +vehicle drift from stick hardware inaccuracy. +Does not apply to any precise constant input like +throttle and attitude or rate piloting. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.1 | ### MAN_KILL_GEST_T (`FLOAT`) {#MAN_KILL_GEST_T} Trigger time for kill stick gesture. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 15 | | -1. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 15 | | -1. | s | ## Mission @@ -23286,63 +25271,75 @@ Reboot | minValue | maxValue | increment | default | unit Timeout to allow the payload to execute the mission command. -Ensure: gripper: NAV_CMD_DO_GRIPPER has released before continuing mission. winch: CMD_DO_WINCH has delivered before continuing mission. gimbal: CMD_DO_GIMBAL_MANAGER_PITCHYAW has reached the commanded orientation before beginning to take pictures. +Ensure: +gripper: NAV_CMD_DO_GRIPPER +has released before continuing mission. +winch: CMD_DO_WINCH +has delivered before continuing mission. +gimbal: CMD_DO_GIMBAL_MANAGER_PITCHYAW +has reached the commanded orientation before beginning to take pictures. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 0. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 0. | s | ### MIS_DIST_1WP (`FLOAT`) {#MIS_DIST_1WP} Maximal horizontal distance from Home to first waypoint. -There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. Has no effect on mission validity. Set a value of zero or less to disable. +There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. +Has no effect on mission validity. +Set a value of zero or less to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100000 | 100 | 10000 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100000 | 100 | 10000 | m | ### MIS_LND_ABRT_ALT (`INT32`) {#MIS_LND_ABRT_ALT} Landing abort min altitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 30 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 30 | m | ### MIS_MNT_YAW_CTL (`INT32`) {#MIS_MNT_YAW_CTL} Enable yaw control of the mount. (Only affects multicopters and ROI mission items). -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. +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. **Values:** - `0`: Disable - `1`: Enable - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### MIS_TAKEOFF_ALT (`FLOAT`) {#MIS_TAKEOFF_ALT} Default take-off altitude. -This is the relative altitude the system will take off to if not otherwise specified. +This is the relative altitude the system will take off to +if not otherwise specified. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.5 | 2.5 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | 0.5 | 2.5 | m | ### MIS_TKO_LAND_REQ (`INT32`) {#MIS_TKO_LAND_REQ} Mission takeoff/landing required. -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. +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. **Values:** @@ -23353,28 +25350,30 @@ Specifies if a mission has to contain a takeoff and/or mission landing. Validity - `4`: Require both a takeoff and a landing, or neither - `5`: Same as previous when landed, in-air require landing only if no valid VTOL approach is present - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MIS_YAW_ERR (`FLOAT`) {#MIS_YAW_ERR} Max yaw error in degrees needed for waypoint heading acceptance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 90 | 1 | 12.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 90 | 1 | 12.0 | deg | ### MIS_YAW_TMT (`FLOAT`) {#MIS_YAW_TMT} Time in seconds we wait on reaching target heading at a waypoint if it is forced. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 20 | 1 | -1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 20 | 1 | -1.0 | s | ### MPC_YAW_MODE (`INT32`) {#MPC_YAW_MODE} @@ -23389,38 +25388,39 @@ Heading behavior in autonomous modes. - `4`: towards waypoint (yaw first) - `5`: yaw fixed - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4 | | 0 | ### NAV_ACC_RAD (`FLOAT`) {#NAV_ACC_RAD} Acceptance Radius. -Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance. +Default acceptance radius, overridden by acceptance radius of waypoint if set. +For fixed wing the npfg switch distance is used for horizontal acceptance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 200.0 | 0.5 | 10.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 200.0 | 0.5 | 10.0 | m | ### NAV_FORCE_VT (`INT32`) {#NAV_FORCE_VT} Force VTOL mode takeoff and land. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### NAV_FW_ALTL_RAD (`FLOAT`) {#NAV_FW_ALTL_RAD} FW Altitude Acceptance Radius before a landing. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 200.0 | | 5.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 200.0 | | 5.0 | m | ### NAV_FW_ALT_RAD (`FLOAT`) {#NAV_FW_ALT_RAD} @@ -23428,19 +25428,21 @@ FW Altitude Acceptance Radius. Acceptance radius for fixedwing altitude. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 200.0 | 0.5 | 10.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 200.0 | 0.5 | 10.0 | m | ### NAV_LOITER_RAD (`FLOAT`) {#NAV_LOITER_RAD} Loiter radius (FW only). -Default value of loiter radius in FW mode (e.g. for Loiter mode). +Default value of loiter radius in fixed-wing mode (e.g. for Loiter mode). +The direction of the loiter can be set via the sign: A positive value for +clockwise, negative for counter-clockwise. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 25 | 1000 | 0.5 | 80.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -10000 | 10000 | 0.5 | 80.0 | m | ### NAV_MC_ALT_RAD (`FLOAT`) {#NAV_MC_ALT_RAD} @@ -23448,35 +25450,43 @@ MC Altitude Acceptance Radius. Acceptance radius for multicopter altitude. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 200.0 | 0.5 | 0.8 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 200.0 | 0.5 | 0.8 | m | ### NAV_MIN_GND_DIST (`FLOAT`) {#NAV_MIN_GND_DIST} Minimum height above ground during Mission and RTL. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | 1 | -1. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 1 | -1. | m | ### NAV_MIN_LTR_ALT (`FLOAT`) {#NAV_MIN_LTR_ALT} Minimum Loiter altitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | | 0.5 | -1. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 0.5 | -1. | m | ### NAV_TRAFF_AVOID (`INT32`) {#NAV_TRAFF_AVOID} Set traffic avoidance mode. -Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders +Enabling this will allow the system to respond +to transponder data from e.g. ADSB transponders **Values:** @@ -23486,10 +25496,9 @@ Enabling this will allow the system to respond to transponder data from e.g. ADS - `3`: Land mode - `4`: Position Hold mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### NAV_TRAFF_A_HOR (`FLOAT`) {#NAV_TRAFF_A_HOR} @@ -23497,27 +25506,28 @@ Set NAV TRAFFIC AVOID horizontal distance. Defines a crosstrack horizontal distance -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 500 | | | 500 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 500 | | | 500 | m | ### NAV_TRAFF_A_VER (`FLOAT`) {#NAV_TRAFF_A_VER} Set NAV TRAFFIC AVOID vertical distance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | 500 | | 500 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 10 | 500 | | 500 | m | ### NAV_TRAFF_COLL_T (`INT32`) {#NAV_TRAFF_COLL_T} Estimated time until collision. -Minimum acceptable time until collsion. Assumes constant speed over 3d distance. +Minimum acceptable time until collsion. +Assumes constant speed over 3d distance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 900000000 | | 60 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | --------- | --------- | ------- | ---- | +|   | 1 | 900000000 | | 60 | s | ## Mixer Output @@ -23525,7 +25535,11 @@ Reboot | minValue | maxValue | increment | default | unit Multicopter air-mode. -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. +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. **Values:** @@ -23533,10 +25547,9 @@ The air-mode enables the mixer to increase the total thrust of the multirotor in - `1`: Roll/Pitch - `2`: Roll/Pitch/Yaw - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ## ModalAI Custom Configuration @@ -23544,11 +25557,12 @@ Reboot | minValue | maxValue | increment | default | unit Custom configuration for ModalAI drones. -This can be set to indicate that drone behavior needs to be changed to match a custom setting +This can be set to indicate that drone behavior +needs to be changed to match a custom setting -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ## Mount @@ -23556,7 +25570,9 @@ Reboot | minValue | maxValue | increment | default | unit Stabilize the mount. -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. +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. **Values:** @@ -23564,26 +25580,25 @@ Set to true for servo gimbal, false for passthrough. This is required for a gimb - `1`: Stabilize all axis - `2`: Stabilize yaw for absolute/lock mode. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 0 | ### MNT_LND_P_MAX (`FLOAT`) {#MNT_LND_P_MAX} Pitch maximum when landed. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | 90.0 | deg | ### MNT_LND_P_MIN (`FLOAT`) {#MNT_LND_P_MIN} Pitch minimum when landed. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90.0 | 90.0 | | -90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -90.0 | 90.0 | | -90.0 | deg | ### MNT_MAN_PITCH (`INT32`) {#MNT_MAN_PITCH} @@ -23599,10 +25614,9 @@ Auxiliary channel to control pitch (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 6 | | 0 | ### MNT_MAN_ROLL (`INT32`) {#MNT_MAN_ROLL} @@ -23618,10 +25632,9 @@ Auxiliary channel to control roll (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 6 | | 0 | ### MNT_MAN_YAW (`INT32`) {#MNT_MAN_YAW} @@ -23637,10 +25650,9 @@ Auxiliary channel to control yaw (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 6 | | 0 | ### MNT_MAV_COMPID (`INT32`) {#MNT_MAV_COMPID} @@ -23648,9 +25660,9 @@ Mavlink Component ID of the mount. If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 154 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 154 | ### MNT_MAV_SYSID (`INT32`) {#MNT_MAV_SYSID} @@ -23658,15 +25670,17 @@ Mavlink System ID of the mount. If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ### MNT_MODE_IN (`INT32`) {#MNT_MODE_IN} Mount input mode. -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. +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. **Values:** @@ -23677,16 +25691,16 @@ This is the protocol used between the ground station and the autopilot. Recommen - `3`: MAVLINK_DO_MOUNT (protocol v1, to be deprecated) - `4`: MAVlink gimbal protocol v2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1 | 4 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 4 | | -1 | ### MNT_MODE_OUT (`INT32`) {#MNT_MODE_OUT} Mount output mode. -This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. +This is the protocol used between the autopilot and a connected gimbal. +Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. **Values:** @@ -23694,58 +25708,57 @@ This is the protocol used between the autopilot and a connected gimbal. Recommen - `1`: MAVLink gimbal protocol v1 - `2`: MAVLink gimbal protocol v2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### MNT_OFF_PITCH (`FLOAT`) {#MNT_OFF_PITCH} Offset for pitch channel output in degrees. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -360.0 | 360.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -360.0 | 360.0 | | 0.0 | deg | ### MNT_OFF_ROLL (`FLOAT`) {#MNT_OFF_ROLL} Offset for roll channel output in degrees. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -360.0 | 360.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -360.0 | 360.0 | | 0.0 | deg | ### MNT_OFF_YAW (`FLOAT`) {#MNT_OFF_YAW} Offset for yaw channel output in degrees. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -360.0 | 360.0 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -360.0 | 360.0 | | 0.0 | deg | ### MNT_RANGE_PITCH (`FLOAT`) {#MNT_RANGE_PITCH} Range of pitch channel output in degrees (only in AUX output mode). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 720.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 720.0 | | 90.0 | deg | ### MNT_RANGE_ROLL (`FLOAT`) {#MNT_RANGE_ROLL} Range of roll channel output in degrees (only in AUX output mode). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 720.0 | | 90.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 720.0 | | 90.0 | deg | ### MNT_RANGE_YAW (`FLOAT`) {#MNT_RANGE_YAW} Range of yaw channel output in degrees (only in AUX output mode). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 720.0 | | 360.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 720.0 | | 360.0 | deg | ### MNT_RATE_PITCH (`FLOAT`) {#MNT_RATE_PITCH} @@ -23753,9 +25766,9 @@ Angular pitch rate for manual input in degrees/second. Full stick input [-1..1] translats to [-pitch rate..pitch rate]. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 90.0 | | 30.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1.0 | 90.0 | | 30.0 | deg/s | ### MNT_RATE_YAW (`FLOAT`) {#MNT_RATE_YAW} @@ -23763,9 +25776,9 @@ Angular yaw rate for manual input in degrees/second. Full stick input [-1..1] translats to [-yaw rate..yaw rate]. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 90.0 | | 30.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1.0 | 90.0 | | 30.0 | deg/s | ### MNT_RC_IN_MODE (`INT32`) {#MNT_RC_IN_MODE} @@ -23776,10 +25789,9 @@ Input mode for RC gimbal input. - `0`: Angle - `1`: Angular rate - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 1 | ## Multicopter Acro Mode @@ -23787,21 +25799,25 @@ Reboot | minValue | maxValue | increment | default | unit Acro mode roll, pitch expo factor. -Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve +Exponential factor for tuning the input curve shape. +0 Purely linear input curve +1 Purely cubic input curve -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0. | ### MC_ACRO_EXPO_Y (`FLOAT`) {#MC_ACRO_EXPO_Y} Acro mode yaw expo factor. -Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve +Exponential factor for tuning the input curve shape. +0 Purely linear input curve +1 Purely cubic input curve -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0. | ### MC_ACRO_P_MAX (`FLOAT`) {#MC_ACRO_P_MAX} @@ -23809,9 +25825,9 @@ Acro mode maximum pitch rate. Full stick deflection leads to this rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 100. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 100. | deg/s | ### MC_ACRO_R_MAX (`FLOAT`) {#MC_ACRO_R_MAX} @@ -23819,29 +25835,35 @@ Acro mode maximum roll rate. Full stick deflection leads to this rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 100. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 100. | deg/s | ### MC_ACRO_SUPEXPO (`FLOAT`) {#MC_ACRO_SUPEXPO} Acro mode roll, pitch super expo factor. -"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 +"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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.95 | | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.95 | | 0. | ### MC_ACRO_SUPEXPOY (`FLOAT`) {#MC_ACRO_SUPEXPOY} Acro mode yaw super expo factor. -"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 +"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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.95 | | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.95 | | 0. | ### MC_ACRO_Y_MAX (`FLOAT`) {#MC_ACRO_Y_MAX} @@ -23849,9 +25871,9 @@ Acro mode maximum yaw rate. Full stick deflection leads to this rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 100. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 100. | deg/s | ## Multicopter Attitude Control @@ -23859,11 +25881,15 @@ Reboot | minValue | maxValue | increment | default | unit Max pitch rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 220.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 220.0 | deg/s | ### MC_PITCH_P (`FLOAT`) {#MC_PITCH_P} @@ -23871,19 +25897,23 @@ Pitch P gain. Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 12 | 0.1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 12 | 0.1 | 4.0 | ### MC_ROLLRATE_MAX (`FLOAT`) {#MC_ROLLRATE_MAX} Max roll rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 220.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 220.0 | deg/s | ### MC_ROLL_P (`FLOAT`) {#MC_ROLL_P} @@ -23891,17 +25921,17 @@ Roll P gain. Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 12 | 0.1 | 6.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 12 | 0.1 | 4.0 | ### MC_YAWRATE_MAX (`FLOAT`) {#MC_YAWRATE_MAX} Max yaw rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1800.0 | 5 | 200.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 200.0 | deg/s | ### MC_YAW_P (`FLOAT`) {#MC_YAW_P} @@ -23909,39 +25939,45 @@ Yaw P gain. Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5 | 0.1 | 2.8 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5 | 0.1 | 2.8 | ### MC_YAW_WEIGHT (`FLOAT`) {#MC_YAW_WEIGHT} Yaw weight. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.1 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.1 | 0.4 | ### MPC_YAWRAUTO_ACC (`FLOAT`) {#MPC_YAWRAUTO_ACC} Maximum yaw acceleration in autonomous modes. -Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation. +Limits the acceleration of the yaw setpoint to avoid large +control output and mixer saturation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 360 | 5 | 20. | deg/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 5 | 360 | 5 | 20. | deg/s^2 | ### MPC_YAWRAUTO_MAX (`FLOAT`) {#MPC_YAWRAUTO_MAX} Maximum yaw rate in autonomous modes. -Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation. +Limits the rate of change of the yaw setpoint to avoid large +control output and mixer saturation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 360 | 5 | 60. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 5 | 360 | 5 | 60. | deg/s | ## Multicopter Position Control @@ -23951,9 +25987,9 @@ Average delay of the range sensor message plus the tracking delay of the positio Only used in Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0.4 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.4 | s | ### CP_DIST (`FLOAT`) {#CP_DIST} @@ -23961,9 +25997,9 @@ Minimum distance the vehicle should keep to all obstacles. Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 15 | | -1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 15 | | -1.0 | m | ### CP_GO_NO_DATA (`INT32`) {#CP_GO_NO_DATA} @@ -23971,9 +26007,9 @@ Boolean to allow moving into directions where there is no sensor data (outside F Only used in Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### CP_GUIDE_ANG (`FLOAT`) {#CP_GUIDE_ANG} @@ -23981,9 +26017,9 @@ Angle left/right from the commanded setpoint by which the collision prevention a Only used in Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 90 | | 30. | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 90 | | 30. | deg | ### MC_MAN_TILT_TAU (`FLOAT`) {#MC_MAN_TILT_TAU} @@ -23991,27 +26027,29 @@ Manual tilt input filter time constant. Setting this parameter to 0 disables the filter -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | | 0.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | | 0.0 | s | ### MPC_ACC_DECOUPLE (`INT32`) {#MPC_ACC_DECOUPLE} Acceleration to tilt coupling. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### MPC_ACC_DOWN_MAX (`FLOAT`) {#MPC_ACC_DOWN_MAX} Maximum downwards acceleration in climb rate controlled modes. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 15 | 1 | 3. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 3. | m/s^2 | ### MPC_ACC_HOR (`FLOAT`) {#MPC_ACC_HOR} @@ -24019,33 +26057,41 @@ Acceleration for autonomous and for manual modes. When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 15 | 1 | 3. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 3. | m/s^2 | ### MPC_ACC_HOR_MAX (`FLOAT`) {#MPC_ACC_HOR_MAX} Maximum horizontal acceleration. -MPC_POS_MODE 1 just deceleration 4 not used, use MPC_ACC_HOR instead +MPC_POS_MODE +1 just deceleration +4 not used, use MPC_ACC_HOR instead -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 15 | 1 | 5. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 5. | m/s^2 | ### MPC_ACC_UP_MAX (`FLOAT`) {#MPC_ACC_UP_MAX} Maximum upwards acceleration in climb rate controlled modes. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 15 | 1 | 4. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 4. | m/s^2 | ### MPC_ALT_MODE (`INT32`) {#MPC_ALT_MODE} Altitude reference mode. -Control height 0: relative earth frame origin which may drift due to sensors 1: relative to ground (requires distance sensor) which changes with terrain variation. It will revert to relative earth frame if the distance to ground estimate becomes invalid. 2: relative to ground (requires distance sensor) when stationary and relative to earth frame when moving horizontally. The speed threshold is MPC_HOLD_MAX_XY +Control height +0: relative earth frame origin which may drift due to sensors +1: relative to ground (requires distance sensor) which changes with terrain variation. +It will revert to relative earth frame if the distance to ground estimate becomes invalid. +2: relative to ground (requires distance sensor) when stationary +and relative to earth frame when moving horizontally. +The speed threshold is MPC_HOLD_MAX_XY **Values:** @@ -24053,20 +26099,9 @@ Control height 0: relative earth frame origin which may drift due to sensors 1: - `1`: Terrain following - `2`: Terrain hold - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 2 | - -### MPC_HOLD_DZ (`FLOAT`) {#MPC_HOLD_DZ} - -Deadzone for sticks in manual piloted modes. - -Does not apply to manual throttle and direct attitude piloting by stick. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 2 | ### MPC_HOLD_MAX_XY (`FLOAT`) {#MPC_HOLD_MAX_XY} @@ -24074,9 +26109,9 @@ Maximum horizontal velocity for which position hold is enabled (use 0 to disable Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0.8 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0.8 | m/s | ### MPC_HOLD_MAX_Z (`FLOAT`) {#MPC_HOLD_MAX_Z} @@ -24084,59 +26119,68 @@ Maximum vertical velocity for which position hold is enabled (use 0 to disable c Only used with MPC_ALT_MODE 1 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0.6 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0.6 | m/s | ### MPC_JERK_AUTO (`FLOAT`) {#MPC_JERK_AUTO} Jerk limit in autonomous modes. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 80 | 1 | 4. | m/s^3 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1 | 80 | 1 | 4. | m/s^3 | ### MPC_JERK_MAX (`FLOAT`) {#MPC_JERK_MAX} Maximum horizontal and vertical jerk in Position/Altitude mode. -Limit the maximum jerk (acceleration change) of the vehicle. A lower value leads to smoother motions but limits agility. Setting this to the maximum value essentially disables the limit. Only used with MPC_POS_MODE Acceleration based. +Limit the maximum jerk (acceleration change) of the vehicle. +A lower value leads to smoother motions but limits agility. +Setting this to the maximum value essentially disables the limit. +Only used with MPC_POS_MODE Acceleration based. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 500 | 1 | 8. | m/s^3 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.5 | 500 | 1 | 8. | m/s^3 | ### MPC_LAND_ALT1 (`FLOAT`) {#MPC_LAND_ALT1} Altitude for 1. step of slow landing (descend). -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" +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" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 122 | | 10. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 122 | | 10. | m | ### MPC_LAND_ALT2 (`FLOAT`) {#MPC_LAND_ALT2} Altitude for 2. step of slow landing (landing). -Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1" +Below this altitude descending velocity gets +limited to "MPC_LAND_SPEED" +Value needs to be lower than "MPC_LAND_ALT1" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 122 | | 5. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 122 | | 5. | m | ### MPC_LAND_ALT3 (`FLOAT`) {#MPC_LAND_ALT3} Altitude for 3. step of slow landing. -If a valid distance sensor measurement to the ground is available, limit descending velocity to "MPC_LAND_CRWL" below this altitude. +If a valid distance sensor measurement to the ground is available, +limit descending velocity to "MPC_LAND_CRWL" below this altitude. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 122 | | 1. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 122 | | 1. | m | ### MPC_LAND_CRWL (`FLOAT`) {#MPC_LAND_CRWL} @@ -24144,101 +26188,126 @@ Land crawl descend rate. Used below MPC_LAND_ALT3 if distance sensor data is availabe. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | | 0.3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | | 0.3 | m/s | ### MPC_LAND_RADIUS (`FLOAT`) {#MPC_LAND_RADIUS} User assisted landing radius. -When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point. +When nudging is enabled (see MPC_LAND_RC_HELP), this defines the maximum +allowed horizontal displacement from the original landing point. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 1 | 1000. | m +- If inside of the radius, only allow nudging inputs that do not move the vehicle outside of it. +- If outside of the radius, only allow nudging inputs that move the vehicle back towards it. + Set it to -1 for infinite radius. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | | 1 | -1.0 | m | ### MPC_LAND_RC_HELP (`INT32`) {#MPC_LAND_RC_HELP} Enable nudging based on user input during autonomous land routine. -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). +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). **Values:** - `0`: Nudging disabled - `1`: Nudging enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### MPC_LAND_SPEED (`FLOAT`) {#MPC_LAND_SPEED} Landing descend rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.6 | | | 0.7 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.6 | | | 0.7 | m/s | ### MPC_MANTHR_MIN (`FLOAT`) {#MPC_MANTHR_MIN} Minimum collective thrust in Stabilized mode. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.08 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.08 | norm | ### MPC_MAN_TILT_MAX (`FLOAT`) {#MPC_MAN_TILT_MAX} -Maximal tilt angle in Stabilized or Altitude mode. +Maximal tilt angle in Stabilized, Altitude and Altitude Cruise mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 70 | 1 | 35. | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 70 | 1 | 35. | deg | ### MPC_MAN_Y_MAX (`FLOAT`) {#MPC_MAN_Y_MAX} Max manual yaw rate for Stabilized, Altitude, Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 400 | 10 | 150. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 400 | 10 | 150. | deg/s | ### MPC_MAN_Y_TAU (`FLOAT`) {#MPC_MAN_Y_TAU} Manual yaw rate input filter time constant. -Not used in Stabilized mode Setting this parameter to 0 disables the filter +Not used in Stabilized mode +Setting this parameter to 0 disables the filter -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 5 | 0.01 | 0.08 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | 0.01 | 0.08 | s | ### MPC_POS_MODE (`INT32`) {#MPC_POS_MODE} Position/Altitude mode variant. -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. Acceleration based: Sticks map to acceleration and there's a virtual brake drag +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. +Acceleration based: +Sticks map to acceleration and there's a virtual brake drag **Values:** - `0`: Direct velocity - `4`: Acceleration based - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 4 | ### MPC_THR_CURVE (`INT32`) {#MPC_THR_CURVE} Thrust curve mapping in Stabilized Mode. -Defines how the throttle stick is mapped to collective thrust in Stabilized mode. Rescale to hover thrust estimate: Stick input is linearly rescaled, such that a centered throttle stick corresponds to the hover thrust estimator's output. No rescale: Directly map the stick 1:1 to the output. Can be useful with very low hover thrust which leads to much distortion and the upper half getting sensitive. Rescale to hover thrust parameter: Similar to rescaling to the hover thrust estimate, but it uses the hover thrust parameter value (see MPC_THR_HOVER) instead of estimated value. With MPC_THR_HOVER 0.5 it's equivalent to No rescale. +Defines how the throttle stick is mapped to collective thrust in Stabilized mode. +Rescale to hover thrust estimate: +Stick input is linearly rescaled, such that a centered throttle stick corresponds to the hover thrust estimator's output. +No rescale: +Directly map the stick 1:1 to the output. +Can be useful with very low hover thrust which leads to much distortion and the upper half getting sensitive. +Rescale to hover thrust parameter: +Similar to rescaling to the hover thrust estimate, but it uses the hover thrust parameter value (see MPC_THR_HOVER) instead of estimated value. +With MPC_THR_HOVER 0.5 it's equivalent to No rescale. **Values:** @@ -24246,20 +26315,22 @@ Defines how the throttle stick is mapped to collective thrust in Stabilized mode - `1`: No rescale - `2`: Rescale to parameter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MPC_THR_HOVER (`FLOAT`) {#MPC_THR_HOVER} Vertical thrust required to hover. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 0.8 | 0.01 | 0.5 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 0.8 | 0.01 | 0.5 | norm | ### MPC_THR_MAX (`FLOAT`) {#MPC_THR_MAX} @@ -24267,39 +26338,43 @@ Maximum collective thrust in climb rate controlled modes. Limit allowed thrust e.g. for indoor test of overpowered vehicle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.05 | 1. | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.05 | 1. | norm | ### MPC_THR_MIN (`FLOAT`) {#MPC_THR_MIN} Minimum collective thrust in climb rate controlled modes. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.05 | 0.5 | 0.01 | 0.12 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.05 | 0.5 | 0.01 | 0.12 | norm | ### MPC_THR_XY_MARG (`FLOAT`) {#MPC_THR_XY_MARG} Horizontal thrust margin. -Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error. +Margin that is kept for horizontal control when higher priority vertical thrust is saturated. +To avoid completely starving horizontal control with high vertical error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.5 | 0.01 | 0.3 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.5 | 0.01 | 0.3 | norm | ### MPC_TILTMAX_AIR (`FLOAT`) {#MPC_TILTMAX_AIR} Maximum tilt angle in air. -Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated. +Absolute maximum for all velocity or acceleration controlled modes. +Any higher value is truncated. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 20 | 89 | 1 | 45. | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 20 | 89 | 1 | 45. | deg | ### MPC_TILTMAX_LND (`FLOAT`) {#MPC_TILTMAX_LND} @@ -24307,37 +26382,40 @@ Maximum tilt during inital takeoff ramp. Tighter tilt limit during takeoff to avoid tip over. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 89 | 1 | 12. | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 89 | 1 | 12. | deg | ### MPC_TKO_RAMP_T (`FLOAT`) {#MPC_TKO_RAMP_T} Smooth takeoff ramp time constant. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 5 | | 3. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | | 3. | s | ### MPC_TKO_SPEED (`FLOAT`) {#MPC_TKO_SPEED} Takeoff climb rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 5 | | 1.5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 5 | | 1.5 | m/s | ### MPC_USE_HTE (`INT32`) {#MPC_USE_HTE} Use hover thrust estimate for altitude control. -Disable to use the fixed parameter MPC_THR_HOVER instead of the hover thrust estimate in the position controller. This parameter does not influence Stabilized mode throttle curve (see MPC_THR_CURVE). +Disable to use the fixed parameter MPC_THR_HOVER instead of the hover thrust estimate in the position controller. +This parameter does not influence Stabilized mode throttle curve (see MPC_THR_CURVE). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### MPC_VELD_LP (`FLOAT`) {#MPC_VELD_LP} @@ -24345,9 +26423,9 @@ Velocity derivative low pass cutoff frequency. A value of 0 disables the filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | 0.5 | 5.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | 0.5 | 5.0 | Hz | ### MPC_VEL_LP (`FLOAT`) {#MPC_VEL_LP} @@ -24355,39 +26433,43 @@ Velocity low pass cutoff frequency. A value of 0 disables the filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | 0.5 | 0.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | 0.5 | 0.0 | Hz | ### MPC_VEL_MANUAL (`FLOAT`) {#MPC_VEL_MANUAL} Maximum horizontal velocity setpoint in Position mode. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 3 | 20 | 1 | 10. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 3 | 20 | 1 | 10. | m/s | ### MPC_VEL_MAN_BACK (`FLOAT`) {#MPC_VEL_MAN_BACK} Maximum backward velocity in Position mode. -If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. +If set to a negative value or larger than +MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 20 | 1 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 20 | 1 | -1. | m/s | ### MPC_VEL_MAN_SIDE (`FLOAT`) {#MPC_VEL_MAN_SIDE} Maximum sideways velocity in Position mode. -If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. +If set to a negative value or larger than +MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 20 | 1 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 20 | 1 | -1. | m/s | ### MPC_VEL_NF_BW (`FLOAT`) {#MPC_VEL_NF_BW} @@ -24395,19 +26477,20 @@ Velocity notch filter bandwidth. A value of 0 disables the filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | 0.5 | 5.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | 0.5 | 5.0 | Hz | ### MPC_VEL_NF_FRQ (`FLOAT`) {#MPC_VEL_NF_FRQ} Velocity notch filter frequency. -The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter. +The center frequency for the 2nd order notch filter on the velocity. +A value of 0 disables the filter. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | 0.5 | 0.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | 0.5 | 0.0 | Hz | ### MPC_XY_CRUISE (`FLOAT`) {#MPC_XY_CRUISE} @@ -24415,29 +26498,24 @@ Default horizontal velocity in autonomous modes. e.g. in Missions, RTL, Goto if the waypoint does not specify differently -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 3 | 20 | 1 | 5. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 3 | 20 | 1 | 5. | m/s | ### MPC_XY_ERR_MAX (`FLOAT`) {#MPC_XY_ERR_MAX} Maximum horizontal error allowed by the trajectory generator. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10 | 1 | 2. | - -### MPC_XY_MAN_EXPO (`FLOAT`) {#MPC_XY_MAN_EXPO} - -Manual position control stick exponential curve sensitivity. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.6 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 10 | 1 | 2. | ### MPC_XY_P (`FLOAT`) {#MPC_XY_P} @@ -24445,27 +26523,29 @@ Proportional gain for horizontal position error. Defined as corrective velocity in m/s per m position error -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | 0.1 | 0.95 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | 0.1 | 0.95 | ### MPC_XY_TRAJ_P (`FLOAT`) {#MPC_XY_TRAJ_P} Proportional gain for horizontal trajectory position error. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1 | 0.1 | 0.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1 | 0.1 | 0.5 | ### MPC_XY_VEL_ALL (`FLOAT`) {#MPC_XY_VEL_ALL} Overall Horizontal Velocity Limit. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -20 | 20 | 1 | -10. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -20 | 20 | 1 | -10. | ### MPC_XY_VEL_D_ACC (`FLOAT`) {#MPC_XY_VEL_D_ACC} @@ -24473,29 +26553,31 @@ Differential gain for horizontal velocity error. Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 2 | 0.02 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 2 | 0.02 | 0.2 | ### MPC_XY_VEL_I_ACC (`FLOAT`) {#MPC_XY_VEL_I_ACC} Integral gain for horizontal velocity error. -Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind. +Defined as correction acceleration in m/s^2 per m velocity integral +Allows to eliminate steady state errors in disturbances like wind. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 60 | 0.02 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 60 | 0.02 | 0.4 | ### MPC_XY_VEL_MAX (`FLOAT`) {#MPC_XY_VEL_MAX} Maximum horizontal velocity. -Absolute maximum for all velocity controlled modes. Any higher value is truncated. +Absolute maximum for all velocity controlled modes. +Any higher value is truncated. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 20 | 1 | 12. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 20 | 1 | 12. | m/s | ### MPC_XY_VEL_P_ACC (`FLOAT`) {#MPC_XY_VEL_P_ACC} @@ -24503,29 +26585,9 @@ Proportional gain for horizontal velocity error. Defined as corrective acceleration in m/s^2 per m/s velocity error -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.2 | 5 | 0.1 | 1.8 | - -### MPC_YAW_EXPO (`FLOAT`) {#MPC_YAW_EXPO} - -Manual control stick yaw rotation exponential curve. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.6 | - -### MPC_Z_MAN_EXPO (`FLOAT`) {#MPC_Z_MAN_EXPO} - -Manual control stick vertical exponential curve. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.6 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.2 | 5 | 0.1 | 1.8 | ### MPC_Z_P (`FLOAT`) {#MPC_Z_P} @@ -24533,19 +26595,21 @@ Proportional gain for vertical position error. Defined as corrective velocity in m/s per m position error -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 1.5 | 0.1 | 1. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1.5 | 0.1 | 1. | ### MPC_Z_VEL_ALL (`FLOAT`) {#MPC_Z_VEL_ALL} Overall Vertical Velocity Limit. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -3 | 8 | 0.5 | -3. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -3 | 8 | 0.5 | -3. | ### MPC_Z_VEL_D_ACC (`FLOAT`) {#MPC_Z_VEL_D_ACC} @@ -24553,9 +26617,9 @@ Differential gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | 0.02 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | 0.02 | 0. | ### MPC_Z_VEL_I_ACC (`FLOAT`) {#MPC_Z_VEL_I_ACC} @@ -24563,29 +26627,33 @@ Integral gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m velocity integral -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.2 | 3 | 0.1 | 2. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.2 | 3 | 0.1 | 2. | ### MPC_Z_VEL_MAX_DN (`FLOAT`) {#MPC_Z_VEL_MAX_DN} Maximum descent velocity. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 4 | 0.1 | 1.5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 4 | 0.1 | 1.5 | m/s | ### MPC_Z_VEL_MAX_UP (`FLOAT`) {#MPC_Z_VEL_MAX_UP} Maximum ascent velocity. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 8 | 0.1 | 3. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 8 | 0.1 | 3. | m/s | ### MPC_Z_VEL_P_ACC (`FLOAT`) {#MPC_Z_VEL_P_ACC} @@ -24593,9 +26661,9 @@ Proportional gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m/s velocity error -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 2 | 15 | 0.1 | 4. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 2 | 15 | 0.1 | 4. | ### MPC_Z_V_AUTO_DN (`FLOAT`) {#MPC_Z_V_AUTO_DN} @@ -24603,9 +26671,9 @@ Descent velocity in autonomous modes. For manual modes and offboard, see MPC_Z_VEL_MAX_DN -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 4 | 0.5 | 1.5 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 4 | 0.5 | 1.5 | m/s | ### MPC_Z_V_AUTO_UP (`FLOAT`) {#MPC_Z_V_AUTO_UP} @@ -24613,43 +26681,55 @@ Ascent velocity in autonomous modes. For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 8 | 0.5 | 3. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 8 | 0.5 | 3. | m/s | + +### SC_MAN_TILT_MAX (`FLOAT`) {#SC_MAN_TILT_MAX} + +Maximal tilt angle in Stabilized or Manual mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 90 | 1 | 90. | deg | ### SYS_VEHICLE_RESP (`FLOAT`) {#SYS_VEHICLE_RESP} Responsiveness. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.05 | -0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.05 | -0.4 | ### WV_EN (`INT32`) {#WV_EN} Enable weathervane. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### WV_ROLL_MIN (`FLOAT`) {#WV_ROLL_MIN} Minimum roll angle setpoint for weathervane controller to demand a yaw-rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 5 | | 1.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | | 1.0 | deg | ### WV_YRATE_MAX (`FLOAT`) {#WV_YRATE_MAX} Maximum yawrate the weathervane controller is allowed to demand. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 120 | | 90.0 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 120 | | 90.0 | deg/s | ## Multicopter Position Slow Mode @@ -24657,31 +26737,37 @@ Reboot | minValue | maxValue | increment | default | unit Default horizontal velocity limit. -This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. +This value is used in slow mode if +no aux channel is mapped and +no limit is commanded through MAVLink. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | 3. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | 3. | m/s | ### MC_SLOW_DEF_VVEL (`FLOAT`) {#MC_SLOW_DEF_VVEL} Default vertical velocity limit. -This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. +This value is used in slow mode if +no aux channel is mapped and +no limit is commanded through MAVLink. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | 1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | 1. | m/s | ### MC_SLOW_DEF_YAWR (`FLOAT`) {#MC_SLOW_DEF_YAWR} Default yaw rate limit. -This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. +This value is used in slow mode if +no aux channel is mapped and +no limit is commanded through MAVLink. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | | 0.1 | 45. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1 | | 0.1 | 45. | deg/s | ### MC_SLOW_MAP_HVEL (`INT32`) {#MC_SLOW_MAP_HVEL} @@ -24697,10 +26783,9 @@ Manual input mapped to scale horizontal velocity in position slow mode. - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MC_SLOW_MAP_PTCH (`INT32`) {#MC_SLOW_MAP_PTCH} @@ -24716,10 +26801,9 @@ RC_MAP_AUX{N} to allow for gimbal pitch rate control in position slow mode. - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MC_SLOW_MAP_VVEL (`INT32`) {#MC_SLOW_MAP_VVEL} @@ -24735,10 +26819,9 @@ Manual input mapped to scale vertical velocity in position slow mode. - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MC_SLOW_MAP_YAWR (`INT32`) {#MC_SLOW_MAP_YAWR} @@ -24754,10 +26837,9 @@ Manual input mapped to scale yaw rate in position slow mode. - `5`: AUX5 - `6`: AUX6 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### MC_SLOW_MIN_HVEL (`FLOAT`) {#MC_SLOW_MIN_HVEL} @@ -24765,9 +26847,9 @@ Horizontal velocity lower limit. The lowest input maps and is clamped to this velocity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | .3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | .3 | m/s | ### MC_SLOW_MIN_VVEL (`FLOAT`) {#MC_SLOW_MIN_VVEL} @@ -24775,9 +26857,9 @@ Vertical velocity lower limit. The lowest input maps and is clamped to this velocity. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | .3 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | .3 | m/s | ### MC_SLOW_MIN_YAWR (`FLOAT`) {#MC_SLOW_MIN_YAWR} @@ -24785,9 +26867,9 @@ Yaw rate lower limit. The lowest input maps and is clamped to this rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | | 0.1 | 3. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1 | | 0.1 | 3. | deg/s | ## Multicopter Rate Control @@ -24795,11 +26877,15 @@ Reboot | minValue | maxValue | increment | default | unit Battery power level scaler. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### MC_PITCHRATE_D (`FLOAT`) {#MC_PITCHRATE_D} @@ -24807,9 +26893,9 @@ Pitch rate D gain. Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.0005 | 0.003 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.0005 | 0.003 | ### MC_PITCHRATE_FF (`FLOAT`) {#MC_PITCHRATE_FF} @@ -24817,9 +26903,9 @@ Pitch rate feedforward. Improves tracking performance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | ### MC_PITCHRATE_I (`FLOAT`) {#MC_PITCHRATE_I} @@ -24827,19 +26913,26 @@ Pitch rate I gain. Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.2 | ### MC_PITCHRATE_K (`FLOAT`) {#MC_PITCHRATE_K} Pitch rate controller gain. -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. +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 5.0 | 0.0005 | 1.0 | +- 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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | 0.0005 | 1.0 | ### MC_PITCHRATE_P (`FLOAT`) {#MC_PITCHRATE_P} @@ -24847,9 +26940,9 @@ Pitch rate P gain. Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 0.6 | 0.01 | 0.15 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 0.6 | 0.01 | 0.15 | ### MC_PR_INT_LIM (`FLOAT`) {#MC_PR_INT_LIM} @@ -24857,9 +26950,9 @@ 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.30 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.30 | ### MC_ROLLRATE_D (`FLOAT`) {#MC_ROLLRATE_D} @@ -24867,9 +26960,9 @@ Roll rate D gain. Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.01 | 0.0005 | 0.003 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 0.01 | 0.0005 | 0.003 | ### MC_ROLLRATE_FF (`FLOAT`) {#MC_ROLLRATE_FF} @@ -24877,9 +26970,9 @@ Roll rate feedforward. Improves tracking performance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | ### MC_ROLLRATE_I (`FLOAT`) {#MC_ROLLRATE_I} @@ -24887,19 +26980,26 @@ Roll rate I gain. Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.2 | ### MC_ROLLRATE_K (`FLOAT`) {#MC_ROLLRATE_K} Roll rate controller gain. -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. +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 5.0 | 0.0005 | 1.0 | +- 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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | 0.0005 | 1.0 | ### MC_ROLLRATE_P (`FLOAT`) {#MC_ROLLRATE_P} @@ -24907,9 +27007,9 @@ Roll rate P gain. Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 0.5 | 0.01 | 0.15 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 0.5 | 0.01 | 0.15 | ### MC_RR_INT_LIM (`FLOAT`) {#MC_RR_INT_LIM} @@ -24917,9 +27017,9 @@ 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.30 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.30 | ### MC_YAWRATE_D (`FLOAT`) {#MC_YAWRATE_D} @@ -24927,9 +27027,9 @@ Yaw rate D gain. Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.0005 | 0.0 | ### MC_YAWRATE_FF (`FLOAT`) {#MC_YAWRATE_FF} @@ -24937,9 +27037,9 @@ Yaw rate feedforward. Improves tracking performance. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | ### MC_YAWRATE_I (`FLOAT`) {#MC_YAWRATE_I} @@ -24947,19 +27047,26 @@ Yaw rate I gain. Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.1 | ### MC_YAWRATE_K (`FLOAT`) {#MC_YAWRATE_K} Yaw rate controller gain. -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. +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5.0 | 0.0005 | 1.0 | +- 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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | 0.0005 | 1.0 | ### MC_YAWRATE_P (`FLOAT`) {#MC_YAWRATE_P} @@ -24967,19 +27074,20 @@ Yaw rate P gain. Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 0.6 | 0.01 | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 0.6 | 0.01 | 0.2 | ### MC_YAW_TQ_CUTOFF (`FLOAT`) {#MC_YAW_TQ_CUTOFF} Low pass filter cutoff frequency for yaw torque setpoint. -Reduces vibrations by lowering high frequency torque caused by rotor acceleration. 0 disables the filter +Reduces vibrations by lowering high frequency torque caused by rotor acceleration. +0 disables the filter -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10 | | 2. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | | 2. | Hz | ### MC_YR_INT_LIM (`FLOAT`) {#MC_YR_INT_LIM} @@ -24987,9 +27095,51 @@ 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.30 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.30 | + +## Neural Control + +### MC_NN_EN (`INT32`) {#MC_NN_EN} + +If true the neural network control is automatically started on boot. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | + +### MC_NN_MANL_CTRL (`INT32`) {#MC_NN_MANL_CTRL} + +Enable or disable setting the trajectory setpoint with manual control. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### MC_NN_MAX_RPM (`INT32`) {#MC_NN_MAX_RPM} + +The maximum RPM of the motors. Used to normalize the output of the neural network. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 80000 | | 22000 | + +### MC_NN_MIN_RPM (`INT32`) {#MC_NN_MIN_RPM} + +The minimum RPM of the motors. Used to normalize the output of the neural network. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 80000 | | 1000 | + +### MC_NN_THRST_COEF (`FLOAT`) {#MC_NN_THRST_COEF} + +Thrust coefficient of the motors. Used to normalize the output of the neural network. Divided by 100 000. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5.0 | | 1.2 | ## OSD @@ -25014,16 +27164,16 @@ Configure on which serial port to run MSP OSD. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### OSD_ATXXXX_CFG (`INT32`) {#OSD_ATXXXX_CFG} Enable/Disable the ATXXX OSD Chip. -Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and select the transmission standard. +Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and +select the transmission standard. **Values:** @@ -25031,20 +27181,21 @@ Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and select the - `1`: NTSC - `2`: PAL - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### OSD_CH_HEIGHT (`INT32`) {#OSD_CH_HEIGHT} OSD Crosshairs Height. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -8 | 8 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -8 | 8 | | 0 | ### OSD_DWELL_TIME (`INT32`) {#OSD_DWELL_TIME} @@ -25052,9 +27203,9 @@ OSD Dwell Time (ms). Amount of time in milliseconds to dwell at the beginning of the display, when scrolling. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 100 | 10000 | | 500 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 100 | 10000 | | 500 | ### OSD_LOG_LEVEL (`INT32`) {#OSD_LOG_LEVEL} @@ -25062,19 +27213,30 @@ OSD Warning Level. Minimum security of log level to display on the OSD. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 3 | + +### OSD_RC_STICK (`INT32`) {#OSD_RC_STICK} + +OSD RC Stick commands. + +Forward RC stick input to VTX when disarmed + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 1 | ### OSD_SCROLL_RATE (`INT32`) {#OSD_SCROLL_RATE} OSD Scroll Rate (ms). -Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module. +Scroll rate in milliseconds for OSD messages longer than available character width. +This is lower-bounded by the nominal loop rate of this module. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 100 | 1000 | | 125 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 100 | 1000 | | 125 | ### OSD_SYMBOLS (`INT32`) {#OSD_SYMBOLS} @@ -25107,10 +27269,9 @@ Configure / toggle support display options. - `20`: (unused) HORIZON_SIDEBARS - `21`: POWER - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4194303 | | 16383 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4194303 | | 16383 | ## PWM Outputs @@ -25120,39 +27281,38 @@ S.BUS out. Set to 1 to enable S.BUS version 1 output instead of RSSI. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### THR_MDL_FAC (`FLOAT`) {#THR_MDL_FAC} Thrust to motor control signal model parameter. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.1 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.1 | 0.0 | ## Payload Deliverer -### PD_GRIPPER_EN (`INT32`) {#PD_GRIPPER_EN} - -Enable Gripper actuation in Payload Deliverer. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | - ### PD_GRIPPER_TO (`FLOAT`) {#PD_GRIPPER_TO} Timeout for successful gripper actuation acknowledgement. -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 3 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 1 | s | ### PD_GRIPPER_TYPE (`INT32`) {#PD_GRIPPER_TYPE} @@ -25163,10 +27323,9 @@ Type of Gripper (Servo, etc.). - `-1`: Undefined - `0`: Servo - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 0 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 0 | | 0 | ## Precision Land @@ -25176,9 +27335,9 @@ Landing Target Timeout. Time after which the landing target is considered lost without any new measurements. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 50 | 0.5 | 5.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 50 | 0.5 | 5.0 | s | ### PLD_FAPPR_ALT (`FLOAT`) {#PLD_FAPPR_ALT} @@ -25186,9 +27345,9 @@ Final approach altitude. Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.1 | 0.1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10 | 0.1 | 0.1 | m | ### PLD_HACC_RAD (`FLOAT`) {#PLD_HACC_RAD} @@ -25196,9 +27355,9 @@ Horizontal acceptance radius. Start descending if closer above landing target than this. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10 | 0.1 | 0.2 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10 | 0.1 | 0.2 | m | ### PLD_MAX_SRCH (`INT32`) {#PLD_MAX_SRCH} @@ -25206,9 +27365,9 @@ Maximum number of search attempts. Maximum number of times to search for the landing target if it is lost during the precision landing. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | | 3 | ### PLD_SRCH_ALT (`FLOAT`) {#PLD_SRCH_ALT} @@ -25216,9 +27375,9 @@ Search altitude. Altitude above home to which to climb when searching for the landing target. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100 | 0.1 | 10.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 100 | 0.1 | 10.0 | m | ### PLD_SRCH_TOUT (`FLOAT`) {#PLD_SRCH_TOUT} @@ -25226,9 +27385,9 @@ Search timeout. Time allowed to search for the landing target before falling back to normal landing. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100 | 0.1 | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 100 | 0.1 | 10.0 | s | ## Pure Pursuit @@ -25238,25 +27397,25 @@ Tuning parameter for the pure pursuit controller. Lower value -> More aggressive controller (beware overshoot/oscillations) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 100 | 0.01 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 100 | 0.01 | 1.0 | ### PP_LOOKAHD_MAX (`FLOAT`) {#PP_LOOKAHD_MAX} Maximum lookahead distance for the pure pursuit controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 100 | 0.01 | 10.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 100 | 0.01 | 10.0 | m | ### PP_LOOKAHD_MIN (`FLOAT`) {#PP_LOOKAHD_MIN} Minimum lookahead distance for the pure pursuit controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 100 | 0.01 | 1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 100 | 0.01 | 1.0 | m | ## RC @@ -25266,9 +27425,9 @@ Crossfire RC telemetry enable. Crossfire telemetry enable -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### RC_GHST_TEL_EN (`INT32`) {#RC_GHST_TEL_EN} @@ -25276,9 +27435,9 @@ Ghost RC telemetry enable. Ghost telemetry enable -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ## RC Input @@ -25300,32 +27459,21 @@ Select your RC input protocol or auto to scan. - `6`: CRSF - `7`: GHST - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 7 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 7 | | -1 | ## Radio Calibration -### RC10_DZ (`FLOAT`) {#RC10_DZ} - -RC channel 10 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | - ### RC10_MAX (`FLOAT`) {#RC10_MAX} RC channel 10 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC10_MIN (`FLOAT`) {#RC10_MIN} @@ -25333,9 +27481,9 @@ RC channel 10 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC10_REV (`FLOAT`) {#RC10_REV} @@ -25348,10 +27496,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC10_TRIM (`FLOAT`) {#RC10_TRIM} @@ -25359,19 +27506,9 @@ RC channel 10 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC11_DZ (`FLOAT`) {#RC11_DZ} - -RC channel 11 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC11_MAX (`FLOAT`) {#RC11_MAX} @@ -25379,9 +27516,9 @@ RC channel 11 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC11_MIN (`FLOAT`) {#RC11_MIN} @@ -25389,9 +27526,9 @@ RC channel 11 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC11_REV (`FLOAT`) {#RC11_REV} @@ -25404,10 +27541,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC11_TRIM (`FLOAT`) {#RC11_TRIM} @@ -25415,19 +27551,9 @@ RC channel 11 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC12_DZ (`FLOAT`) {#RC12_DZ} - -RC channel 12 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC12_MAX (`FLOAT`) {#RC12_MAX} @@ -25435,9 +27561,9 @@ RC channel 12 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC12_MIN (`FLOAT`) {#RC12_MIN} @@ -25445,9 +27571,9 @@ RC channel 12 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC12_REV (`FLOAT`) {#RC12_REV} @@ -25460,10 +27586,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC12_TRIM (`FLOAT`) {#RC12_TRIM} @@ -25471,19 +27596,9 @@ RC channel 12 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC13_DZ (`FLOAT`) {#RC13_DZ} - -RC channel 13 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC13_MAX (`FLOAT`) {#RC13_MAX} @@ -25491,9 +27606,9 @@ RC channel 13 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC13_MIN (`FLOAT`) {#RC13_MIN} @@ -25501,9 +27616,9 @@ RC channel 13 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC13_REV (`FLOAT`) {#RC13_REV} @@ -25516,10 +27631,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC13_TRIM (`FLOAT`) {#RC13_TRIM} @@ -25527,19 +27641,9 @@ RC channel 13 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC14_DZ (`FLOAT`) {#RC14_DZ} - -RC channel 14 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC14_MAX (`FLOAT`) {#RC14_MAX} @@ -25547,9 +27651,9 @@ RC channel 14 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC14_MIN (`FLOAT`) {#RC14_MIN} @@ -25557,9 +27661,9 @@ RC channel 14 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC14_REV (`FLOAT`) {#RC14_REV} @@ -25572,10 +27676,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC14_TRIM (`FLOAT`) {#RC14_TRIM} @@ -25583,19 +27686,9 @@ RC channel 14 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC15_DZ (`FLOAT`) {#RC15_DZ} - -RC channel 15 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC15_MAX (`FLOAT`) {#RC15_MAX} @@ -25603,9 +27696,9 @@ RC channel 15 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC15_MIN (`FLOAT`) {#RC15_MIN} @@ -25613,9 +27706,9 @@ RC channel 15 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC15_REV (`FLOAT`) {#RC15_REV} @@ -25628,10 +27721,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC15_TRIM (`FLOAT`) {#RC15_TRIM} @@ -25639,19 +27731,9 @@ RC channel 15 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC16_DZ (`FLOAT`) {#RC16_DZ} - -RC channel 16 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC16_MAX (`FLOAT`) {#RC16_MAX} @@ -25659,9 +27741,9 @@ RC channel 16 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC16_MIN (`FLOAT`) {#RC16_MIN} @@ -25669,9 +27751,9 @@ RC channel 16 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC16_REV (`FLOAT`) {#RC16_REV} @@ -25684,10 +27766,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC16_TRIM (`FLOAT`) {#RC16_TRIM} @@ -25695,19 +27776,9 @@ RC channel 16 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC17_DZ (`FLOAT`) {#RC17_DZ} - -RC channel 17 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC17_MAX (`FLOAT`) {#RC17_MAX} @@ -25715,9 +27786,9 @@ RC channel 17 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC17_MIN (`FLOAT`) {#RC17_MIN} @@ -25725,9 +27796,9 @@ RC channel 17 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC17_REV (`FLOAT`) {#RC17_REV} @@ -25740,10 +27811,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC17_TRIM (`FLOAT`) {#RC17_TRIM} @@ -25751,19 +27821,9 @@ RC channel 17 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC18_DZ (`FLOAT`) {#RC18_DZ} - -RC channel 18 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC18_MAX (`FLOAT`) {#RC18_MAX} @@ -25771,9 +27831,9 @@ RC channel 18 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC18_MIN (`FLOAT`) {#RC18_MIN} @@ -25781,9 +27841,9 @@ RC channel 18 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC18_REV (`FLOAT`) {#RC18_REV} @@ -25796,10 +27856,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC18_TRIM (`FLOAT`) {#RC18_TRIM} @@ -25807,19 +27866,9 @@ RC channel 18 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC1_DZ (`FLOAT`) {#RC1_DZ} - -RC channel 1 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC1_MAX (`FLOAT`) {#RC1_MAX} @@ -25827,9 +27876,9 @@ RC channel 1 maximum. Maximum value for RC channel 1 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000.0 | us | ### RC1_MIN (`FLOAT`) {#RC1_MIN} @@ -25837,9 +27886,9 @@ RC channel 1 minimum. Minimum value for RC channel 1 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000.0 | us | ### RC1_REV (`FLOAT`) {#RC1_REV} @@ -25852,10 +27901,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC1_TRIM (`FLOAT`) {#RC1_TRIM} @@ -25863,19 +27911,9 @@ RC channel 1 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500.0 | us - -### RC2_DZ (`FLOAT`) {#RC2_DZ} - -RC channel 2 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500.0 | us | ### RC2_MAX (`FLOAT`) {#RC2_MAX} @@ -25883,9 +27921,9 @@ RC channel 2 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000.0 | us | ### RC2_MIN (`FLOAT`) {#RC2_MIN} @@ -25893,9 +27931,9 @@ RC channel 2 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000.0 | us | ### RC2_REV (`FLOAT`) {#RC2_REV} @@ -25908,10 +27946,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC2_TRIM (`FLOAT`) {#RC2_TRIM} @@ -25919,19 +27956,9 @@ RC channel 2 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500.0 | us - -### RC3_DZ (`FLOAT`) {#RC3_DZ} - -RC channel 3 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500.0 | us | ### RC3_MAX (`FLOAT`) {#RC3_MAX} @@ -25939,9 +27966,9 @@ RC channel 3 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC3_MIN (`FLOAT`) {#RC3_MIN} @@ -25949,9 +27976,9 @@ RC channel 3 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC3_REV (`FLOAT`) {#RC3_REV} @@ -25964,10 +27991,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC3_TRIM (`FLOAT`) {#RC3_TRIM} @@ -25975,19 +28001,9 @@ RC channel 3 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC4_DZ (`FLOAT`) {#RC4_DZ} - -RC channel 4 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC4_MAX (`FLOAT`) {#RC4_MAX} @@ -25995,9 +28011,9 @@ RC channel 4 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC4_MIN (`FLOAT`) {#RC4_MIN} @@ -26005,9 +28021,9 @@ RC channel 4 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC4_REV (`FLOAT`) {#RC4_REV} @@ -26020,10 +28036,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC4_TRIM (`FLOAT`) {#RC4_TRIM} @@ -26031,19 +28046,9 @@ RC channel 4 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC5_DZ (`FLOAT`) {#RC5_DZ} - -RC channel 5 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC5_MAX (`FLOAT`) {#RC5_MAX} @@ -26051,9 +28056,9 @@ RC channel 5 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC5_MIN (`FLOAT`) {#RC5_MIN} @@ -26061,9 +28066,9 @@ RC channel 5 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC5_REV (`FLOAT`) {#RC5_REV} @@ -26076,10 +28081,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC5_TRIM (`FLOAT`) {#RC5_TRIM} @@ -26087,19 +28091,9 @@ RC channel 5 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC6_DZ (`FLOAT`) {#RC6_DZ} - -RC channel 6 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC6_MAX (`FLOAT`) {#RC6_MAX} @@ -26107,9 +28101,9 @@ RC channel 6 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC6_MIN (`FLOAT`) {#RC6_MIN} @@ -26117,9 +28111,9 @@ RC channel 6 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC6_REV (`FLOAT`) {#RC6_REV} @@ -26132,10 +28126,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC6_TRIM (`FLOAT`) {#RC6_TRIM} @@ -26143,19 +28136,9 @@ RC channel 6 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC7_DZ (`FLOAT`) {#RC7_DZ} - -RC channel 7 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC7_MAX (`FLOAT`) {#RC7_MAX} @@ -26163,9 +28146,9 @@ RC channel 7 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC7_MIN (`FLOAT`) {#RC7_MIN} @@ -26173,9 +28156,9 @@ RC channel 7 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC7_REV (`FLOAT`) {#RC7_REV} @@ -26188,10 +28171,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC7_TRIM (`FLOAT`) {#RC7_TRIM} @@ -26199,19 +28181,9 @@ RC channel 7 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC8_DZ (`FLOAT`) {#RC8_DZ} - -RC channel 8 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC8_MAX (`FLOAT`) {#RC8_MAX} @@ -26219,9 +28191,9 @@ RC channel 8 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC8_MIN (`FLOAT`) {#RC8_MIN} @@ -26229,9 +28201,9 @@ RC channel 8 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC8_REV (`FLOAT`) {#RC8_REV} @@ -26244,10 +28216,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC8_TRIM (`FLOAT`) {#RC8_TRIM} @@ -26255,19 +28226,9 @@ RC channel 8 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us - -### RC9_DZ (`FLOAT`) {#RC9_DZ} - -RC channel 9 dead zone. - -The +- range of this value around the trim value will be considered as zero. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC9_MAX (`FLOAT`) {#RC9_MAX} @@ -26275,9 +28236,9 @@ RC channel 9 maximum. Maximum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1500.0 | 2200.0 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1500.0 | 2200.0 | | 2000 | us | ### RC9_MIN (`FLOAT`) {#RC9_MIN} @@ -26285,9 +28246,9 @@ RC channel 9 minimum. Minimum value for this channel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 1500.0 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 1500.0 | | 1000 | us | ### RC9_REV (`FLOAT`) {#RC9_REV} @@ -26300,10 +28261,9 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | 1.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | 1.0 | | 1.0 | ### RC9_TRIM (`FLOAT`) {#RC9_TRIM} @@ -26311,29 +28271,35 @@ RC channel 9 trim. Mid point value -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 800.0 | 2200.0 | | 1500 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 800.0 | 2200.0 | | 1500 | us | ### RC_CHAN_CNT (`INT32`) {#RC_CHAN_CNT} RC channel count. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_FAILS_THR (`INT32`) {#RC_FAILS_THR} Failsafe channel PWM threshold. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2200 | | 0 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2200 | | 0 | us | ### RC_MAP_AUX1 (`INT32`) {#RC_MAP_AUX1} @@ -26361,10 +28327,9 @@ AUX1 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_AUX2 (`INT32`) {#RC_MAP_AUX2} @@ -26392,10 +28357,9 @@ AUX2 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_AUX3 (`INT32`) {#RC_MAP_AUX3} @@ -26423,10 +28387,9 @@ AUX3 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_AUX4 (`INT32`) {#RC_MAP_AUX4} @@ -26454,10 +28417,9 @@ AUX4 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_AUX5 (`INT32`) {#RC_MAP_AUX5} @@ -26485,10 +28447,9 @@ AUX5 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_AUX6 (`INT32`) {#RC_MAP_AUX6} @@ -26516,10 +28477,9 @@ AUX6 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_ENG_MOT (`INT32`) {#RC_MAP_ENG_MOT} @@ -26547,16 +28507,19 @@ RC channel to engage the main motor (for helicopters). - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_FAILSAFE (`INT32`) {#RC_MAP_FAILSAFE} Failsafe channel mapping. -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. +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. **Values:** @@ -26580,16 +28543,16 @@ Configures which RC channel is used by the receiver to indicate the signal was l - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_PARAM1 (`INT32`) {#RC_MAP_PARAM1} PARAM1 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate * +Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. +Set to 0 to deactivate \* **Values:** @@ -26613,16 +28576,16 @@ Can be used for parameter tuning with the RC. This one is further referenced as - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_PARAM2 (`INT32`) {#RC_MAP_PARAM2} PARAM2 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate * +Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. +Set to 0 to deactivate \* **Values:** @@ -26646,16 +28609,16 @@ Can be used for parameter tuning with the RC. This one is further referenced as - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_PARAM3 (`INT32`) {#RC_MAP_PARAM3} PARAM3 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate * +Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. +Set to 0 to deactivate \* **Values:** @@ -26679,16 +28642,17 @@ Can be used for parameter tuning with the RC. This one is further referenced as - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_PITCH (`INT32`) {#RC_MAP_PITCH} Pitch control channel mapping. -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. +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. **Values:** @@ -26712,16 +28676,17 @@ The channel index (starting from 1 for channel 1) indicates which channel should - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_ROLL (`INT32`) {#RC_MAP_ROLL} Roll control channel mapping. -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. +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. **Values:** @@ -26745,16 +28710,17 @@ The channel index (starting from 1 for channel 1) indicates which channel should - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_THROTTLE (`INT32`) {#RC_MAP_THROTTLE} Throttle control channel mapping. -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. +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. **Values:** @@ -26778,16 +28744,17 @@ The channel index (starting from 1 for channel 1) indicates which channel should - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_MAP_YAW (`INT32`) {#RC_MAP_YAW} Yaw control channel mapping. -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. +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. **Values:** @@ -26811,16 +28778,17 @@ The channel index (starting from 1 for channel 1) indicates which channel should - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_RSSI_PWM_CHAN (`INT32`) {#RC_RSSI_PWM_CHAN} PWM input channel that provides RSSI. -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. +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. **Values:** @@ -26844,10 +28812,9 @@ PWM input channel that provides RSSI. - `17`: Channel 17 - `18`: Channel 18 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 18 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 18 | | 0 | ### RC_RSSI_PWM_MAX (`INT32`) {#RC_RSSI_PWM_MAX} @@ -26855,9 +28822,9 @@ Max input value for RSSI reading. Only used if RC_RSSI_PWM_CHAN > 0 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 2000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 2000 | ### RC_RSSI_PWM_MIN (`INT32`) {#RC_RSSI_PWM_MIN} @@ -26865,39 +28832,42 @@ Min input value for RSSI reading. Only used if RC_RSSI_PWM_CHAN > 0 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 1000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 1000 | ### TRIM_PITCH (`FLOAT`) {#TRIM_PITCH} Pitch trim. -The trim value is the actuator control value the system needs for straight and level flight. +The trim value is the actuator control value the system needs +for straight and level flight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### TRIM_ROLL (`FLOAT`) {#TRIM_ROLL} Roll trim. -The trim value is the actuator control value the system needs for straight and level flight. +The trim value is the actuator control value the system needs +for straight and level flight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ### TRIM_YAW (`FLOAT`) {#TRIM_YAW} Yaw trim. -The trim value is the actuator control value the system needs for straight and level flight. +The trim value is the actuator control value the system needs +for straight and level flight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -0.5 | 0.5 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -0.5 | 0.5 | 0.01 | 0.0 | ## Radio Switches @@ -26905,57 +28875,83 @@ Reboot | minValue | maxValue | increment | default | unit Threshold for the arm switch. -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 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 channelth negative : true when channelth +negative : true when channel The rover starts to cut the corner earlier. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 100 | 0.01 | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 100 | 0.01 | 1 | ### RA_ACC_RAD_MAX (`FLOAT`) {#RA_ACC_RAD_MAX} Maximum acceptance radius for the waypoints. -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). +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). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | 0.01 | -1 | m | ### RA_MAX_STR_ANG (`FLOAT`) {#RA_MAX_STR_ANG} Maximum steering angle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1.5708 | 0.01 | 0 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.5708 | 0.01 | 0 | rad | ### RA_STR_RATE_LIM (`FLOAT`) {#RA_STR_RATE_LIM} @@ -27608,9 +29684,9 @@ Steering rate limit. Set to -1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1000 | 0.01 | -1 | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | -1 | 1000 | 0.01 | -1 | deg/s | ### RA_WHEEL_BASE (`FLOAT`) {#RA_WHEEL_BASE} @@ -27618,9 +29694,9 @@ Wheel base. Distance from the front to the rear axle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.001 | 0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.001 | 0 | m | ## Rover Attitude Control @@ -27628,51 +29704,35 @@ Reboot | minValue | maxValue | increment | default | unit Proportional gain for closed loop yaw controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0. | ## Rover Differential -### RD_MAX_THR_YAW_R (`FLOAT`) {#RD_MAX_THR_YAW_R} - -Yaw rate turning left/right wheels at max speed in opposite directions. - -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 half 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. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0 | m/s - -### RD_MISS_SPD_GAIN (`FLOAT`) {#RD_MISS_SPD_GAIN} - -Tuning parameter for the speed reduction during waypoint transition. - -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 speed reduction during waypoint transitions. Set to -1 to disable any speed reduction during waypoint transition. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1 | - ### RD_TRANS_DRV_TRN (`FLOAT`) {#RD_TRANS_DRV_TRN} Yaw error threshhold to switch from driving to spot turning. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | 3.14159 | 0.01 | 0.174533 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | -------- | ---- | +|   | 0.001 | 3.14159 | 0.01 | 0.174533 | rad | ### RD_TRANS_TRN_DRV (`FLOAT`) {#RD_TRANS_TRN_DRV} Yaw error threshhold to switch from spot turning to driving. -This threshold is used for the state machine to switch from turning to driving based on the error between the desired and actual yaw. +This threshold is used for the state machine to switch from turning to driving based on the +error between the desired and actual yaw. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.001 | 3.14159 | 0.01 | 0.0872665 | rad +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | --------- | ---- | +|   | 0.001 | 3.14159 | 0.01 | 0.0872665 | rad | ### RD_WHEEL_TRACK (`FLOAT`) {#RD_WHEEL_TRACK} @@ -27680,9 +29740,19 @@ Wheel track. Distance from the center of the right wheel to the center of the left wheel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.001 | 0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.001 | 0 | m | + +### RD_YAW_STK_GAIN (`FLOAT`) {#RD_YAW_STK_GAIN} + +Yaw stick gain for Manual mode. + +Assign value <1.0 to decrease stick response for yaw control. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1 | 0.01 | 1 | ## Rover Mecanum @@ -27690,31 +29760,14 @@ Reboot | minValue | maxValue | increment | default | unit Threshold to update course control in manual position mode. -Threshold for the angle between the active cruise direction and the cruise direction given by the stick inputs. This can be understood as a deadzone for the combined stick inputs for forward/backwards and lateral speed which defines a course direction. +Threshold for the angle between the active cruise direction and the cruise direction given +by the stick inputs. +This can be understood as a deadzone for the combined stick inputs for forward/backwards +and lateral speed which defines a course direction. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3.14 | 0.01 | 0.17 | rad - -### RM_MAX_THR_YAW_R (`FLOAT`) {#RM_MAX_THR_YAW_R} - -Yaw rate turning left/right wheels at max speed in opposite directions. - -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 half 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. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0 | m/s - -### RM_MISS_SPD_GAIN (`FLOAT`) {#RM_MISS_SPD_GAIN} - -Tuning parameter for the speed reduction during waypoint transition. - -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 waypoint and curr-next waypoint interpolated from [0, 180] -> [0, 1]. Higher value -> More speed reduction during waypoint transitions. Set to -1 to disable any speed reduction during waypoint transition. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3.14 | 0.01 | 0.17 | rad | ### RM_WHEEL_TRACK (`FLOAT`) {#RM_WHEEL_TRACK} @@ -27722,181 +29775,19 @@ Wheel track. Distance from the center of the right wheel to the center of the left wheel. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.001 | 0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.001 | 0 | m | -## Rover Position Control (Deprecated) +### RM_YAW_STK_GAIN (`FLOAT`) {#RM_YAW_STK_GAIN} -### GND_L1_DAMPING (`FLOAT`) {#GND_L1_DAMPING} +Yaw stick gain for Manual mode. -L1 damping. +Assign value <1.0 to decrease stick response for yaw control. -Damping factor for L1 control. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.6 | 0.9 | 0.05 | 0.75 | - -### GND_L1_DIST (`FLOAT`) {#GND_L1_DIST} - -L1 distance. - -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). - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 50.0 | 0.1 | 1.0 | m - -### GND_L1_PERIOD (`FLOAT`) {#GND_L1_PERIOD} - -L1 period. - -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. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 50.0 | 0.5 | 5.0 | m - -### GND_MAN_Y_MAX (`FLOAT`) {#GND_MAN_Y_MAX} - -Max manual yaw rate. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 400 | | 150.0 | deg/s - -### GND_MAX_ANG (`FLOAT`) {#GND_MAX_ANG} - -Maximum turn angle for Ackerman steering. - -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. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 3.14159 | 0.01 | 0.7854 | rad - -### GND_SPEED_D (`FLOAT`) {#GND_SPEED_D} - -Speed proportional gain. - -This is the derivative gain for the speed closed loop controller - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 50.0 | 0.005 | 0.001 | %m/s - -### GND_SPEED_I (`FLOAT`) {#GND_SPEED_I} - -Speed Integral gain. - -This is the integral gain for the speed closed loop controller - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 50.0 | 0.005 | 3.0 | %m/s - -### GND_SPEED_IMAX (`FLOAT`) {#GND_SPEED_IMAX} - -Speed integral maximum value. - -This is the maxim value the integral can reach to prevent wind-up. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.005 | 50.0 | 0.005 | 1.0 | %m/s - -### GND_SPEED_MAX (`FLOAT`) {#GND_SPEED_MAX} - -Maximum ground speed. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 40 | 0.5 | 10.0 | m/s - -### GND_SPEED_P (`FLOAT`) {#GND_SPEED_P} - -Speed proportional gain. - -This is the proportional gain for the speed closed loop controller - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.005 | 50.0 | 0.005 | 2.0 | %m/s - -### GND_SPEED_THR_SC (`FLOAT`) {#GND_SPEED_THR_SC} - -Speed to throttle scaler. - -This is a gain to map the speed control output to the throttle linearly. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.005 | 50.0 | 0.005 | 1.0 | %m/s - -### GND_SPEED_TRIM (`FLOAT`) {#GND_SPEED_TRIM} - -Trim ground speed. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 40 | 0.5 | 3.0 | m/s - -### GND_SP_CTRL_MODE (`INT32`) {#GND_SP_CTRL_MODE} - -Control mode for speed. - -This allows the user to choose between closed loop gps speed or open loop cruise throttle speed - -**Values:** - -- `0`: open loop control -- `1`: close the loop with gps speed - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 1 | - -### GND_THR_CRUISE (`FLOAT`) {#GND_THR_CRUISE} - -Cruise throttle. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.1 | norm - -### GND_THR_MAX (`FLOAT`) {#GND_THR_MAX} - -Throttle limit max. - -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 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.3 | norm - -### GND_THR_MIN (`FLOAT`) {#GND_THR_MIN} - -Throttle limit min. - -This is the minimum throttle % that can be used by the controller. Set to 0 for rover - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.0 | norm - -### GND_WHEEL_BASE (`FLOAT`) {#GND_WHEEL_BASE} - -Distance from front axle to rear axle. - -A value of 0.31 is typical for 1/10 RC cars. - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.01 | 0.31 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 1 | 0.01 | 1 | ## Rover Rate Control @@ -27904,47 +29795,75 @@ Reboot | minValue | maxValue | increment | default | unit Yaw acceleration limit. -Used to cap how quickly the magnitude of yaw rate setpoints can increase. Set to -1 to disable. +Used to cap how quickly the magnitude of yaw rate setpoints can increase. +Set to -1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 10000 | 0.01 | -1. | deg/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | -1 | 10000 | 0.01 | -1. | deg/s^2 | ### RO_YAW_DECEL_LIM (`FLOAT`) {#RO_YAW_DECEL_LIM} Yaw deceleration limit. -Used to cap how quickly the magnitude of yaw rate setpoints can decrease. Set to -1 to disable. +Used to cap how quickly the magnitude of yaw rate setpoints can decrease. +Set to -1 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 10000 | 0.01 | -1. | deg/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | -1 | 10000 | 0.01 | -1. | deg/s^2 | + +### RO_YAW_EXPO (`FLOAT`) {#RO_YAW_EXPO} + +Yaw rate expo factor. + +Exponential factor for tuning the input curve shape. +0 Purely linear input curve +1 Purely cubic input curve + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0. | + +### RO_YAW_RATE_CORR (`FLOAT`) {#RO_YAW_RATE_CORR} + +Yaw rate correction factor. + +Multiplicative correction factor for the feedforward mapping of the yaw rate controller. +Increase this value (x > 1) if the measured yaw rate is lower than the setpoint, decrease (0 < x < 1) otherwise. +Note: Tuning this is particularly useful for skid-steered rovers, or rovers with misaligned wheels/steering axes +that cause a lot of friction when turning. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 10000 | 0.01 | 1. | ### RO_YAW_RATE_I (`FLOAT`) {#RO_YAW_RATE_I} Integral gain for closed loop yaw rate controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0. | ### RO_YAW_RATE_LIM (`FLOAT`) {#RO_YAW_RATE_LIM} Yaw rate limit. -Used to cap yaw rate setpoints and map controller inputs to yaw rate setpoints in Acro, Stabilized and Position mode. +Used to cap yaw rate setpoints and map controller inputs to yaw rate setpoints +in Acro, Stabilized and Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 10000 | 0.01 | 0. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 10000 | 0.01 | 0. | deg/s | ### RO_YAW_RATE_P (`FLOAT`) {#RO_YAW_RATE_P} Proportional gain for closed loop yaw rate controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0. | ### RO_YAW_RATE_TH (`FLOAT`) {#RO_YAW_RATE_TH} @@ -27952,9 +29871,9 @@ Yaw rate measurement threshold. The minimum threshold for the yaw rate measurement not to be interpreted as zero. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 3. | deg/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 100 | 0.01 | 3. | deg/s | ### RO_YAW_STICK_DZ (`FLOAT`) {#RO_YAW_STICK_DZ} @@ -27962,9 +29881,22 @@ Yaw stick deadzone. Percentage of stick input range that will be interpreted as zero around the stick centered value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | 0.01 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.01 | 0.1 | + +### RO_YAW_SUPEXPO (`FLOAT`) {#RO_YAW_SUPEXPO} + +Yaw rate super expo factor. + +"Superexponential" factor for refining the input curve shape tuned using RO_YAW_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 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.95 | | 0. | ## Rover Velocity Control @@ -27972,31 +29904,36 @@ Reboot | minValue | maxValue | increment | default | unit Acceleration limit. -Set to -1 to disable. For mecanum rovers this limit is used for longitudinal and lateral acceleration. +Set to -1 to disable. +For mecanum rovers this limit is used for longitudinal and lateral acceleration. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | -1 | 100 | 0.01 | -1. | m/s^2 | ### RO_DECEL_LIM (`FLOAT`) {#RO_DECEL_LIM} Deceleration limit. -Set to -1 to disable. Note that if it is disabled the rover will not slow down when approaching waypoints in auto modes. For mecanum rovers this limit is used for longitudinal and lateral deceleration. +Set to -1 to disable. +Note that if it is disabled the rover will not slow down when approaching waypoints in auto modes. +For mecanum rovers this limit is used for longitudinal and lateral deceleration. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1. | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | -1 | 100 | 0.01 | -1. | m/s^2 | ### RO_JERK_LIM (`FLOAT`) {#RO_JERK_LIM} Jerk limit. -Set to -1 to disable. Note that if it is disabled the rover will not slow down when approaching waypoints in auto modes. For mecanum rovers this limit is used for longitudinal and lateral jerk. +Set to -1 to disable. +Note that if it is disabled the rover will not slow down when approaching waypoints in auto modes. +For mecanum rovers this limit is used for longitudinal and lateral jerk. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1. | m/s^3 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | -1 | 100 | 0.01 | -1. | m/s^3 | ### RO_MAX_THR_SPEED (`FLOAT`) {#RO_MAX_THR_SPEED} @@ -28004,17 +29941,17 @@ Speed the rover drives at maximum throttle. Used to linearly map speeds [m/s] to throttle values [-1. 1]. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0. | m/s | ### RO_SPEED_I (`FLOAT`) {#RO_SPEED_I} Integral gain for ground speed controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.001 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.001 | 0. | ### RO_SPEED_LIM (`FLOAT`) {#RO_SPEED_LIM} @@ -28022,27 +29959,43 @@ Speed limit. Used to cap speed setpoints and map controller inputs to speed setpoints in Position mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | 0.01 | -1. | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | 0.01 | -1. | m/s | ### RO_SPEED_P (`FLOAT`) {#RO_SPEED_P} Proportional gain for ground speed controller. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0. | + +### RO_SPEED_RED (`FLOAT`) {#RO_SPEED_RED} + +Tuning parameter for the speed reduction based on the course error. + +Reduced*speed = RO_MAX_THR_SPEED * (1 - normalized*course_error * RO_SPEED_RED) +The normalized course error is the angle between the current course and the bearing setpoint +interpolated from [0, 180] -> [0, 1]. +Higher value -> More speed reduction. +Note: This is also used to calculate the speed at which the vehicle arrives at a waypoint in auto modes. +Set to -1 to disable bearing error based speed reduction. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | 0.01 | -1. | ### RO_SPEED_TH (`FLOAT`) {#RO_SPEED_TH} Speed measurement threshold. -Set to -1 to disable. The minimum threshold for the speed measurement not to be interpreted as zero. +Set to -1 to disable. +The minimum threshold for the speed measurement not to be interpreted as zero. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.01 | 0.1 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.01 | 0.1 | m/s | ## Runway Takeoff @@ -28050,47 +30003,52 @@ Reboot | minValue | maxValue | increment | default | unit Throttle during runway takeoff. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | norm | ### RWTO_NUDGE (`INT32`) {#RWTO_NUDGE} Enable use of yaw stick for nudging the wheel during runway ground roll. -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 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### RWTO_PSP (`FLOAT`) {#RWTO_PSP} Pitch setpoint during taxi / before takeoff rotation airspeed is reached. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -10.0 | 20.0 | 0.5 | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -10.0 | 20.0 | 0.5 | 0.0 | deg | ### RWTO_RAMP_TIME (`FLOAT`) {#RWTO_RAMP_TIME} Throttle ramp up time for runway takeoff. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 15.0 | 0.1 | 2.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 15.0 | 0.1 | 2.0 | s | ### RWTO_ROT_AIRSPD (`FLOAT`) {#RWTO_ROT_AIRSPD} Takeoff rotation airspeed. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1.0 | | 0.1 | -1.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1.0 | | 0.1 | -1.0 | m/s | ### RWTO_ROT_TIME (`FLOAT`) {#RWTO_ROT_TIME} @@ -28098,17 +30056,17 @@ Takeoff rotation time. This is the time desired to linearly ramp in takeoff pitch constraints during the takeoff rotation -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | | 0.1 | 1.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | | 0.1 | 1.0 | s | ### RWTO_TKOFF (`INT32`) {#RWTO_TKOFF} Runway takeoff with landing gear. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ## SD Logging @@ -28123,10 +30081,24 @@ Selects the algorithm used for logfile encryption - `0`: Disabled - `2`: XChaCha20 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +### SDLOG_BACKEND (`INT32`) {#SDLOG_BACKEND} + +Logging Backend (integer bitmask). + +If no logging is set the logger will not be started. Set bits true to enable: 0: SD card logging 1: Mavlink logging + +**Bitmask:** + +- `0`: SD card logging +- `1`: Mavlink logging + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 3 | ### SDLOG_BOOT_BAT (`INT32`) {#SDLOG_BOOT_BAT} @@ -28134,9 +30106,9 @@ Battery-only Logging. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### SDLOG_DIRS_MAX (`INT32`) {#SDLOG_DIRS_MAX} @@ -28144,9 +30116,9 @@ Maximum number of log directories to keep. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 0 | ### SDLOG_EXCH_KEY (`INT32`) {#SDLOG_EXCH_KEY} @@ -28154,9 +30126,9 @@ Logfile Encryption key exchange key. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 1 | ### SDLOG_KEY (`INT32`) {#SDLOG_KEY} @@ -28164,9 +30136,9 @@ Logfile Encryption key index. 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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 2 | ### SDLOG_MISSION (`INT32`) {#SDLOG_MISSION} @@ -28180,36 +30152,33 @@ If enabled, a small additional "mission" log file will be written to the SD card - `1`: All mission messages - `2`: Geotagging messages - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SDLOG_MODE (`INT32`) {#SDLOG_MODE} Logging Mode. -Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming. +Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming. Note: The logging start/end points that can be configured here only apply to SD logging. The mavlink backend is started/stopped independently of these points. **Values:** -- `-1`: disabled - `0`: when armed until disarm (default) - `1`: from boot until disarm - `2`: from boot until shutdown - `3`: while manual input AUX1 >30% - `4`: from 1st armed until shutdown - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SDLOG_PROFILE (`INT32`) {#SDLOG_PROFILE} Logging topic profile (integer bitmask). -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 prevention 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) +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 prevention 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) **Bitmask:** @@ -28226,20 +30195,19 @@ This integer bitmask controls the set and rates of logged topics. The default al - `10`: Mavlink tunnel message logging - `11`: High rate sensors - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 4095 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 4095 | | 1 | ### SDLOG_UTC_OFFSET (`INT32`) {#SDLOG_UTC_OFFSET} UTC offset (unit: min). -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 +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 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1000 | 1000 | | 0 | min +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1000 | 1000 | | 0 | min | ### SDLOG_UUID (`INT32`) {#SDLOG_UUID} @@ -28247,9 +30215,9 @@ Log UUID. If set to 1, add an ID to the log, which uniquely identifies the vehicle -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ## SITL @@ -28257,29 +30225,32 @@ Reboot | minValue | maxValue | increment | default | unit Simulator Battery drain interval. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 86400 | 1 | 60 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 86400 | 1 | 60 | s | ### SIM_BAT_ENABLE (`INT32`) {#SIM_BAT_ENABLE} Simulator Battery enabled. -Enable or disable the internal battery simulation. This is useful when the battery is simulated externally and interfaced with PX4 through MAVLink for example. +Enable or disable the internal battery simulation. This is useful +when the battery is simulated externally and interfaced with PX4 +through MAVLink for example. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SIM_BAT_MIN_PCT (`FLOAT`) {#SIM_BAT_MIN_PCT} Simulator Battery minimal percentage. -Can be used to alter the battery level during SITL- or HITL-simulation on the fly. Particularly useful for testing different low-battery behaviour. +Can be used to alter the battery level during SITL- or HITL-simulation on the fly. +Particularly useful for testing different low-battery behaviour. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 0.1 | 50.0 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 0.1 | 50.0 | % | ## Sensor Calibration @@ -28289,9 +30260,9 @@ Accelerometer 0 calibration device ID. Device ID of the accelerometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_ACC0_PRIO (`INT32`) {#CAL_ACC0_PRIO} @@ -28307,10 +30278,9 @@ Accelerometer 0 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_ACC0_ROT (`INT32`) {#CAL_ACC0_ROT} @@ -28363,58 +30333,57 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_ACC0_XOFF (`FLOAT`) {#CAL_ACC0_XOFF} Accelerometer 0 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC0_XSCALE (`FLOAT`) {#CAL_ACC0_XSCALE} Accelerometer 0 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC0_YOFF (`FLOAT`) {#CAL_ACC0_YOFF} Accelerometer 0 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC0_YSCALE (`FLOAT`) {#CAL_ACC0_YSCALE} Accelerometer 0 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC0_ZOFF (`FLOAT`) {#CAL_ACC0_ZOFF} Accelerometer 0 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC0_ZSCALE (`FLOAT`) {#CAL_ACC0_ZSCALE} Accelerometer 0 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC1_ID (`INT32`) {#CAL_ACC1_ID} @@ -28422,9 +30391,9 @@ Accelerometer 1 calibration device ID. Device ID of the accelerometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_ACC1_PRIO (`INT32`) {#CAL_ACC1_PRIO} @@ -28440,10 +30409,9 @@ Accelerometer 1 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_ACC1_ROT (`INT32`) {#CAL_ACC1_ROT} @@ -28496,58 +30464,57 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_ACC1_XOFF (`FLOAT`) {#CAL_ACC1_XOFF} Accelerometer 1 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC1_XSCALE (`FLOAT`) {#CAL_ACC1_XSCALE} Accelerometer 1 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC1_YOFF (`FLOAT`) {#CAL_ACC1_YOFF} Accelerometer 1 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC1_YSCALE (`FLOAT`) {#CAL_ACC1_YSCALE} Accelerometer 1 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC1_ZOFF (`FLOAT`) {#CAL_ACC1_ZOFF} Accelerometer 1 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC1_ZSCALE (`FLOAT`) {#CAL_ACC1_ZSCALE} Accelerometer 1 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC2_ID (`INT32`) {#CAL_ACC2_ID} @@ -28555,9 +30522,9 @@ Accelerometer 2 calibration device ID. Device ID of the accelerometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_ACC2_PRIO (`INT32`) {#CAL_ACC2_PRIO} @@ -28573,10 +30540,9 @@ Accelerometer 2 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_ACC2_ROT (`INT32`) {#CAL_ACC2_ROT} @@ -28629,58 +30595,57 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_ACC2_XOFF (`FLOAT`) {#CAL_ACC2_XOFF} Accelerometer 2 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC2_XSCALE (`FLOAT`) {#CAL_ACC2_XSCALE} Accelerometer 2 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC2_YOFF (`FLOAT`) {#CAL_ACC2_YOFF} Accelerometer 2 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC2_YSCALE (`FLOAT`) {#CAL_ACC2_YSCALE} Accelerometer 2 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC2_ZOFF (`FLOAT`) {#CAL_ACC2_ZOFF} Accelerometer 2 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC2_ZSCALE (`FLOAT`) {#CAL_ACC2_ZSCALE} Accelerometer 2 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC3_ID (`INT32`) {#CAL_ACC3_ID} @@ -28688,9 +30653,9 @@ Accelerometer 3 calibration device ID. Device ID of the accelerometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_ACC3_PRIO (`INT32`) {#CAL_ACC3_PRIO} @@ -28706,10 +30671,9 @@ Accelerometer 3 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_ACC3_ROT (`INT32`) {#CAL_ACC3_ROT} @@ -28762,58 +30726,57 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_ACC3_XOFF (`FLOAT`) {#CAL_ACC3_XOFF} Accelerometer 3 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC3_XSCALE (`FLOAT`) {#CAL_ACC3_XSCALE} Accelerometer 3 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC3_YOFF (`FLOAT`) {#CAL_ACC3_YOFF} Accelerometer 3 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC3_YSCALE (`FLOAT`) {#CAL_ACC3_YSCALE} Accelerometer 3 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_ACC3_ZOFF (`FLOAT`) {#CAL_ACC3_ZOFF} Accelerometer 3 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | m/s^2 | ### CAL_ACC3_ZSCALE (`FLOAT`) {#CAL_ACC3_ZSCALE} Accelerometer 3 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_BARO0_ID (`INT32`) {#CAL_BARO0_ID} @@ -28821,17 +30784,17 @@ Barometer 0 calibration device ID. Device ID of the barometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_BARO0_OFF (`FLOAT`) {#CAL_BARO0_OFF} Barometer 0 offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_BARO0_PRIO (`INT32`) {#CAL_BARO0_PRIO} @@ -28847,10 +30810,9 @@ Barometer 0 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_BARO1_ID (`INT32`) {#CAL_BARO1_ID} @@ -28858,17 +30820,17 @@ Barometer 1 calibration device ID. Device ID of the barometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_BARO1_OFF (`FLOAT`) {#CAL_BARO1_OFF} Barometer 1 offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_BARO1_PRIO (`INT32`) {#CAL_BARO1_PRIO} @@ -28884,10 +30846,9 @@ Barometer 1 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_BARO2_ID (`INT32`) {#CAL_BARO2_ID} @@ -28895,17 +30856,17 @@ Barometer 2 calibration device ID. Device ID of the barometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_BARO2_OFF (`FLOAT`) {#CAL_BARO2_OFF} Barometer 2 offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_BARO2_PRIO (`INT32`) {#CAL_BARO2_PRIO} @@ -28921,10 +30882,9 @@ Barometer 2 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_BARO3_ID (`INT32`) {#CAL_BARO3_ID} @@ -28932,17 +30892,17 @@ Barometer 3 calibration device ID. Device ID of the barometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_BARO3_OFF (`FLOAT`) {#CAL_BARO3_OFF} Barometer 3 offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_BARO3_PRIO (`INT32`) {#CAL_BARO3_PRIO} @@ -28958,10 +30918,9 @@ Barometer 3 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_GYRO0_ID (`INT32`) {#CAL_GYRO0_ID} @@ -28969,9 +30928,9 @@ Gyroscope 0 calibration device ID. Device ID of the gyroscope this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_GYRO0_PRIO (`INT32`) {#CAL_GYRO0_PRIO} @@ -28987,10 +30946,9 @@ Gyroscope 0 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_GYRO0_ROT (`INT32`) {#CAL_GYRO0_ROT} @@ -29043,34 +31001,33 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_GYRO0_XOFF (`FLOAT`) {#CAL_GYRO0_XOFF} Gyroscope 0 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO0_YOFF (`FLOAT`) {#CAL_GYRO0_YOFF} Gyroscope 0 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO0_ZOFF (`FLOAT`) {#CAL_GYRO0_ZOFF} Gyroscope 0 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO1_ID (`INT32`) {#CAL_GYRO1_ID} @@ -29078,9 +31035,9 @@ Gyroscope 1 calibration device ID. Device ID of the gyroscope this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_GYRO1_PRIO (`INT32`) {#CAL_GYRO1_PRIO} @@ -29096,10 +31053,9 @@ Gyroscope 1 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_GYRO1_ROT (`INT32`) {#CAL_GYRO1_ROT} @@ -29152,34 +31108,33 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_GYRO1_XOFF (`FLOAT`) {#CAL_GYRO1_XOFF} Gyroscope 1 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO1_YOFF (`FLOAT`) {#CAL_GYRO1_YOFF} Gyroscope 1 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO1_ZOFF (`FLOAT`) {#CAL_GYRO1_ZOFF} Gyroscope 1 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO2_ID (`INT32`) {#CAL_GYRO2_ID} @@ -29187,9 +31142,9 @@ Gyroscope 2 calibration device ID. Device ID of the gyroscope this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_GYRO2_PRIO (`INT32`) {#CAL_GYRO2_PRIO} @@ -29205,10 +31160,9 @@ Gyroscope 2 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_GYRO2_ROT (`INT32`) {#CAL_GYRO2_ROT} @@ -29261,34 +31215,33 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_GYRO2_XOFF (`FLOAT`) {#CAL_GYRO2_XOFF} Gyroscope 2 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO2_YOFF (`FLOAT`) {#CAL_GYRO2_YOFF} Gyroscope 2 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO2_ZOFF (`FLOAT`) {#CAL_GYRO2_ZOFF} Gyroscope 2 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO3_ID (`INT32`) {#CAL_GYRO3_ID} @@ -29296,9 +31249,9 @@ Gyroscope 3 calibration device ID. Device ID of the gyroscope this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_GYRO3_PRIO (`INT32`) {#CAL_GYRO3_PRIO} @@ -29314,10 +31267,9 @@ Gyroscope 3 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_GYRO3_ROT (`INT32`) {#CAL_GYRO3_ROT} @@ -29370,34 +31322,33 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 40 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 40 | | -1 | ### CAL_GYRO3_XOFF (`FLOAT`) {#CAL_GYRO3_XOFF} Gyroscope 3 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO3_YOFF (`FLOAT`) {#CAL_GYRO3_YOFF} Gyroscope 3 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_GYRO3_ZOFF (`FLOAT`) {#CAL_GYRO3_ZOFF} Gyroscope 3 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | rad/s | ### CAL_MAG0_ID (`INT32`) {#CAL_MAG0_ID} @@ -29405,9 +31356,9 @@ Magnetometer 0 calibration device ID. Device ID of the magnetometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_MAG0_PITCH (`FLOAT`) {#CAL_MAG0_PITCH} @@ -29415,9 +31366,9 @@ Magnetometer 0 Custom Euler Pitch Angle. Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG0_PRIO (`INT32`) {#CAL_MAG0_PRIO} @@ -29433,10 +31384,9 @@ Magnetometer 0 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_MAG0_ROLL (`FLOAT`) {#CAL_MAG0_ROLL} @@ -29444,15 +31394,16 @@ Magnetometer 0 Custom Euler Roll Angle. Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG0_ROT (`INT32`) {#CAL_MAG0_ROT} Magnetometer 0 rotation relative to airframe. -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. +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. **Values:** @@ -29500,44 +31451,47 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `40`: Roll 90°, Pitch 315° - `100`: Custom Euler Angle - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | | -1 | ### CAL_MAG0_XCOMP (`FLOAT`) {#CAL_MAG0_XCOMP} Magnetometer 0 X Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_XODIAG (`FLOAT`) {#CAL_MAG0_XODIAG} Magnetometer 0 X-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_XOFF (`FLOAT`) {#CAL_MAG0_XOFF} Magnetometer 0 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG0_XSCALE (`FLOAT`) {#CAL_MAG0_XSCALE} Magnetometer 0 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG0_YAW (`FLOAT`) {#CAL_MAG0_YAW} @@ -29545,77 +31499,85 @@ Magnetometer 0 Custom Euler Yaw Angle. Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG0_YCOMP (`FLOAT`) {#CAL_MAG0_YCOMP} Magnetometer 0 Y Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_YODIAG (`FLOAT`) {#CAL_MAG0_YODIAG} Magnetometer 0 Y-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_YOFF (`FLOAT`) {#CAL_MAG0_YOFF} Magnetometer 0 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG0_YSCALE (`FLOAT`) {#CAL_MAG0_YSCALE} Magnetometer 0 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG0_ZCOMP (`FLOAT`) {#CAL_MAG0_ZCOMP} Magnetometer 0 Z Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_ZODIAG (`FLOAT`) {#CAL_MAG0_ZODIAG} Magnetometer 0 Z-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG0_ZOFF (`FLOAT`) {#CAL_MAG0_ZOFF} Magnetometer 0 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG0_ZSCALE (`FLOAT`) {#CAL_MAG0_ZSCALE} Magnetometer 0 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG1_ID (`INT32`) {#CAL_MAG1_ID} @@ -29623,9 +31585,9 @@ Magnetometer 1 calibration device ID. Device ID of the magnetometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_MAG1_PITCH (`FLOAT`) {#CAL_MAG1_PITCH} @@ -29633,9 +31595,9 @@ Magnetometer 1 Custom Euler Pitch Angle. Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG1_PRIO (`INT32`) {#CAL_MAG1_PRIO} @@ -29651,10 +31613,9 @@ Magnetometer 1 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_MAG1_ROLL (`FLOAT`) {#CAL_MAG1_ROLL} @@ -29662,15 +31623,16 @@ Magnetometer 1 Custom Euler Roll Angle. Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG1_ROT (`INT32`) {#CAL_MAG1_ROT} Magnetometer 1 rotation relative to airframe. -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. +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. **Values:** @@ -29718,44 +31680,47 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `40`: Roll 90°, Pitch 315° - `100`: Custom Euler Angle - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | | -1 | ### CAL_MAG1_XCOMP (`FLOAT`) {#CAL_MAG1_XCOMP} Magnetometer 1 X Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_XODIAG (`FLOAT`) {#CAL_MAG1_XODIAG} Magnetometer 1 X-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_XOFF (`FLOAT`) {#CAL_MAG1_XOFF} Magnetometer 1 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG1_XSCALE (`FLOAT`) {#CAL_MAG1_XSCALE} Magnetometer 1 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG1_YAW (`FLOAT`) {#CAL_MAG1_YAW} @@ -29763,77 +31728,85 @@ Magnetometer 1 Custom Euler Yaw Angle. Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG1_YCOMP (`FLOAT`) {#CAL_MAG1_YCOMP} Magnetometer 1 Y Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_YODIAG (`FLOAT`) {#CAL_MAG1_YODIAG} Magnetometer 1 Y-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_YOFF (`FLOAT`) {#CAL_MAG1_YOFF} Magnetometer 1 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG1_YSCALE (`FLOAT`) {#CAL_MAG1_YSCALE} Magnetometer 1 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG1_ZCOMP (`FLOAT`) {#CAL_MAG1_ZCOMP} Magnetometer 1 Z Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_ZODIAG (`FLOAT`) {#CAL_MAG1_ZODIAG} Magnetometer 1 Z-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG1_ZOFF (`FLOAT`) {#CAL_MAG1_ZOFF} Magnetometer 1 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG1_ZSCALE (`FLOAT`) {#CAL_MAG1_ZSCALE} Magnetometer 1 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG2_ID (`INT32`) {#CAL_MAG2_ID} @@ -29841,9 +31814,9 @@ Magnetometer 2 calibration device ID. Device ID of the magnetometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_MAG2_PITCH (`FLOAT`) {#CAL_MAG2_PITCH} @@ -29851,9 +31824,9 @@ Magnetometer 2 Custom Euler Pitch Angle. Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG2_PRIO (`INT32`) {#CAL_MAG2_PRIO} @@ -29869,10 +31842,9 @@ Magnetometer 2 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_MAG2_ROLL (`FLOAT`) {#CAL_MAG2_ROLL} @@ -29880,15 +31852,16 @@ Magnetometer 2 Custom Euler Roll Angle. Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG2_ROT (`INT32`) {#CAL_MAG2_ROT} Magnetometer 2 rotation relative to airframe. -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. +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. **Values:** @@ -29936,44 +31909,47 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `40`: Roll 90°, Pitch 315° - `100`: Custom Euler Angle - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | | -1 | ### CAL_MAG2_XCOMP (`FLOAT`) {#CAL_MAG2_XCOMP} Magnetometer 2 X Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_XODIAG (`FLOAT`) {#CAL_MAG2_XODIAG} Magnetometer 2 X-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_XOFF (`FLOAT`) {#CAL_MAG2_XOFF} Magnetometer 2 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG2_XSCALE (`FLOAT`) {#CAL_MAG2_XSCALE} Magnetometer 2 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG2_YAW (`FLOAT`) {#CAL_MAG2_YAW} @@ -29981,77 +31957,85 @@ Magnetometer 2 Custom Euler Yaw Angle. Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG2_YCOMP (`FLOAT`) {#CAL_MAG2_YCOMP} Magnetometer 2 Y Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_YODIAG (`FLOAT`) {#CAL_MAG2_YODIAG} Magnetometer 2 Y-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_YOFF (`FLOAT`) {#CAL_MAG2_YOFF} Magnetometer 2 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG2_YSCALE (`FLOAT`) {#CAL_MAG2_YSCALE} Magnetometer 2 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG2_ZCOMP (`FLOAT`) {#CAL_MAG2_ZCOMP} Magnetometer 2 Z Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_ZODIAG (`FLOAT`) {#CAL_MAG2_ZODIAG} Magnetometer 2 Z-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG2_ZOFF (`FLOAT`) {#CAL_MAG2_ZOFF} Magnetometer 2 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG2_ZSCALE (`FLOAT`) {#CAL_MAG2_ZSCALE} Magnetometer 2 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG3_ID (`INT32`) {#CAL_MAG3_ID} @@ -30059,9 +32043,9 @@ Magnetometer 3 calibration device ID. Device ID of the magnetometer this calibration applies to. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_MAG3_PITCH (`FLOAT`) {#CAL_MAG3_PITCH} @@ -30069,9 +32053,9 @@ Magnetometer 3 Custom Euler Pitch Angle. Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG3_PRIO (`INT32`) {#CAL_MAG3_PRIO} @@ -30087,10 +32071,9 @@ Magnetometer 3 priority. - `75`: High - `100`: Max - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### CAL_MAG3_ROLL (`FLOAT`) {#CAL_MAG3_ROLL} @@ -30098,15 +32081,16 @@ Magnetometer 3 Custom Euler Roll Angle. Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG3_ROT (`INT32`) {#CAL_MAG3_ROT} Magnetometer 3 rotation relative to airframe. -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. +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. **Values:** @@ -30154,44 +32138,47 @@ An internal sensor will force a value of -1, so a GCS should only attempt to con - `40`: Roll 90°, Pitch 315° - `100`: Custom Euler Angle - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 100 | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 100 | | -1 | ### CAL_MAG3_XCOMP (`FLOAT`) {#CAL_MAG3_XCOMP} Magnetometer 3 X Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_XODIAG (`FLOAT`) {#CAL_MAG3_XODIAG} Magnetometer 3 X-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_XOFF (`FLOAT`) {#CAL_MAG3_XOFF} Magnetometer 3 X-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG3_XSCALE (`FLOAT`) {#CAL_MAG3_XSCALE} Magnetometer 3 X-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG3_YAW (`FLOAT`) {#CAL_MAG3_YAW} @@ -30199,77 +32186,85 @@ Magnetometer 3 Custom Euler Yaw Angle. Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -180 | 180 | | 0.0 | deg | ### CAL_MAG3_YCOMP (`FLOAT`) {#CAL_MAG3_YCOMP} Magnetometer 3 Y Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_YODIAG (`FLOAT`) {#CAL_MAG3_YODIAG} Magnetometer 3 Y-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_YOFF (`FLOAT`) {#CAL_MAG3_YOFF} Magnetometer 3 Y-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG3_YSCALE (`FLOAT`) {#CAL_MAG3_YSCALE} Magnetometer 3 Y-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG3_ZCOMP (`FLOAT`) {#CAL_MAG3_ZCOMP} Magnetometer 3 Z Axis throttle compensation. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_ZODIAG (`FLOAT`) {#CAL_MAG3_ZODIAG} Magnetometer 3 Z-axis off diagonal scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### CAL_MAG3_ZOFF (`FLOAT`) {#CAL_MAG3_ZOFF} Magnetometer 3 Z-axis offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### CAL_MAG3_ZSCALE (`FLOAT`) {#CAL_MAG3_ZSCALE} Magnetometer 3 Z-axis scaling factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 3.0 | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 3.0 | | 1.0 | ### CAL_MAG_COMP_TYP (`INT32`) {#CAL_MAG_COMP_TYP} @@ -30282,20 +32277,23 @@ Type of magnetometer compensation. - `2`: Current-based compensation (battery_status instance 0) - `3`: Current-based compensation (battery_status instance 1) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SENS_DPRES_ANSC (`FLOAT`) {#SENS_DPRES_ANSC} Differential pressure sensor analog scaling. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SENS_DPRES_OFF (`FLOAT`) {#SENS_DPRES_OFF} @@ -30303,49 +32301,56 @@ Differential pressure sensor offset. The offset (zero-reading) in Pascal -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### SENS_DPRES_REV (`INT32`) {#SENS_DPRES_REV} Reverse differential pressure sensor readings. -Reverse the raw measurements of all differential pressure sensors. This can be enabled if the sensors have static and dynamic ports swapped. +Reverse the raw measurements of all differential pressure sensors. +This can be enabled if the sensors have static and dynamic ports swapped. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### SENS_FLOW_MAXHGT (`FLOAT`) {#SENS_FLOW_MAXHGT} Maximum height above ground when reliant on optical flow. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 100.0 | 0.1 | 100. | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 100.0 | 0.1 | 100. | m | ### SENS_FLOW_MAXR (`FLOAT`) {#SENS_FLOW_MAXR} Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | | | 8. | rad/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1.0 | | | 8. | rad/s | ### SENS_FLOW_MINHGT (`FLOAT`) {#SENS_FLOW_MINHGT} Minimum height above ground when reliant on optical flow. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.1 | 0.08 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.1 | 0.08 | m | ## Sensors @@ -30355,17 +32360,17 @@ Enable external ADS1115 ADC. If enabled, the internal ADC is not used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### BAT1_C_MULT (`FLOAT`) {#BAT1_C_MULT} Capacity/current multiplier for high-current capable SMBUS battery. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1.0 | ### BAT1_SMBUS_MODEL (`INT32`) {#BAT1_SMBUS_MODEL} @@ -30377,18 +32382,17 @@ Battery device model. - `1`: BQ40Z50 based - `2`: BQ40Z80 based - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### BATMON_ADDR_DFLT (`INT32`) {#BATMON_ADDR_DFLT} I2C address for BatMon battery 1. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 11 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 11 | ### BATMON_DRIVER_EN (`INT32`) {#BATMON_DRIVER_EN} @@ -30400,16 +32404,23 @@ Parameter to enable BatMon module. - `1`: Start on default I2C addr(BATMON_ADDR_DFLT) - `2`: Autodetect I2C address (TODO) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### CAL_AIR_CMODEL (`INT32`) {#CAL_AIR_CMODEL} Airspeed sensor compensation model for the SDP3x. -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. +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. **Values:** @@ -30417,18 +32428,17 @@ Model with Pitot CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBEL - `1`: Model without Pitot (1.5 mm tubes) - `2`: Tube Pressure Drop - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### CAL_AIR_TUBED_MM (`FLOAT`) {#CAL_AIR_TUBED_MM} Airspeed sensor tube diameter. Only used for the Tube Pressure Drop Compensation. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.5 | 100 | | 1.5 | mm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.5 | 100 | | 1.5 | mm | ### CAL_AIR_TUBELEN (`FLOAT`) {#CAL_AIR_TUBELEN} @@ -30436,9 +32446,9 @@ Airspeed sensor tube length. See the CAL_AIR_CMODEL explanation on how this parameter should be set. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.01 | 2.00 | | 0.2 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 2.00 | | 0.2 | m | ### CAL_MAG_SIDES (`INT32`) {#CAL_MAG_SIDES} @@ -30446,47 +32456,73 @@ For legacy QGC support only. Use SENS_MAG_SIDES instead -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 63 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 63 | + +### ILABS_MODE (`INT32`) {#ILABS_MODE} + +InertialLabs INS sensor mode configuration. + +Configures whether the driver outputs only raw sensor output (the default), +or additionally supplies INS data such as position and velocity estimates. + +**Values:** + +- `0`: Sensors Only (default) +- `1`: INS + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### IMU_ACCEL_CUTOFF (`FLOAT`) {#IMU_ACCEL_CUTOFF} Low pass filter cutoff frequency for accel. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | | 30.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 30.0 | Hz | ### IMU_DGYRO_CUTOFF (`FLOAT`) {#IMU_DGYRO_CUTOFF} Cutoff frequency for angular acceleration (D-Term filter). -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | 0.1 | 30.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | 0.1 | 20.0 | Hz | ### IMU_GYRO_CAL_EN (`INT32`) {#IMU_GYRO_CAL_EN} IMU gyro auto calibration enable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### IMU_GYRO_CUTOFF (`FLOAT`) {#IMU_GYRO_CUTOFF} Low pass filter cutoff frequency for gyro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | 0.1 | 40.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | 0.1 | 40.0 | Hz | ### IMU_GYRO_DNF_BW (`FLOAT`) {#IMU_GYRO_DNF_BW} @@ -30494,25 +32530,25 @@ IMU gyro ESC notch filter bandwidth. Bandwidth per notch filter when using dynamic notch filtering with ESC RPM. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 5 | 30 | 0.1 | 15. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 5 | 30 | 0.1 | 15. | Hz | ### IMU_GYRO_DNF_EN (`INT32`) {#IMU_GYRO_DNF_EN} IMU gyro dynamic notch filtering. -Enable bank of dynamically updating notch filters. Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN). +Enable bank of dynamically updating notch filters. +Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN). **Bitmask:** - `0`: ESC RPM - `1`: FFT - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### IMU_GYRO_DNF_HMC (`INT32`) {#IMU_GYRO_DNF_HMC} @@ -30520,9 +32556,9 @@ IMU gyro dynamic notch filter harmonics. ESC RPM number of harmonics (multiples of RPM) for ESC RPM dynamic notch filtering. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 7 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 7 | | 3 | ### IMU_GYRO_DNF_MIN (`FLOAT`) {#IMU_GYRO_DNF_MIN} @@ -30530,17 +32566,17 @@ IMU gyro dynamic notch filter minimum frequency. Minimum notch filter frequency in Hz. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.1 | 25. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.1 | 25. | Hz | ### IMU_GYRO_FFT_EN (`INT32`) {#IMU_GYRO_FFT_EN} IMU gyro FFT enable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### IMU_GYRO_FFT_LEN (`INT32`) {#IMU_GYRO_FFT_LEN} @@ -30553,80 +32589,95 @@ IMU gyro FFT length. - `1024`: 1024 - `4096`: 4096 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 512 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 512 | Hz | ### IMU_GYRO_FFT_MAX (`FLOAT`) {#IMU_GYRO_FFT_MAX} IMU gyro FFT maximum frequency. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 1000 | | 150. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 1000 | | 150. | Hz | ### IMU_GYRO_FFT_MIN (`FLOAT`) {#IMU_GYRO_FFT_MIN} IMU gyro FFT minimum frequency. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 1000 | | 30. | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 1000 | | 30. | Hz | ### IMU_GYRO_FFT_SNR (`FLOAT`) {#IMU_GYRO_FFT_SNR} IMU gyro FFT SNR. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 30 | | 10. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 30 | | 10. | ### IMU_GYRO_NF0_BW (`FLOAT`) {#IMU_GYRO_NF0_BW} Notch filter bandwidth for gyro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 100 | 0.1 | 20.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 100 | 0.1 | 20.0 | Hz | ### IMU_GYRO_NF0_FRQ (`FLOAT`) {#IMU_GYRO_NF0_FRQ} Notch filter frequency for gyro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | 0.1 | 0.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | 0.1 | 0.0 | Hz | ### IMU_GYRO_NF1_BW (`FLOAT`) {#IMU_GYRO_NF1_BW} Notch filter 1 bandwidth for gyro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 100 | 0.1 | 20.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 100 | 0.1 | 20.0 | Hz | ### IMU_GYRO_NF1_FRQ (`FLOAT`) {#IMU_GYRO_NF1_FRQ} Notch filter 2 frequency for gyro. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1000 | 0.1 | 0.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | 0.1 | 0.0 | Hz | ### IMU_GYRO_RATEMAX (`INT32`) {#IMU_GYRO_RATEMAX} Gyro control data maximum publication rate (inner loop rate). -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. +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. **Values:** @@ -30637,16 +32688,16 @@ The maximum rate the gyro control data (vehicle_angular_velocity) will be allowe - `1000`: 1000 Hz - `2000`: 2000 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 100 | 2000 | | 400 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 100 | 2000 | | 400 | Hz | ### IMU_INTEG_RATE (`INT32`) {#IMU_INTEG_RATE} IMU integration rate. -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). +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). **Values:** @@ -30655,114 +32706,533 @@ The rate at which raw IMU data is integrated to produce delta angles and delta v - `250`: 250 Hz - `400`: 400 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 100 | 1000 | | 200 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 100 | 1000 | | 200 | Hz | ### INA220_CONFIG (`INT32`) {#INA220_CONFIG} INA220 Power Monitor Config. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 65535 | 1 | 8607 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 65535 | 1 | 8607 | ### INA220_CUR_BAT (`FLOAT`) {#INA220_CUR_BAT} INA220 Power Monitor Battery Max Current. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 500.0 | 0.1 | 164.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 500.0 | 0.1 | 164.0 | ### INA220_CUR_REG (`FLOAT`) {#INA220_CUR_REG} INA220 Power Monitor Regulator Max Current. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 500.0 | 0.1 | 164.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 500.0 | 0.1 | 164.0 | ### INA220_SHUNT_BAT (`FLOAT`) {#INA220_SHUNT_BAT} INA220 Power Monitor Battery Shunt. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.000000001 | 0.1 | .000000001 | 0.0005 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | ----------- | -------- | ---------- | ------- | ---- | +|   | 0.000000001 | 0.1 | .000000001 | 0.0005 | ### INA220_SHUNT_REG (`FLOAT`) {#INA220_SHUNT_REG} INA220 Power Monitor Regulator Shunt. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.000000001 | 0.1 | .000000001 | 0.0005 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | ----------- | -------- | ---------- | ------- | ---- | +|   | 0.000000001 | 0.1 | .000000001 | 0.0005 | ### INA226_CONFIG (`INT32`) {#INA226_CONFIG} INA226 Power Monitor Config. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 65535 | 1 | 18139 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 65535 | 1 | 18139 | ### INA226_CURRENT (`FLOAT`) {#INA226_CURRENT} INA226 Power Monitor Max Current. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | 200.0 | 0.1 | 164.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | 200.0 | 0.1 | 164.0 | ### INA226_SHUNT (`FLOAT`) {#INA226_SHUNT} INA226 Power Monitor Shunt. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | ----------- | -------- | ---------- | ------- | ---- | +| ✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | ### INA228_CONFIG (`INT32`) {#INA228_CONFIG} INA228 Power Monitor Config. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 65535 | 1 | 63779 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 65535 | 1 | 63779 | ### INA228_CURRENT (`FLOAT`) {#INA228_CURRENT} INA228 Power Monitor Max Current. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | 327.68 | 0.1 | 327.68 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | 327.68 | 0.1 | 327.68 | ### INA228_SHUNT (`FLOAT`) {#INA228_SHUNT} INA228 Power Monitor Shunt. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | ----------- | -------- | ---------- | ------- | ---- | +| ✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | ### INA238_CURRENT (`FLOAT`) {#INA238_CURRENT} INA238 Power Monitor Max Current. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.1 | 327.68 | 0.1 | 327.68 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0.1 | 327.68 | 0.1 | 327.68 | ### INA238_SHUNT (`FLOAT`) {#INA238_SHUNT} INA238 Power Monitor Shunt. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | ----------- | -------- | ---------- | ------- | ---- | +| ✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 | + +### MS_ACCEL_RANGE (`INT32`) {#MS_ACCEL_RANGE} + +MicroStrain accelerometer range. + +-1 = Will not be configured, and will use the device default range. +Ranges vary by device and map to integer codes. Check the device's [User Manual](https://www.hbkworld.com/en/products/transducers/inertial-sensors#!ref_microstrain.com) for supported ranges and set the corresponding integer. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | + +### MS_ALIGNMENT (`INT32`) {#MS_ALIGNMENT} + +MicroStrain heading alignment type. + +Select the source of heading alignment. + +**Bitmask:** + +- `0`: Dual-antenna GNSS +- `1`: GNSS kinematic (requires motion, e.g. a GNSS velocity) +- `2`: Magnetometer +- `3`: External Heading (first valid external heading will be used to initialize the filter) + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 15 | | 2 | + +### MS_BARO_RATE_HZ (`INT32`) {#MS_BARO_RATE_HZ} + +MicroStrain barometer data rate. + +Barometer data rate (Hz). +Valid rates: 0 or any factor of 1000. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 50 | + +### MS_EHEAD_YAW (`FLOAT`) {#MS_EHEAD_YAW} + +MicroStrain External Heading Orientation (Yaw). + +The orientation of the device (Radians) with respect to the vehicle frame around the z axis. +Requires MS_EXT_HEAD_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_EMAG_PTCH (`FLOAT`) {#MS_EMAG_PTCH} + +MicroStrain External Magnetometer Orientation (Pitch). + +The orientation of the device (Radians) with respect to the vehicle frame around the y axis. +Requires MS_EXT_MAG_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_EMAG_ROLL (`FLOAT`) {#MS_EMAG_ROLL} + +MicroStrain External Magnetometer Orientation (Roll). + +The orientation of the device (Radians) with respect to the vehicle frame around the x axis. +Requires MS_EXT_MAG_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_EMAG_UNCERT (`FLOAT`) {#MS_EMAG_UNCERT} + +MicroStrain external magnetometer uncertainty. + +The 1-sigma uncertainty (in Gauss) for all axes, which will remain constant across all aiding measurements. +Requires MS_EXT_MAG_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.1 | + +### MS_EMAG_YAW (`FLOAT`) {#MS_EMAG_YAW} + +MicroStrain External Magnetometer Orientation (Yaw). + +The orientation of the device (Radians) with respect to the vehicle frame around the z axis. +Requires MS_EXT_MAG_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_EXT_HEAD_EN (`INT32`) {#MS_EXT_HEAD_EN} + +Enable MicroStrain external heading aiding. + +Toggles external heading as an aiding measurement. +If enabled, the filter will be configured to accept external heading as an aiding meaurement. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_EXT_MAG_EN (`INT32`) {#MS_EXT_MAG_EN} + +Enable MicroStrain external magnetometer aiding. + +Toggles external magnetometer aiding in the device filter. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_FILT_RATE_HZ (`INT32`) {#MS_FILT_RATE_HZ} + +MicroStrain EKF data rate. + +The rate at which the INS data is published (Hz). +Valid rates: 0 or any factor of 1000. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 250 | + +### MS_GNSS_AID_SRC (`INT32`) {#MS_GNSS_AID_SRC} + +MicroStrain GNSS aiding source control. + +Select the source of gnss aiding (GNSS/INS). + +**Values:** + +- `1`: All internal receivers +- `2`: External GNSS messages +- `3`: GNSS receiver 1 only +- `4`: GNSS receiver 2 only + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | + +### MS_GNSS_OFF1_X (`FLOAT`) {#MS_GNSS_OFF1_X} + +MicroStrain GNSS lever arm offset 1 (X). + +Lever arm offset (m) in the X direction for the external GNSS receiver. +In the case of a dual antenna setup, this is antenna 1. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_OFF1_Y (`FLOAT`) {#MS_GNSS_OFF1_Y} + +MicroStrain GNSS lever arm offset 1 (Y). + +Lever arm offset (m) in the Y direction for the external GNSS receiver. +In the case of a dual antenna setup, this is antenna 1. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_OFF1_Z (`FLOAT`) {#MS_GNSS_OFF1_Z} + +MicroStrain GNSS lever arm offset 1 (Z). + +Lever arm offset (m) in the Z direction for the external GNSS receiver. +In the case of a dual antenna setup, this is antenna 1. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_OFF2_X (`FLOAT`) {#MS_GNSS_OFF2_X} + +MicroStrain GNSS lever arm offset 2 (X). + +Lever arm offset (m) in the X direction for antenna 2 +This will only be used if the device supports a dual antenna setup. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_OFF2_Y (`FLOAT`) {#MS_GNSS_OFF2_Y} + +MicroStrain GNSS lever arm offset 2 (Y). + +Lever arm offset (m) in the Y direction for antenna 2. +This will only be used if the device supports a dual antenna setup. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_OFF2_Z (`FLOAT`) {#MS_GNSS_OFF2_Z} + +MicroStrain GNSS lever arm offset 2 (Z). + +Lever arm offset (m) in the X direction for antenna 2. +This will only be used if the device supports a dual antenna setup. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_GNSS_RATE_HZ (`INT32`) {#MS_GNSS_RATE_HZ} + +MicroStrain GNSS data rate. + +GNSS receiver 1 and 2 data rate (Hz). +Valid rates: 0, 1 or 5. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 5 | | 5 | + +### MS_GYRO_RANGE (`INT32`) {#MS_GYRO_RANGE} + +MicroStrain gyroscope range. + +-1 = Will not be configured, and will use the device default range. +Ranges vary by device and map to integer codes. Check the device's [User Manual](https://www.hbkworld.com/en/products/transducers/inertial-sensors#!ref_microstrain.com) for supported ranges and set the corresponding integer. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | + +### MS_IMU_RATE_HZ (`INT32`) {#MS_IMU_RATE_HZ} + +MicroStrain IMU data rate. + +Accelerometer and Gyroscope data rate (Hz). +Valid rates: 0 or any factor of 1000. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 500 | + +### MS_INT_HEAD_EN (`INT32`) {#MS_INT_HEAD_EN} + +Enable MicroStrain internal heading aiding. + +Toggles internal heading as an aiding measurement. +If dual antennas are supported (CV7-GNSS/INS). The filter will be configured to use dual antenna heading as an aiding measurement. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_INT_MAG_EN (`INT32`) {#MS_INT_MAG_EN} + +Enable MicroStrain internal magnetometer. + +Toggles internal magnetometer aiding in the device filter. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_MAG_RATE_HZ (`INT32`) {#MS_MAG_RATE_HZ} + +MicroStrain magnetometer data rate. + +Magnetometer data rate (Hz). +Valid rates: 0 or any factor of 1000. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1000 | | 50 | + +### MS_MODE (`INT32`) {#MS_MODE} + +MicroStrain device mode. + +Sensor mode publishes raw IMU data to be used by EKF2. INS data from the device is published to the external INS topics. +INS mode publishes the INS data to the vehicle topics to be used for navigation. + +**Values:** + +- `0`: Sensor Mode +- `1`: INS Mode + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_OFLW_OFF_X (`FLOAT`) {#MS_OFLW_OFF_X} + +MicroStrain optical flow offset (X). + +Offset (m) in the X direction if an Optical Flow sensor is connected. +Requires MS_OPT_FLOW_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_OFLW_OFF_Y (`FLOAT`) {#MS_OFLW_OFF_Y} + +MicroStrain optical flow offset (Y). + +Offset (m) in the Y direction if an Optical Flow sensor is connected. +Requires MS_OPT_FLOW_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_OFLW_OFF_Z (`FLOAT`) {#MS_OFLW_OFF_Z} + +MicroStrain optical flow offset (Z). + +Offset (m) in the Z direction if an Optical Flow sensor is connected. +Requires MS_OPT_FLOW_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_OFLW_UNCERT (`FLOAT`) {#MS_OFLW_UNCERT} + +MicroStrain optical flow uncertainty. + +The 1-sigma uncertainty (in m/s) for the X and Y axes, which will remain constant across all aiding measurements. +The Z axis is not used for aiding. +Requires MS_OPT_FLOW_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.1 | + +### MS_OPT_FLOW_EN (`INT32`) {#MS_OPT_FLOW_EN} + +Enable MicroStrain optical flow aiding. + +Toggles body frame velocity as an aiding measurement. +The driver uses the body frame velocity from the optical flow sensor as the aiding measurements. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | + +### MS_SENSOR_PTCH (`FLOAT`) {#MS_SENSOR_PTCH} + +MicroStrain Sensor to Vehicle Transform (Pitch). + +The orientation of the device (Radians) with respect to the vehicle frame around the y axis. +Requires MS_SVT_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_SENSOR_ROLL (`FLOAT`) {#MS_SENSOR_ROLL} + +MicroStrain Sensor to vehicle transform (Roll). + +The orientation of the device (Radians) with respect to the vehicle frame around the x axis. +Requires MS_SVT_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_SENSOR_YAW (`FLOAT`) {#MS_SENSOR_YAW} + +MicroStrain Sensor to Vehicle Transform (Yaw). + +The orientation of the device (Radians) with respect to the vehicle frame around the z axis. +Requires MS_SVT_EN to be enabled to be used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0.0 | + +### MS_SVT_EN (`INT32`) {#MS_SVT_EN} + +Enables Microstrain sensor to vehicle transform. + +If the sensor has a different orientation with respect to the vehicle. This will enable a transform to correct itself. +The transform is described by MS_SENSOR_ROLL, MS_SENSOR_PITCH, MS_SENSOR_YAW. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### PCF8583_MAGNET (`INT32`) {#PCF8583_MAGNET} @@ -30770,9 +33240,9 @@ PCF8583 rotorfreq (i2c) pulse count. Nmumber of signals per rotation of actuator -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | | | 2 | ### PCF8583_POOL (`INT32`) {#PCF8583_POOL} @@ -30780,19 +33250,65 @@ PCF8583 rotorfreq (i2c) pool interval. Determines how often the sensor is read out. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1000000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1000000 | us | ### PCF8583_RESET (`INT32`) {#PCF8583_RESET} PCF8583 rotorfreq (i2c) pulse reset value. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 500000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 500000 | + +### SBG_BAUDRATE (`INT32`) {#SBG_BAUDRATE} + +sbgECom driver baudrate. + +Baudrate used by default for serial communication between PX4 +and SBG Systems INS through sbgECom driver. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 9600 | 921600 | | 921600 | + +### SBG_CONFIGURE_EN (`INT32`) {#SBG_CONFIGURE_EN} + +sbgECom driver INS configuration enable. + +Enable SBG Systems INS configuration through sbgECom driver +on start. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | + +### SBG_MODE (`INT32`) {#SBG_MODE} + +sbgECom driver mode. + +Modes available for sbgECom driver. +In Sensors Only mode, use external IMU and magnetometer. +In GNSS mode, use external GNSS in addition to sensors only mode. +In INS mode, use external Kalman Filter in addition to GNSS mode. +In INS mode, requires EKF2_EN 0. Keeping both enabled +can lead to an unexpected behavior and vehicle instability. + +**Values:** + +- `0`: Sensors Only +- `1`: GNSS +- `2`: INS (default) + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### SENS_AFBR_HYSTER (`INT32`) {#SENS_AFBR_HYSTER} @@ -30800,9 +33316,9 @@ AFBR Rangefinder Short/Long Range Threshold Hysteresis. This parameter defines the hysteresis for switching between short and long range mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 10 | | 1 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 10 | | 1 | m | ### SENS_AFBR_L_RATE (`INT32`) {#SENS_AFBR_L_RATE} @@ -30810,9 +33326,9 @@ AFBR Rangefinder Long Range Rate. This parameter defines measurement rate of the AFBR Rangefinder in long range mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 100 | | 25 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 100 | | 25 | ### SENS_AFBR_MODE (`INT32`) {#SENS_AFBR_MODE} @@ -30827,10 +33343,9 @@ This parameter defines the mode of the AFBR Rangefinder. - `2`: High Speed Short Range Mode - `3`: High Speed Long Range Mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 0 | ### SENS_AFBR_S_RATE (`INT32`) {#SENS_AFBR_S_RATE} @@ -30838,37 +33353,65 @@ AFBR Rangefinder Short Range Rate. This parameter defines measurement rate of the AFBR Rangefinder in short range mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 100 | | 50 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 100 | | 50 | ### SENS_AFBR_THRESH (`INT32`) {#SENS_AFBR_THRESH} AFBR Rangefinder Short/Long Range Threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 50 | | 4 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 50 | | 4 | m | + +### SENS_BAHRS_CFG (`INT32`) {#SENS_BAHRS_CFG} + +Serial Configuration for EULER-NAV BAHRS. + +Configure on which serial port to run EULER-NAV BAHRS. + +**Values:** + +- `0`: Disabled +- `6`: UART 6 +- `101`: TELEM 1 +- `102`: TELEM 2 +- `103`: TELEM 3 +- `104`: TELEM/SERIAL 4 +- `201`: GPS 1 +- `202`: GPS 2 +- `203`: GPS 3 +- `300`: Radio Controller +- `301`: Wifi Port +- `401`: EXT2 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_BARO_QNH (`FLOAT`) {#SENS_BARO_QNH} QNH for barometer. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 500 | 1500 | | 1013.25 | hPa +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 500 | 1500 | | 1013.25 | hPa | ### SENS_BARO_RATE (`FLOAT`) {#SENS_BARO_RATE} Baro max rate. -Barometric air data maximum publication rate. This is an upper bound, actual barometric data rate is still dependent on the sensor. +Barometric air data maximum publication rate. This is an upper bound, +actual barometric data rate is still dependent on the sensor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 200 | | 20.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 200 | | 20.0 | Hz | ### SENS_BAR_AUTOCAL (`INT32`) {#SENS_BAR_AUTOCAL} @@ -30876,9 +33419,9 @@ Barometer auto calibration. Automatically calibrate barometer based on the GNSS height -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_BOARD_ROT (`INT32`) {#SENS_BOARD_ROT} @@ -30930,40 +33473,44 @@ This parameter defines the rotation of the FMU board relative to the platform. - `39`: Pitch 315° - `40`: Roll 90°, Pitch 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -1 | 40 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 40 | | 0 | ### SENS_BOARD_X_OFF (`FLOAT`) {#SENS_BOARD_X_OFF} -Board rotation X (Roll) offset. +Board rotation X (roll) offset. -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. +Rotation from flight controller board to vehicle body frame. +This parameter gets set during the "level horizon" calibration or can be +set manually. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -45.0 | 45.0 | | 0.0 | deg | ### SENS_BOARD_Y_OFF (`FLOAT`) {#SENS_BOARD_Y_OFF} -Board rotation Y (Pitch) offset. +Board rotation Y (pitch) offset. -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. +Rotation from flight controller board to vehicle body frame. +This parameter gets set during the "level horizon" calibration or can be +set manually. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -45.0 | 45.0 | | 0.0 | deg | ### SENS_BOARD_Z_OFF (`FLOAT`) {#SENS_BOARD_Z_OFF} -Board rotation Z (YAW) offset. +Board rotation Z (yaw) offset. -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. +Rotation from flight controller board to vehicle body frame. +Has to be set manually (not set by any calibration). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -45.0 | 45.0 | | 0.0 | deg | ### SENS_CM8JL65_CFG (`INT32`) {#SENS_CM8JL65_CFG} @@ -30986,10 +33533,9 @@ Configure on which serial port to run Lanbao PSK-CM8JL65-CC5. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_CM8JL65_R_0 (`INT32`) {#SENS_CM8JL65_R_0} @@ -31006,10 +33552,9 @@ Distance Sensor Rotation as MAV_SENSOR_ORIENTATION enum - `24`: ROTATION_UPWARD_FACING - `25`: ROTATION_DOWNWARD_FACING - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 25 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 25 | ### SENS_EN_ADIS164X (`INT32`) {#SENS_EN_ADIS164X} @@ -31020,18 +33565,17 @@ Analog Devices ADIS16448 IMU (external SPI). - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_ADIS165X (`INT32`) {#SENS_EN_ADIS165X} Analog Devices ADIS16507 IMU (external SPI). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_AGPSIM (`INT32`) {#SENS_EN_AGPSIM} @@ -31042,10 +33586,9 @@ Simulate Aux Global Position (AGP). - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_ARSPDSIM (`INT32`) {#SENS_EN_ARSPDSIM} @@ -31056,18 +33599,17 @@ Enable simulated airspeed sensor instance. - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_ASP5033 (`INT32`) {#SENS_EN_ASP5033} ASP5033 differential pressure sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_AUAVX (`INT32`) {#SENS_EN_AUAVX} @@ -31080,10 +33622,9 @@ Amphenol AUAV differential / absolute pressure sensor (external I2C). - `2`: AUAV L10D - `3`: AUAV L30D - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_EN_BAROSIM (`INT32`) {#SENS_EN_BAROSIM} @@ -31094,26 +33635,25 @@ Enable simulated barometer sensor instance. - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_BATT (`INT32`) {#SENS_EN_BATT} SMBUS Smart battery driver BQ40Z50 and BQ40Z80. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_ETSASPD (`INT32`) {#SENS_EN_ETSASPD} Eagle Tree airspeed sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_GPSSIM (`INT32`) {#SENS_EN_GPSSIM} @@ -31124,10 +33664,9 @@ Enable simulated GPS sinstance. - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_INA220 (`INT32`) {#SENS_EN_INA220} @@ -31135,9 +33674,9 @@ Enable INA220 Power Monitor. For systems a INA220 Power Monitor, this should be set to true -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_INA226 (`INT32`) {#SENS_EN_INA226} @@ -31145,9 +33684,9 @@ Enable INA226 Power Monitor. For systems a INA226 Power Monitor, this should be set to true -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_INA228 (`INT32`) {#SENS_EN_INA228} @@ -31155,9 +33694,9 @@ Enable INA228 Power Monitor. For systems a INA228 Power Monitor, this should be set to true -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_INA238 (`INT32`) {#SENS_EN_INA238} @@ -31165,17 +33704,17 @@ Enable INA238 Power Monitor. For systems a INA238 Power Monitor, this should be set to true -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_IRLOCK (`INT32`) {#SENS_EN_IRLOCK} IR-LOCK Sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_LL40LS (`INT32`) {#SENS_EN_LL40LS} @@ -31187,10 +33726,9 @@ Lidar-Lite (LL40LS). - `1`: PWM - `2`: I2C - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### SENS_EN_MAGSIM (`INT32`) {#SENS_EN_MAGSIM} @@ -31201,18 +33739,25 @@ Enable simulated magnetometer sensor instance. - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_MB12XX (`INT32`) {#SENS_EN_MB12XX} Maxbotix Sonar (mb12xx). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | + +### SENS_EN_MCP9808 (`INT32`) {#SENS_EN_MCP9808} + +Enable MCP9808 temperature sensor (external I2C). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_MPDT (`INT32`) {#SENS_EN_MPDT} @@ -31223,50 +33768,49 @@ Enable Mappydot rangefinder (i2c). - `0`: Disabled - `1`: Autodetect - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_MS4515 (`INT32`) {#SENS_EN_MS4515} TE MS4515 differential pressure sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_MS4525DO (`INT32`) {#SENS_EN_MS4525DO} TE MS4525DO differential pressure sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_MS5525DS (`INT32`) {#SENS_EN_MS5525DS} TE MS5525DSO differential pressure sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_PAA3905 (`INT32`) {#SENS_EN_PAA3905} PAA3905 Optical Flow. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_PAW3902 (`INT32`) {#SENS_EN_PAW3902} PAW3902/PAW3903 Optical Flow. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_PCF8583 (`INT32`) {#SENS_EN_PCF8583} @@ -31279,34 +33823,33 @@ Run PCF8583 driver automatically - `0`: Disabled - `1`: Eneabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_PGA460 (`INT32`) {#SENS_EN_PGA460} PGA460 Ultrasonic driver (PGA460). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_PMW3901 (`INT32`) {#SENS_EN_PMW3901} PMW3901 Optical Flow. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_PX4FLOW (`INT32`) {#SENS_EN_PX4FLOW} PX4 Flow Optical Flow. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_SCH16T (`INT32`) {#SENS_EN_SCH16T} @@ -31317,18 +33860,17 @@ Murata SCH16T IMU (external SPI). - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SENS_EN_SDP3X (`INT32`) {#SENS_EN_SDP3X} Sensirion SDP3X differential pressure sensor (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_SF0X (`INT32`) {#SENS_EN_SF0X} @@ -31345,10 +33887,9 @@ Lightware Laser Rangefinder hardware model (serial). - `7`: SF30/c - `8`: LW20/c - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### SENS_EN_SF1XX (`INT32`) {#SENS_EN_SF1XX} @@ -31365,10 +33906,9 @@ Lightware SF1xx/SF20/LW20 laser rangefinder (i2c). - `6`: SF/LW20/c - `7`: SF/LW30/d - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_EN_SF45_CFG (`INT32`) {#SENS_EN_SF45_CFG} @@ -31391,50 +33931,49 @@ Configure on which serial port to run Lightware SF45 Rangefinder (serial). - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_EN_SHT3X (`INT32`) {#SENS_EN_SHT3X} SHT3x temperature and hygrometer. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_SPA06 (`INT32`) {#SENS_EN_SPA06} Goertek SPA06 Barometer (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_SPL06 (`INT32`) {#SENS_EN_SPL06} Goertek SPL06 Barometer (external I2C). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_SR05 (`INT32`) {#SENS_EN_SR05} HY-SRF05 / HC-SR05. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_TF02PRO (`INT32`) {#SENS_EN_TF02PRO} TF02 Pro Distance Sensor (i2c). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_THERMAL (`INT32`) {#SENS_EN_THERMAL} @@ -31446,10 +33985,9 @@ Thermal control of sensor temperature. - `0`: Thermal control off - `1`: Thermal control enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1 | ### SENS_EN_TRANGER (`INT32`) {#SENS_EN_TRANGER} @@ -31464,26 +34002,25 @@ TeraRanger Rangefinder (i2c). - `4`: TREvo600Hz - `5`: TREvo3m - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 0 | ### SENS_EN_VL53L0X (`INT32`) {#SENS_EN_VL53L0X} VL53L0X Distance Sensor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EN_VL53L1X (`INT32`) {#SENS_EN_VL53L1X} VL53L1X Distance Sensor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SENS_EXT_I2C_PRB (`INT32`) {#SENS_EXT_I2C_PRB} @@ -31491,25 +34028,27 @@ External I2C probe. Probe for optional external I2C devices. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_FLOW_RATE (`FLOAT`) {#SENS_FLOW_RATE} Optical flow max rate. -Optical flow data maximum publication rate. This is an upper bound, actual optical flow data rate is still dependent on the sensor. +Optical flow data maximum publication rate. This is an upper bound, +actual optical flow data rate is still dependent on the sensor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 200 | | 70.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 200 | | 70.0 | Hz | ### SENS_FLOW_ROT (`INT32`) {#SENS_FLOW_ROT} Optical flow rotation. -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. +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. **Values:** @@ -31522,18 +34061,17 @@ This parameter defines the yaw rotation of the optical flow relative to the vehi - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SENS_FLOW_SCALE (`FLOAT`) {#SENS_FLOW_SCALE} Optical flow scale factor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 1.5 | | 1. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.5 | 1.5 | | 1. | ### SENS_FTX_CFG (`INT32`) {#SENS_FTX_CFG} @@ -31556,16 +34094,18 @@ Configure on which serial port to run FT Technologies Digital Wind Sensor (seria - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_GPS_MASK (`INT32`) {#SENS_GPS_MASK} Multi GPS Blending Control Mask. -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 +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 **Bitmask:** @@ -31573,20 +34113,25 @@ Set bits in the following positions to set which GPS accuracy metrics will be us - `1`: use hpos accuracy - `2`: use vpos accuracy - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 7 | ### SENS_GPS_PRIME (`INT32`) {#SENS_GPS_PRIME} Multi GPS primary instance. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | | 0 | ### SENS_GPS_TAU (`FLOAT`) {#SENS_GPS_TAU} @@ -31594,9 +34139,34 @@ Multi GPS Blending Time Constant. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 100.0 | | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 100.0 | | 10.0 | s | + +### SENS_ILABS_CFG (`INT32`) {#SENS_ILABS_CFG} + +Serial Configuration for InertialLabs. + +Configure on which serial port to run InertialLabs. + +**Values:** + +- `0`: Disabled +- `6`: UART 6 +- `101`: TELEM 1 +- `102`: TELEM 2 +- `103`: TELEM 3 +- `104`: TELEM/SERIAL 4 +- `201`: GPS 1 +- `202`: GPS 2 +- `203`: GPS 3 +- `300`: Radio Controller +- `301`: Wifi Port +- `401`: EXT2 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_IMU_AUTOCAL (`INT32`) {#SENS_IMU_AUTOCAL} @@ -31604,9 +34174,9 @@ IMU auto calibration. Automatically initialize IMU (accel/gyro) calibration from bias estimates if available. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_IMU_CLPNOTI (`INT32`) {#SENS_IMU_CLPNOTI} @@ -31614,9 +34184,9 @@ IMU notify clipping. Notify the user if the IMU is clipping -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_IMU_MODE (`INT32`) {#SENS_IMU_MODE} @@ -31627,42 +34197,41 @@ Sensors hub IMU mode. - `0`: Disabled - `1`: Publish primary IMU selection - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### SENS_IMU_TEMP (`FLOAT`) {#SENS_IMU_TEMP} Target IMU temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 85.0 | | 55.0 | celcius +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0 | 85.0 | | 55.0 | celcius | ### SENS_IMU_TEMP_FF (`FLOAT`) {#SENS_IMU_TEMP_FF} IMU heater controller feedforward value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1.0 | | 0.05 | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.0 | | 0.05 | % | ### SENS_IMU_TEMP_I (`FLOAT`) {#SENS_IMU_TEMP_I} IMU heater controller integrator gain value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1.0 | | 0.025 | us/C +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.0 | | 0.025 | us/C | ### SENS_IMU_TEMP_P (`FLOAT`) {#SENS_IMU_TEMP_P} IMU heater controller proportional gain value. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2.0 | | 1.0 | us/C +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2.0 | | 1.0 | us/C | ### SENS_INT_BARO_EN (`INT32`) {#SENS_INT_BARO_EN} @@ -31670,9 +34239,9 @@ Enable internal barometers. For systems with an external barometer, this should be set to false to make sure that the external is used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### SENS_LEDDAR1_CFG (`INT32`) {#SENS_LEDDAR1_CFG} @@ -31695,10 +34264,9 @@ Configure on which serial port to run LeddarOne Rangefinder. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_MAG_AUTOCAL (`INT32`) {#SENS_MAG_AUTOCAL} @@ -31706,9 +34274,9 @@ Magnetometer auto calibration. Automatically initialize magnetometer calibration from bias estimate if available. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_MAG_AUTOROT (`INT32`) {#SENS_MAG_AUTOROT} @@ -31716,9 +34284,9 @@ Automatically set external rotations. During calibration attempt to automatically determine the rotation of external magnetometers. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SENS_MAG_MODE (`INT32`) {#SENS_MAG_MODE} @@ -31729,26 +34297,35 @@ Sensors hub mag mode. - `0`: Publish all magnetometers - `1`: Publish primary magnetometer - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### SENS_MAG_RATE (`FLOAT`) {#SENS_MAG_RATE} Magnetometer max rate. -Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependent on the sensor. +Magnetometer data maximum publication rate. This is an upper bound, +actual magnetometer data rate is still dependent on the sensor. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 200 | | 15.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 200 | | 15.0 | Hz | ### SENS_MAG_SIDES (`INT32`) {#SENS_MAG_SIDES} Bitfield selecting mag sides for calibration. -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 +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 **Values:** @@ -31756,10 +34333,9 @@ If set to two side calibration, only the offsets are estimated, the scale calibr - `38`: Three side calibration - `63`: Six side calibration - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 34 | 63 | | 63 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 34 | 63 | | 63 | ### SENS_MB12_0_ROT (`INT32`) {#SENS_MB12_0_ROT} @@ -31778,10 +34354,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_10_ROT (`INT32`) {#SENS_MB12_10_ROT} @@ -31800,10 +34375,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_11_ROT (`INT32`) {#SENS_MB12_11_ROT} @@ -31822,10 +34396,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_1_ROT (`INT32`) {#SENS_MB12_1_ROT} @@ -31844,10 +34417,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_2_ROT (`INT32`) {#SENS_MB12_2_ROT} @@ -31866,10 +34438,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_3_ROT (`INT32`) {#SENS_MB12_3_ROT} @@ -31888,10 +34459,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_4_ROT (`INT32`) {#SENS_MB12_4_ROT} @@ -31910,10 +34480,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_5_ROT (`INT32`) {#SENS_MB12_5_ROT} @@ -31932,10 +34501,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_6_ROT (`INT32`) {#SENS_MB12_6_ROT} @@ -31954,10 +34522,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_7_ROT (`INT32`) {#SENS_MB12_7_ROT} @@ -31976,10 +34543,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_8_ROT (`INT32`) {#SENS_MB12_8_ROT} @@ -31998,10 +34564,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MB12_9_ROT (`INT32`) {#SENS_MB12_9_ROT} @@ -32020,10 +34585,9 @@ This parameter defines the rotation of the sensor relative to the platform. - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT0_ROT (`INT32`) {#SENS_MPDT0_ROT} @@ -32042,10 +34606,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT10_ROT (`INT32`) {#SENS_MPDT10_ROT} @@ -32064,10 +34627,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT11_ROT (`INT32`) {#SENS_MPDT11_ROT} @@ -32086,10 +34648,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT1_ROT (`INT32`) {#SENS_MPDT1_ROT} @@ -32108,10 +34669,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT2_ROT (`INT32`) {#SENS_MPDT2_ROT} @@ -32130,10 +34690,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT3_ROT (`INT32`) {#SENS_MPDT3_ROT} @@ -32152,10 +34711,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT4_ROT (`INT32`) {#SENS_MPDT4_ROT} @@ -32174,10 +34732,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT5_ROT (`INT32`) {#SENS_MPDT5_ROT} @@ -32196,10 +34753,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT6_ROT (`INT32`) {#SENS_MPDT6_ROT} @@ -32218,10 +34774,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT7_ROT (`INT32`) {#SENS_MPDT7_ROT} @@ -32240,10 +34795,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT8_ROT (`INT32`) {#SENS_MPDT8_ROT} @@ -32262,10 +34816,9 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | ### SENS_MPDT9_ROT (`INT32`) {#SENS_MPDT9_ROT} @@ -32284,10 +34837,34 @@ This parameter defines the rotation of the Mappydot sensor relative to the platf - `6`: Yaw 270° - `7`: Yaw 315° +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 7 | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 7 | | 0 | +### SENS_MS_CFG (`INT32`) {#SENS_MS_CFG} + +Serial Configuration for MICROSTRAIN. + +Configure on which serial port to run MICROSTRAIN. + +**Values:** + +- `0`: Disabled +- `6`: UART 6 +- `101`: TELEM 1 +- `102`: TELEM 2 +- `103`: TELEM 3 +- `104`: TELEM/SERIAL 4 +- `201`: GPS 1 +- `202`: GPS 2 +- `203`: GPS 3 +- `300`: Radio Controller +- `301`: Wifi Port +- `401`: EXT2 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_OR_ADIS164X (`INT32`) {#SENS_OR_ADIS164X} @@ -32298,10 +34875,34 @@ Analog Devices ADIS16448 IMU Orientation(external SPI). - `0`: ROTATION_NONE - `4`: ROTATION_YAW_180 +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 101 | | 0 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 101 | | 0 | +### SENS_SBG_CFG (`INT32`) {#SENS_SBG_CFG} + +Serial Configuration for sbgECom. + +Configure on which serial port to run sbgECom. + +**Values:** + +- `0`: Disabled +- `6`: UART 6 +- `101`: TELEM 1 +- `102`: TELEM 2 +- `103`: TELEM 3 +- `104`: TELEM/SERIAL 4 +- `201`: GPS 1 +- `202`: GPS 2 +- `203`: GPS 3 +- `300`: Radio Controller +- `301`: Wifi Port +- `401`: EXT2 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_SF0X_CFG (`INT32`) {#SENS_SF0X_CFG} @@ -32324,18 +34925,17 @@ Configure on which serial port to run Lightware Laser Rangefinder (serial). - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_TEMP_ID (`INT32`) {#SENS_TEMP_ID} Target IMU device ID to regulate temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SENS_TFLOW_CFG (`INT32`) {#SENS_TFLOW_CFG} @@ -32358,10 +34958,9 @@ Configure on which serial port to run ThoneFlow-3901U optical flow sensor. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_TFMINI_CFG (`INT32`) {#SENS_TFMINI_CFG} @@ -32384,10 +34983,9 @@ Configure on which serial port to run Benewake TFmini Rangefinder. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_TFMINI_HW (`INT32`) {#SENS_TFMINI_HW} @@ -32401,10 +34999,9 @@ Models differ in range and FoV. - `2`: ISTRA24 - `3`: ISTRA24_100m - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 3 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 3 | | 1 | ### SENS_ULAND_CFG (`INT32`) {#SENS_ULAND_CFG} @@ -32427,10 +35024,9 @@ Configure on which serial port to run uLanding Radar. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SENS_VN_CFG (`INT32`) {#SENS_VN_CFG} @@ -32453,10 +35049,9 @@ Configure on which serial port to run VectorNav (VN-100, VN-200, VN-300). - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SF45_ORIENT_CFG (`INT32`) {#SF45_ORIENT_CFG} @@ -32469,10 +35064,9 @@ The SF45 mounted facing upward or downward on the frame - `24`: Rotation upward - `25`: Rotation downward - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 24 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 24 | ### SF45_UPDATE_CFG (`INT32`) {#SF45_UPDATE_CFG} @@ -32495,10 +35089,9 @@ The SF45 sets the update rate in Hz to allow greater resolution - `11`: 2500hz - `12`: 5000hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 5 | ### SF45_YAW_CFG (`INT32`) {#SF45_YAW_CFG} @@ -32513,10 +35106,9 @@ The usb port on the sensor indicates 180deg, opposite usb is forward facing - `4`: Rotation backward - `6`: Rotation left - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SIM_ARSPD_FAIL (`INT32`) {#SIM_ARSPD_FAIL} @@ -32527,10 +35119,9 @@ Dynamically simulate failure of airspeed sensor instance. - `0`: Disabled - `1`: Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### VN_MODE (`INT32`) {#VN_MODE} @@ -32543,26 +35134,25 @@ INS or sensors - `0`: Sensors Only (default) - `1`: INS - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXLPM_SHUNT_BAT (`FLOAT`) {#VOXLPM_SHUNT_BAT} VOXL Power Monitor Shunt, Battery. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.000000001 | 0.1 | .000000001 | 0.00063 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | ----------- | -------- | ---------- | ------- | ---- | +| ✓ | 0.000000001 | 0.1 | .000000001 | 0.00063 | ### VOXLPM_SHUNT_REG (`FLOAT`) {#VOXLPM_SHUNT_REG} VOXL Power Monitor Shunt, Regulator. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.000000001 | 0.1 | .000000001 | 0.0056 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | ----------- | -------- | ---------- | ------- | ---- | +| ✓ | 0.000000001 | 0.1 | .000000001 | 0.0056 | ## Septentrio @@ -32570,17 +35160,20 @@ Reboot | minValue | maxValue | increment | default | unit Toggle automatic receiver configuration. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### SEP_CONST_USAGE (`INT32`) {#SEP_CONST_USAGE} Usage of different constellations. -Choice of which constellations the receiver should use for PVT computation. When this is 0, the constellation usage isn't changed. +Choice of which constellations the receiver should use for PVT computation. +When this is 0, the constellation usage isn't changed. **Bitmask:** @@ -32590,16 +35183,16 @@ Choice of which constellations the receiver should use for PVT computation. When - `3`: SBAS - `4`: BeiDou - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 63 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 63 | | 0 | ### SEP_DUMP_COMM (`INT32`) {#SEP_DUMP_COMM} Log GPS communication data. -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. +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. **Values:** @@ -32608,26 +35201,25 @@ Log raw communication between the driver and connected receivers. For example, " - `2`: To receiver - `3`: Both - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### SEP_HARDW_SETUP (`INT32`) {#SEP_HARDW_SETUP} 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. +- Default: Use two receivers as completely separate instances. +- Moving base: Use two receivers in a rover & moving base setup for heading. **Values:** - `0`: Default - `1`: Moving base - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### SEP_LOG_FORCE (`INT32`) {#SEP_LOG_FORCE} @@ -32635,9 +35227,9 @@ Whether to overwrite or add to existing logging. When the receiver is already set up to log data, this decides whether extra logged data should be added or overwrite existing data. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SEP_LOG_HZ (`INT32`) {#SEP_LOG_HZ} @@ -32659,10 +35251,9 @@ Select the frequency at which the connected receiver should log data to its inte - `9`: 25 Hz - `10`: 50 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 10 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 10 | | 0 | ### SEP_LOG_LEVEL (`INT32`) {#SEP_LOG_LEVEL} @@ -32677,10 +35268,9 @@ Select the level of detail that needs to be logged by the receiver. - `2`: Default - `3`: Full - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 2 | ### SEP_OUTP_HZ (`INT32`) {#SEP_OUTP_HZ} @@ -32695,20 +35285,23 @@ The output frequency of the main SBF blocks needed for PVT information. - `2`: 20 Hz - `3`: 25 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 1 | ### SEP_PITCH_OFFS (`FLOAT`) {#SEP_PITCH_OFFS} Pitch offset for dual antenna GPS. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -90 | 90 | | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -90 | 90 | | 0 | deg | ### SEP_PORT1_CFG (`INT32`) {#SEP_PORT1_CFG} @@ -32731,10 +35324,9 @@ Configure on which serial port to run GPS Port. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SEP_PORT2_CFG (`INT32`) {#SEP_PORT2_CFG} @@ -32757,10 +35349,9 @@ Configure on which serial port to run Secondary GPS port. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SEP_SAT_INFO (`INT32`) {#SEP_SAT_INFO} @@ -32768,39 +35359,46 @@ Enable sat info. Enable publication of satellite info (ORB_ID(satellite_info)) if possible. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SEP_STREAM_LOG (`INT32`) {#SEP_STREAM_LOG} Logging stream used during automatic configuration. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 10 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 10 | | 2 | ### SEP_STREAM_MAIN (`INT32`) {#SEP_STREAM_MAIN} Main stream used during automatic configuration. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 10 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 10 | | 1 | ### SEP_YAW_OFFS (`FLOAT`) {#SEP_YAW_OFFS} Heading/Yaw offset for dual antenna GPS. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | -360 | 360 | | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -360 | 360 | | 0 | deg | ## Serial @@ -32808,7 +35406,8 @@ Reboot | minValue | maxValue | increment | default | unit Serial Configuration for CRSF RC Input Driver. -Configure on which serial port to run CRSF RC Input Driver. Crossfire RC (CRSF) driver. +Configure on which serial port to run CRSF RC Input Driver. +Crossfire RC (CRSF) driver. **Values:** @@ -32825,16 +35424,16 @@ Configure on which serial port to run CRSF RC Input Driver. Crossfire RC (CRSF) - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### RC_DSM_PRT_CFG (`INT32`) {#RC_DSM_PRT_CFG} Serial Configuration for DSM RC Input Driver. -Configure on which serial port to run DSM RC Input Driver. DSM RC (Spektrum) driver. +Configure on which serial port to run DSM RC Input Driver. +DSM RC (Spektrum) driver. **Values:** @@ -32851,16 +35450,16 @@ Configure on which serial port to run DSM RC Input Driver. DSM RC (Spektrum) dri - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### RC_GHST_PRT_CFG (`INT32`) {#RC_GHST_PRT_CFG} Serial Configuration for GHST RC Input Driver. -Configure on which serial port to run GHST RC Input Driver. Ghost (GHST) RC driver. +Configure on which serial port to run GHST RC Input Driver. +Ghost (GHST) RC driver. **Values:** @@ -32877,16 +35476,16 @@ Configure on which serial port to run GHST RC Input Driver. Ghost (GHST) RC driv - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### RC_PORT_CONFIG (`INT32`) {#RC_PORT_CONFIG} Serial Configuration for RC Input Driver. -Configure on which serial port to run RC Input Driver. Setting this to 'Disabled' will use a board-specific default port for RC input. +Configure on which serial port to run RC Input Driver. +Setting this to 'Disabled' will use a board-specific default port for RC input. **Values:** @@ -32903,16 +35502,16 @@ Configure on which serial port to run RC Input Driver. Setting this to 'Disabled - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 300 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 300 | ### RC_SBUS_PRT_CFG (`INT32`) {#RC_SBUS_PRT_CFG} Serial Configuration for SBUS RC Input Driver. -Configure on which serial port to run SBUS RC Input Driver. SBUS RC driver. +Configure on which serial port to run SBUS RC Input Driver. +SBUS RC driver. **Values:** @@ -32929,16 +35528,16 @@ Configure on which serial port to run SBUS RC Input Driver. SBUS RC driver. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 300 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SER_EXT2_BAUD (`INT32`) {#SER_EXT2_BAUD} Baudrate for the EXT2 Serial Port. -Configure the Baudrate for the EXT2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the EXT2 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -32969,16 +35568,16 @@ Configure the Baudrate for the EXT2 Serial Port. Note: certain drivers such as t - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 57600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 57600 | ### SER_GPS1_BAUD (`INT32`) {#SER_GPS1_BAUD} Baudrate for the GPS 1 Serial Port. -Configure the Baudrate for the GPS 1 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the GPS 1 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33009,16 +35608,16 @@ Configure the Baudrate for the GPS 1 Serial Port. Note: certain drivers such as - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SER_GPS2_BAUD (`INT32`) {#SER_GPS2_BAUD} Baudrate for the GPS 2 Serial Port. -Configure the Baudrate for the GPS 2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the GPS 2 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33049,16 +35648,16 @@ Configure the Baudrate for the GPS 2 Serial Port. Note: certain drivers such as - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SER_GPS3_BAUD (`INT32`) {#SER_GPS3_BAUD} Baudrate for the GPS 3 Serial Port. -Configure the Baudrate for the GPS 3 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the GPS 3 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33089,10 +35688,9 @@ Configure the Baudrate for the GPS 3 Serial Port. Note: certain drivers such as - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SER_MXS_BAUD (`INT32`) {#SER_MXS_BAUD} @@ -33114,16 +35712,16 @@ Baudrate for the Serial Port connected to the MXS Transponder - `9`: 460800 - `10`: 921600 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 10 | | 5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 10 | | 5 | ### SER_RC_BAUD (`INT32`) {#SER_RC_BAUD} Baudrate for the Radio Controller Serial Port. -Configure the Baudrate for the Radio Controller Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the Radio Controller Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33154,16 +35752,16 @@ Configure the Baudrate for the Radio Controller Serial Port. Note: certain drive - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SER_TEL1_BAUD (`INT32`) {#SER_TEL1_BAUD} Baudrate for the TELEM 1 Serial Port. -Configure the Baudrate for the TELEM 1 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the TELEM 1 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33194,16 +35792,16 @@ Configure the Baudrate for the TELEM 1 Serial Port. Note: certain drivers such a - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 57600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 57600 | ### SER_TEL2_BAUD (`INT32`) {#SER_TEL2_BAUD} Baudrate for the TELEM 2 Serial Port. -Configure the Baudrate for the TELEM 2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the TELEM 2 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33234,16 +35832,16 @@ Configure the Baudrate for the TELEM 2 Serial Port. Note: certain drivers such a - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 921600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 921600 | ### SER_TEL3_BAUD (`INT32`) {#SER_TEL3_BAUD} Baudrate for the TELEM 3 Serial Port. -Configure the Baudrate for the TELEM 3 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the TELEM 3 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33274,16 +35872,16 @@ Configure the Baudrate for the TELEM 3 Serial Port. Note: certain drivers such a - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 57600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 57600 | ### SER_TEL4_BAUD (`INT32`) {#SER_TEL4_BAUD} Baudrate for the TELEM/SERIAL 4 Serial Port. -Configure the Baudrate for the TELEM/SERIAL 4 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the TELEM/SERIAL 4 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33314,16 +35912,16 @@ Configure the Baudrate for the TELEM/SERIAL 4 Serial Port. Note: certain drivers - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 57600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 57600 | ### SER_URT6_BAUD (`INT32`) {#SER_URT6_BAUD} Baudrate for the UART 6 Serial Port. -Configure the Baudrate for the UART 6 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the UART 6 Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33354,16 +35952,16 @@ Configure the Baudrate for the UART 6 Serial Port. Note: certain drivers such as - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 57600 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 57600 | ### SER_WIFI_BAUD (`INT32`) {#SER_WIFI_BAUD} Baudrate for the Wifi Port Serial Port. -Configure the Baudrate for the Wifi Port Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. +Configure the Baudrate for the Wifi Port Serial Port. +Note: certain drivers such as the GPS can determine the Baudrate automatically. **Values:** @@ -33394,10 +35992,89 @@ Configure the Baudrate for the Wifi Port Serial Port. Note: certain drivers such - `2000000`: 2000000 8N1 - `3000000`: 3000000 8N1 +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +## Simulation + +### SIM_GZ_EN_ASPD (`INT32`) {#SIM_GZ_EN_ASPD} + +Enable airspeed sensor in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### SIM_GZ_EN_BARO (`INT32`) {#SIM_GZ_EN_BARO} + +Enable barometer/air pressure sensor in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### SIM_GZ_EN_FLOW (`INT32`) {#SIM_GZ_EN_FLOW} + +Enable optical flow sensor in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### SIM_GZ_EN_GPS (`INT32`) {#SIM_GZ_EN_GPS} + +Enable GPS/NavSat sensor in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### SIM_GZ_EN_LIDAR (`INT32`) {#SIM_GZ_EN_LIDAR} + +Enable laser/lidar sensors in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### SIM_GZ_EN_ODOM (`INT32`) {#SIM_GZ_EN_ODOM} + +Enable odometry in Gazebo bridge. + +**Values:** + +- `0`: Disabled +- `1`: Enabled + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ## Simulation In Hardware @@ -33405,17 +36082,17 @@ Reboot | minValue | maxValue | increment | default | unit distance sensor maximum range. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1000.0 | 0.01 | 100.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1000.0 | 0.01 | 100.0 | m | ### SIH_DISTSNSR_MIN (`FLOAT`) {#SIH_DISTSNSR_MIN} distance sensor minimum range. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 10.0 | 0.01 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10.0 | 0.01 | 0.0 | m | ### SIH_DISTSNSR_OVR (`FLOAT`) {#SIH_DISTSNSR_OVR} @@ -33423,139 +36100,163 @@ if >= 0 the distance sensor measures will be overridden by this value. Absolute value superior to 10000 will disable distance sensor -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1.0 | m | ### SIH_IXX (`FLOAT`) {#SIH_IXX} Vehicle inertia about X axis. -The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. +The inertia is a 3 by 3 symmetric matrix. +It represents the difficulty of the vehicle to modify its angular rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.005 | 0.025 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | 0.0 | | 0.005 | 0.025 | kg m^2 | ### SIH_IXY (`FLOAT`) {#SIH_IXY} Vehicle cross term inertia xy. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.005 | 0.0 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | | | 0.005 | 0.0 | kg m^2 | ### SIH_IXZ (`FLOAT`) {#SIH_IXZ} Vehicle cross term inertia xz. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.005 | 0.0 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | | | 0.005 | 0.0 | kg m^2 | ### SIH_IYY (`FLOAT`) {#SIH_IYY} Vehicle inertia about Y axis. -The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. +The inertia is a 3 by 3 symmetric matrix. +It represents the difficulty of the vehicle to modify its angular rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.005 | 0.025 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | 0.0 | | 0.005 | 0.025 | kg m^2 | ### SIH_IYZ (`FLOAT`) {#SIH_IYZ} Vehicle cross term inertia yz. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.005 | 0.0 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | | | 0.005 | 0.0 | kg m^2 | ### SIH_IZZ (`FLOAT`) {#SIH_IZZ} Vehicle inertia about Z axis. -The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. +The inertia is a 3 by 3 symmetric matrix. +It represents the difficulty of the vehicle to modify its angular rate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.005 | 0.030 | kg m^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------ | +|   | 0.0 | | 0.005 | 0.030 | kg m^2 | ### SIH_KDV (`FLOAT`) {#SIH_KDV} First order drag coefficient. -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] +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] -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.05 | 1.0 | N/(m/s) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0.0 | | 0.05 | 1.0 | N/(m/s) | ### SIH_KDW (`FLOAT`) {#SIH_KDW} First order angular damper coefficient. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.005 | 0.025 | Nm/(rad/s) +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---------- | +|   | 0.0 | | 0.005 | 0.025 | Nm/(rad/s) | ### SIH_LOC_H0 (`FLOAT`) {#SIH_LOC_H0} Initial AMSL ground altitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -420.0 | 8848.0 | 0.01 | 489.4 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -420.0 | 8848.0 | 0.01 | 489.4 | m | ### SIH_LOC_LAT0 (`FLOAT`) {#SIH_LOC_LAT0} Initial geodetic latitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -90 | 90 | | 47.397742 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | --------- | ---- | +|   | -90 | 90 | | 47.397742 | deg | ### SIH_LOC_LON0 (`FLOAT`) {#SIH_LOC_LON0} Initial geodetic longitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -180 | 180 | | 8.545594 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | -------- | ---- | +|   | -180 | 180 | | 8.545594 | deg | ### SIH_L_PITCH (`FLOAT`) {#SIH_L_PITCH} Pitch arm length. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.05 | 0.2 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.05 | 0.2 | m | ### SIH_L_ROLL (`FLOAT`) {#SIH_L_ROLL} Roll arm length. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.05 | 0.2 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.05 | 0.2 | m | ### SIH_MASS (`FLOAT`) {#SIH_MASS} @@ -33563,29 +36264,33 @@ Vehicle mass. This value can be measured by weighting the quad on a scale. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.1 | 1.0 | kg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.1 | 1.0 | kg | ### SIH_Q_MAX (`FLOAT`) {#SIH_Q_MAX} Max propeller torque. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.05 | 0.1 | Nm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.05 | 0.1 | Nm | ### SIH_T_MAX (`FLOAT`) {#SIH_T_MAX} Max propeller thrust force. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | | 0.5 | 5.0 | N +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.5 | 5.0 | N | ### SIH_T_TAU (`FLOAT`) {#SIH_T_TAU} @@ -33593,9 +36298,9 @@ thruster time constant tau. the time taken for the thruster to step from 0 to 100% should be about 4 times tau -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.05 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.05 | s | ### SIH_VEHICLE_TYPE (`INT32`) {#SIH_VEHICLE_TYPE} @@ -33608,11 +36313,11 @@ Vehicle type. - `2`: Tailsitter - `3`: Standard VTOL - `4`: Hexacopter +- `5`: Rover Ackermann - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ## Simulator @@ -33620,65 +36325,673 @@ Reboot | minValue | maxValue | increment | default | unit AGP failure mode. -Stuck: freeze the measurement to the current location Drift: add a linearly growing bias to the sensor data +Stuck: freeze the measurement to the current location +Drift: add a linearly growing bias to the sensor data **Bitmask:** - `0`: Stuck - `1`: Drift - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 3 | | 0 | ### SIM_BARO_OFF_P (`FLOAT`) {#SIM_BARO_OFF_P} simulated barometer pressure offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### SIM_BARO_OFF_T (`FLOAT`) {#SIM_BARO_OFF_T} simulated barometer temperature offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | celcius +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | | | | 0.0 | celcius | ### SIM_GPS_USED (`INT32`) {#SIM_GPS_USED} simulated GPS number of satellites used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | | 10 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | | 10 | ### SIM_MAG_OFFSET_X (`FLOAT`) {#SIM_MAG_OFFSET_X} simulated magnetometer X offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### SIM_MAG_OFFSET_Y (`FLOAT`) {#SIM_MAG_OFFSET_Y} simulated magnetometer Y offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | ### SIM_MAG_OFFSET_Z (`FLOAT`) {#SIM_MAG_OFFSET_Z} simulated magnetometer Z offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | gauss +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 0.0 | gauss | + +## Spacecraft Attitude Control + +### SC_PITCHRATE_MAX (`FLOAT`) {#SC_PITCHRATE_MAX} + +Max pitch rate. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 220.0 | deg/s | + +### SC_PITCH_P (`FLOAT`) {#SC_PITCH_P} + +Pitch P gain. + +Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 12 | 0.1 | 6.5 | + +### SC_ROLLRATE_MAX (`FLOAT`) {#SC_ROLLRATE_MAX} + +Max roll rate. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 220.0 | deg/s | + +### SC_ROLL_P (`FLOAT`) {#SC_ROLL_P} + +Roll P gain. + +Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 12 | 0.1 | 6.5 | + +### SC_YAWRATE_MAX (`FLOAT`) {#SC_YAWRATE_MAX} + +Max yaw rate. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 200.0 | deg/s | + +### SC_YAW_P (`FLOAT`) {#SC_YAW_P} + +Yaw P gain. + +Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5 | 0.1 | 2.8 | + +### SC_YAW_WEIGHT (`FLOAT`) {#SC_YAW_WEIGHT} + +Yaw weight. + +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 SC_YAW_P. This ratio has no impact on the yaw gain. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.1 | 0.4 | + +## Spacecraft Position Control + +### SC_MAN_TILT_TAU (`FLOAT`) {#SC_MAN_TILT_TAU} + +Manual tilt input filter time constant. + +Setting this parameter to 0 disables the filter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | | 0.0 | s | + +### SC_MAN_Y_SCALE (`FLOAT`) {#SC_MAN_Y_SCALE} + +Max manual yaw rate for Stabilized, Altitude, Position mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 400 | 10 | 150. | deg/s | + +### SPC_ACC (`FLOAT`) {#SPC_ACC} + +Acceleration for autonomous and for manual modes. + +When piloting manually, this parameter is only used in MPC_POS_MODE 4. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 3. | m/s^2 | + +### SPC_ACC_MAX (`FLOAT`) {#SPC_ACC_MAX} + +Maximum accelaration in autonomous modes. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 2 | 15 | 1 | 5. | m/s^2 | + +### SPC_JERK_AUTO (`FLOAT`) {#SPC_JERK_AUTO} + +Jerk limit in autonomous modes. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 1 | 80 | 1 | 4. | m/s^3 | + +### SPC_JERK_MAX (`FLOAT`) {#SPC_JERK_MAX} + +Maximum jerk in Position/Altitude mode. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.5 | 500 | 1 | 8. | m/s^3 | + +### SPC_MAN_Y_MAX (`FLOAT`) {#SPC_MAN_Y_MAX} + +Max manual yaw rate for Stabilized, Altitude, Position mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0 | 400 | 10 | 150. | deg/s | + +### SPC_MAN_Y_TAU (`FLOAT`) {#SPC_MAN_Y_TAU} + +Manual yaw rate input filter time constant. + +Not used in Stabilized mode +Setting this parameter to 0 disables the filter + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | 0.01 | 0.08 | s | + +### SPC_POS_I (`FLOAT`) {#SPC_POS_I} + +Integral gain for position error. + +Defined as corrective velocity in m/s per m velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | 0.1 | 0. | + +### SPC_POS_I_LIM (`FLOAT`) {#SPC_POS_I_LIM} + +Integral limit for position error. + +Defined as corrective velocity in m/s per m velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | 0.01 | 1. | + +### SPC_POS_P (`FLOAT`) {#SPC_POS_P} + +Proportional gain for position error. + +Defined as corrective velocity in m/s per m position error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | 0.1 | 0.2 | + +### SPC_THR_MAX (`FLOAT`) {#SPC_THR_MAX} + +Maximum collective thrust. + +Limit allowed thrust + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | 0.05 | 1. | norm | + +### SPC_VELD_LP (`FLOAT`) {#SPC_VELD_LP} + +Numerical velocity derivative low pass cutoff frequency. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 10 | 0.5 | 5.0 | Hz | + +### SPC_VEL_ALL (`FLOAT`) {#SPC_VEL_ALL} + +Overall Velocity Limit. + +If set to a value greater than zero, other parameters are automatically set (such as +MPC_VEL_MAX or MPC_VEL_MANUAL). +If set to a negative value, the existing individual parameters are used. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -20 | 20 | 1 | -10. | + +### SPC_VEL_CRUISE (`FLOAT`) {#SPC_VEL_CRUISE} + +Cruising elocity setpoint in autonomous modes. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 3 | 20 | 1 | 10. | m/s | + +### SPC_VEL_D (`FLOAT`) {#SPC_VEL_D} + +Derivative gain for velocity error. + +Defined as corrective acceleration in m/s^2 per m/s velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 15 | 0.1 | 0.0 | + +### SPC_VEL_I (`FLOAT`) {#SPC_VEL_I} + +Integral gain for velocity error. + +Defined as corrective acceleration in m/s^2 per m/s velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | 0.1 | 0. | + +### SPC_VEL_I_LIM (`FLOAT`) {#SPC_VEL_I_LIM} + +Integral limit for velocity error. + +Defined as corrective acceleration in m/s^2 per m/s velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 5 | 0.1 | 1. | + +### SPC_VEL_MANUAL (`FLOAT`) {#SPC_VEL_MANUAL} + +Maximum velocity setpoint in Position mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 3 | 20 | 1 | 10. | m/s | + +### SPC_VEL_MAX (`FLOAT`) {#SPC_VEL_MAX} + +Maximum velocity. + +Absolute maximum for all velocity controlled modes. +Any higher value is truncated. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 20 | 1 | 12. | m/s | + +### SPC_VEL_P (`FLOAT`) {#SPC_VEL_P} + +Proportional gain for velocity error. + +Defined as corrective acceleration in m/s^2 per m/s velocity error + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 15 | 0.1 | 6.55 | + +## Spacecraft Rate Control + +### SC_ACRO_EXPO (`FLOAT`) {#SC_ACRO_EXPO} + +Acro mode Expo factor for Roll and Pitch. + +Exponential factor for tuning the input curve shape. +0 Purely linear input curve +1 Purely cubic input curve + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.69 | + +### SC_ACRO_EXPO_Y (`FLOAT`) {#SC_ACRO_EXPO_Y} + +Acro mode Expo factor for Yaw. + +Exponential factor for tuning the input curve shape. +0 Purely linear input curve +1 Purely cubic input curve + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0.69 | + +### SC_ACRO_P_MAX (`FLOAT`) {#SC_ACRO_P_MAX} + +Max acro pitch rate. + +default: 2 turns per second + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 720.0 | deg/s | + +### SC_ACRO_R_MAX (`FLOAT`) {#SC_ACRO_R_MAX} + +Max acro roll rate. + +default: 2 turns per second + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 720.0 | deg/s | + +### SC_ACRO_SUPEXPO (`FLOAT`) {#SC_ACRO_SUPEXPO} + +Acro mode SuperExpo factor for Roll and Pitch. + +SuperExpo factor for refining the input curve shape tuned using SC_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 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.95 | | 0.7 | + +### SC_ACRO_SUPEXPOY (`FLOAT`) {#SC_ACRO_SUPEXPOY} + +Acro mode SuperExpo factor for Yaw. + +SuperExpo factor for refining the input curve shape tuned using SC_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 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 0.95 | | 0.7 | + +### SC_ACRO_Y_MAX (`FLOAT`) {#SC_ACRO_Y_MAX} + +Max acro yaw rate. + +default 1.5 turns per second + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.0 | 1800.0 | 5 | 540.0 | deg/s | + +### SC_BAT_SCALE_EN (`INT32`) {#SC_BAT_SCALE_EN} + +Battery power level scaler. + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | + +### SC_MAN_F_MAX (`FLOAT`) {#SC_MAN_F_MAX} + +Manual mode maximum force. + +- + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.0 | | 1.0 | + +### SC_MAN_T_MAX (`FLOAT`) {#SC_MAN_T_MAX} + +Manual mode maximum torque. + +- + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1.0 | | 1.0 | + +### SC_PITCHRATE_D (`FLOAT`) {#SC_PITCHRATE_D} + +Pitch rate D gain. + +Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.0005 | 0.003 | + +### SC_PITCHRATE_FF (`FLOAT`) {#SC_PITCHRATE_FF} + +Pitch rate feedforward. + +Improves tracking performance. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | + +### SC_PITCHRATE_I (`FLOAT`) {#SC_PITCHRATE_I} + +Pitch rate I gain. + +Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.2 | + +### SC_PITCHRATE_K (`FLOAT`) {#SC_PITCHRATE_K} + +Pitch rate controller gain. + +Global gain of the controller. +This gain scales the P, I and D terms of the controller: +output = SC*PITCHRATE_K * (SC*PITCHRATE_P * error + +- SC_PITCHRATE_I \* error_integral +- SC_PITCHRATE_D \* error_derivative) + Set SC_PITCHRATE_P=1 to implement a PID in the ideal form. + Set SC_PITCHRATE_K=1 to implement a PID in the parallel form. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | 0.0005 | 1.0 | + +### SC_PITCHRATE_P (`FLOAT`) {#SC_PITCHRATE_P} + +Pitch rate P gain. + +Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 0.6 | 0.01 | 0.15 | + +### SC_PR_INT_LIM (`FLOAT`) {#SC_PR_INT_LIM} + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.30 | + +### SC_ROLLRATE_D (`FLOAT`) {#SC_ROLLRATE_D} + +Roll rate D gain. + +Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 0.01 | 0.0005 | 0.003 | + +### SC_ROLLRATE_FF (`FLOAT`) {#SC_ROLLRATE_FF} + +Roll rate feedforward. + +Improves tracking performance. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.0 | + +### SC_ROLLRATE_I (`FLOAT`) {#SC_ROLLRATE_I} + +Roll rate I gain. + +Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.2 | + +### SC_ROLLRATE_K (`FLOAT`) {#SC_ROLLRATE_K} + +Roll rate controller gain. + +Global gain of the controller. +This gain scales the P, I and D terms of the controller: +output = SC*ROLLRATE_K * (SC*ROLLRATE_P * error + +- SC_ROLLRATE_I \* error_integral +- SC_ROLLRATE_D \* error_derivative) + Set SC_ROLLRATE_P=1 to implement a PID in the ideal form. + Set SC_ROLLRATE_K=1 to implement a PID in the parallel form. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 5.0 | 0.0005 | 1.0 | + +### SC_ROLLRATE_P (`FLOAT`) {#SC_ROLLRATE_P} + +Roll rate P gain. + +Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.01 | 0.5 | 0.01 | 0.15 | + +### SC_RR_INT_LIM (`FLOAT`) {#SC_RR_INT_LIM} + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.30 | + +### SC_YAWRATE_D (`FLOAT`) {#SC_YAWRATE_D} + +Yaw rate D gain. + +Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.0 | + +### SC_YAWRATE_FF (`FLOAT`) {#SC_YAWRATE_FF} + +Yaw rate feedforward. + +Improves tracking performance. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.0 | + +### SC_YAWRATE_I (`FLOAT`) {#SC_YAWRATE_I} + +Yaw rate I gain. + +Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.865 | + +### SC_YAWRATE_K (`FLOAT`) {#SC_YAWRATE_K} + +Yaw rate controller gain. + +Global gain of the controller. +This gain scales the P, I and D terms of the controller: +output = SC*YAWRATE_K * (SC*YAWRATE_P * error + +- SC_YAWRATE_I \* error_integral +- SC_YAWRATE_D \* error_derivative) + Set SC_YAWRATE_P=1 to implement a PID in the ideal form. + Set SC_YAWRATE_K=1 to implement a PID in the parallel form. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5.0 | 0.0005 | 1.0 | + +### SC_YAWRATE_P (`FLOAT`) {#SC_YAWRATE_P} + +Yaw rate P gain. + +Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 10.0 | 0.01 | 10.0 | + +### SC_YR_INT_LIM (`FLOAT`) {#SC_YR_INT_LIM} + +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. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | 0.01 | 0.2 | ## System @@ -33688,9 +37001,9 @@ RPM capture enable. Enables the RPM capture module to estimate RPM from pulses detected on a PWM pin configured as "RPM Input". -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### RPM_PULS_PER_REV (`INT32`) {#RPM_PULS_PER_REV} @@ -33698,25 +37011,26 @@ Voltage pulses per revolution. Number of voltage pulses per one rotor revolution on the capturing pin. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 50 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 50 | | 1 | ### SYS_AUTOCONFIG (`INT32`) {#SYS_AUTOCONFIG} Automatically configure default values. -Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved. +Set to 1 to reset parameters on next system startup (setting defaults). +Platform-specific values are used if available. +RC\* parameters are preserved. **Values:** - `0`: Keep parameters - `1`: Reset parameters to airframe defaults - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SYS_AUTOSTART (`INT32`) {#SYS_AUTOSTART} @@ -33724,59 +37038,79 @@ Auto-start script index. CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 9999999 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 9999999 | | 0 | ### SYS_BL_UPDATE (`INT32`) {#SYS_BL_UPDATE} Bootloader update. -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 +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: -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +- 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 + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SYS_CAL_ACCEL (`INT32`) {#SYS_CAL_ACCEL} Enable auto start of accelerometer thermal calibration at the next power up. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### SYS_CAL_BARO (`INT32`) {#SYS_CAL_BARO} Enable auto start of barometer thermal calibration at the next power up. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### SYS_CAL_GYRO (`INT32`) {#SYS_CAL_GYRO} Enable auto start of rate gyro thermal calibration at the next power up. -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) +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) -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### SYS_CAL_TDEL (`INT32`) {#SYS_CAL_TDEL} Required temperature rise during thermal calibration. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 10 | | | 24 | celcius +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 10 | | | 24 | celcius | ### SYS_CAL_TMAX (`INT32`) {#SYS_CAL_TMAX} @@ -33784,9 +37118,9 @@ Maximum starting temperature for thermal calibration. Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 10 | celcius +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | | | | 10 | celcius | ### SYS_CAL_TMIN (`INT32`) {#SYS_CAL_TMIN} @@ -33794,15 +37128,17 @@ Minimum starting temperature for thermal calibration. Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5 | celcius +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | | | | 5 | celcius | ### SYS_DM_BACKEND (`INT32`) {#SYS_DM_BACKEND} Dataman storage backend. -If the board supports persistent storage (i.e., the KConfig variable DATAMAN_PERSISTENT_STORAGE is set), the 'Default storage' backend uses a file on persistent storage. If not supported, this backend uses non-persistent storage in RAM. +If the board supports persistent storage (i.e., the KConfig variable DATAMAN_PERSISTENT_STORAGE is set), +the 'Default storage' backend uses a file on persistent storage. If not supported, this backend uses +non-persistent storage in RAM. **Values:** @@ -33810,16 +37146,17 @@ If the board supports persistent storage (i.e., the KConfig variable DATAMAN_PER - `0`: Default storage - `1`: RAM storage - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### SYS_FAC_CAL_MODE (`INT32`) {#SYS_FAC_CAL_MODE} Enable factory calibration mode. -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. +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. **Values:** @@ -33827,70 +37164,79 @@ If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: - `1`: All sensors - `2`: All sensors except mag - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### SYS_FAILURE_EN (`INT32`) {#SYS_FAILURE_EN} Enable failure injection. -If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution! +If enabled allows MAVLink INJECT_FAILURE commands. +WARNING: the failures can easily cause crashes and are to be used with caution! -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### SYS_HAS_BARO (`INT32`) {#SYS_HAS_BARO} Control if the vehicle has a barometer. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### SYS_HAS_GPS (`INT32`) {#SYS_HAS_GPS} Control if the vehicle has a GPS. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### SYS_HAS_MAG (`INT32`) {#SYS_HAS_MAG} Control if and how many magnetometers are expected. -0: System has no magnetometer, preflight checks should pass without one. 1-N: Require the presence of N magnetometer sensors for check to pass. +0: System has no magnetometer, preflight checks should pass without one. +1-N: Require the presence of N magnetometer sensors for check to pass. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | ### SYS_HAS_NUM_ASPD (`INT32`) {#SYS_HAS_NUM_ASPD} Control if the vehicle has an airspeed sensor. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | ### SYS_HAS_NUM_DIST (`INT32`) {#SYS_HAS_NUM_DIST} Number of distance sensors to check being available. -The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0. +The preflight check will fail if fewer than this number of distance sensors with valid data is present. +Disable the check with 0. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 4 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 4 | | 0 | ### SYS_HAS_NUM_OF (`INT32`) {#SYS_HAS_NUM_OF} @@ -33898,15 +37244,32 @@ Number of optical flow sensors required to be available. The preflight check will fail if fewer than this number of optical flow sensors with valid data are present. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | + +### SYS_HF_MAV (`INT32`) {#SYS_HF_MAV} + +Enable FMU SD card hardfault streaming. + +When this is enabled all the hardfaults on the SD card are streamed +over MAVLink. This is useful for cases where the FMU does reset in-flight due +to a hardfault and the SD card may not survive a crash. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### SYS_HITL (`INT32`) {#SYS_HITL} Enable HITL/SIH mode on next boot. -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). +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). **Values:** @@ -33915,20 +37278,22 @@ While enabled the system will boot in Hardware-In-The-Loop (HITL) or Simulation- - `1`: HITL enabled - `2`: SIH enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### SYS_PARAM_VER (`INT32`) {#SYS_PARAM_VER} Parameter version. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | | 1 | ### SYS_RGB_MAXBRT (`FLOAT`) {#SYS_RGB_MAXBRT} @@ -33936,17 +37301,17 @@ RGB Led brightness limit. Set to 0 to disable, 1 for maximum brightness -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1. | % +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1. | % | ### SYS_STCK_EN (`INT32`) {#SYS_STCK_EN} Enable stack checking. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ## Telemetry @@ -33956,9 +37321,9 @@ Blacksheep telemetry Enable. If true, the FMU will try to connect to Blacksheep telemetry on start up -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### TEL_FRSKY_CONFIG (`INT32`) {#TEL_FRSKY_CONFIG} @@ -33981,10 +37346,9 @@ Configure on which serial port to run FrSky Telemetry. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### TEL_HOTT_CONFIG (`INT32`) {#TEL_HOTT_CONFIG} @@ -34007,10 +37371,9 @@ Configure on which serial port to run HoTT Telemetry. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ## Testing @@ -34018,145 +37381,145 @@ Reboot | minValue | maxValue | increment | default | unit TEST_1. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2 | ### TEST_2 (`INT32`) {#TEST_2} TEST_2. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 4 | ### TEST_3 (`FLOAT`) {#TEST_3} TEST_3. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5.0 | ### TEST_D (`FLOAT`) {#TEST_D} TEST_D. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.01 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.01 | ### TEST_DEV (`FLOAT`) {#TEST_DEV} TEST_DEV. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2.0 | ### TEST_D_LP (`FLOAT`) {#TEST_D_LP} TEST_D_LP. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 10.0 | ### TEST_HP (`FLOAT`) {#TEST_HP} TEST_HP. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 10.0 | ### TEST_I (`FLOAT`) {#TEST_I} TEST_I. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.1 | ### TEST_I_MAX (`FLOAT`) {#TEST_I_MAX} TEST_I_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | ### TEST_LP (`FLOAT`) {#TEST_LP} TEST_LP. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 10.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 10.0 | ### TEST_MAX (`FLOAT`) {#TEST_MAX} TEST_MAX. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | ### TEST_MEAN (`FLOAT`) {#TEST_MEAN} TEST_MEAN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | ### TEST_MIN (`FLOAT`) {#TEST_MIN} TEST_MIN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | -1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | -1.0 | ### TEST_P (`FLOAT`) {#TEST_P} TEST_P. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.2 | ### TEST_PARAMS (`INT32`) {#TEST_PARAMS} TEST_PARAMS. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 12345678 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | -------- | ---- | +|   | | | | 12345678 | ### TEST_RC2_X (`INT32`) {#TEST_RC2_X} TEST_RC2_X. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 16 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 16 | ### TEST_RC_X (`INT32`) {#TEST_RC_X} TEST_RC_X. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 8 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 8 | ### TEST_TRIM (`FLOAT`) {#TEST_TRIM} TEST_TRIM. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.5 | ## Thermal Compensation @@ -34164,1889 +37527,1889 @@ Reboot | minValue | maxValue | increment | default | unit ID of Accelerometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_A0_TMAX (`FLOAT`) {#TC_A0_TMAX} Accelerometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_A0_TMIN (`FLOAT`) {#TC_A0_TMIN} Accelerometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_TREF (`FLOAT`) {#TC_A0_TREF} Accelerometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_A0_X0_0 (`FLOAT`) {#TC_A0_X0_0} Accelerometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X0_1 (`FLOAT`) {#TC_A0_X0_1} Accelerometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X0_2 (`FLOAT`) {#TC_A0_X0_2} Accelerometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X1_0 (`FLOAT`) {#TC_A0_X1_0} Accelerometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X1_1 (`FLOAT`) {#TC_A0_X1_1} Accelerometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X1_2 (`FLOAT`) {#TC_A0_X1_2} Accelerometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X2_0 (`FLOAT`) {#TC_A0_X2_0} Accelerometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X2_1 (`FLOAT`) {#TC_A0_X2_1} Accelerometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X2_2 (`FLOAT`) {#TC_A0_X2_2} Accelerometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X3_0 (`FLOAT`) {#TC_A0_X3_0} Accelerometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X3_1 (`FLOAT`) {#TC_A0_X3_1} Accelerometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A0_X3_2 (`FLOAT`) {#TC_A0_X3_2} Accelerometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_ID (`INT32`) {#TC_A1_ID} ID of Accelerometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_A1_TMAX (`FLOAT`) {#TC_A1_TMAX} Accelerometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_A1_TMIN (`FLOAT`) {#TC_A1_TMIN} Accelerometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_TREF (`FLOAT`) {#TC_A1_TREF} Accelerometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_A1_X0_0 (`FLOAT`) {#TC_A1_X0_0} Accelerometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X0_1 (`FLOAT`) {#TC_A1_X0_1} Accelerometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X0_2 (`FLOAT`) {#TC_A1_X0_2} Accelerometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X1_0 (`FLOAT`) {#TC_A1_X1_0} Accelerometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X1_1 (`FLOAT`) {#TC_A1_X1_1} Accelerometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X1_2 (`FLOAT`) {#TC_A1_X1_2} Accelerometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X2_0 (`FLOAT`) {#TC_A1_X2_0} Accelerometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X2_1 (`FLOAT`) {#TC_A1_X2_1} Accelerometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X2_2 (`FLOAT`) {#TC_A1_X2_2} Accelerometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X3_0 (`FLOAT`) {#TC_A1_X3_0} Accelerometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X3_1 (`FLOAT`) {#TC_A1_X3_1} Accelerometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A1_X3_2 (`FLOAT`) {#TC_A1_X3_2} Accelerometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_ID (`INT32`) {#TC_A2_ID} ID of Accelerometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_A2_TMAX (`FLOAT`) {#TC_A2_TMAX} Accelerometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_A2_TMIN (`FLOAT`) {#TC_A2_TMIN} Accelerometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_TREF (`FLOAT`) {#TC_A2_TREF} Accelerometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_A2_X0_0 (`FLOAT`) {#TC_A2_X0_0} Accelerometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X0_1 (`FLOAT`) {#TC_A2_X0_1} Accelerometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X0_2 (`FLOAT`) {#TC_A2_X0_2} Accelerometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X1_0 (`FLOAT`) {#TC_A2_X1_0} Accelerometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X1_1 (`FLOAT`) {#TC_A2_X1_1} Accelerometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X1_2 (`FLOAT`) {#TC_A2_X1_2} Accelerometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X2_0 (`FLOAT`) {#TC_A2_X2_0} Accelerometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X2_1 (`FLOAT`) {#TC_A2_X2_1} Accelerometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X2_2 (`FLOAT`) {#TC_A2_X2_2} Accelerometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X3_0 (`FLOAT`) {#TC_A2_X3_0} Accelerometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X3_1 (`FLOAT`) {#TC_A2_X3_1} Accelerometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A2_X3_2 (`FLOAT`) {#TC_A2_X3_2} Accelerometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_ID (`INT32`) {#TC_A3_ID} ID of Accelerometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_A3_TMAX (`FLOAT`) {#TC_A3_TMAX} Accelerometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_A3_TMIN (`FLOAT`) {#TC_A3_TMIN} Accelerometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_TREF (`FLOAT`) {#TC_A3_TREF} Accelerometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_A3_X0_0 (`FLOAT`) {#TC_A3_X0_0} Accelerometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X0_1 (`FLOAT`) {#TC_A3_X0_1} Accelerometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X0_2 (`FLOAT`) {#TC_A3_X0_2} Accelerometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X1_0 (`FLOAT`) {#TC_A3_X1_0} Accelerometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X1_1 (`FLOAT`) {#TC_A3_X1_1} Accelerometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X1_2 (`FLOAT`) {#TC_A3_X1_2} Accelerometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X2_0 (`FLOAT`) {#TC_A3_X2_0} Accelerometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X2_1 (`FLOAT`) {#TC_A3_X2_1} Accelerometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X2_2 (`FLOAT`) {#TC_A3_X2_2} Accelerometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X3_0 (`FLOAT`) {#TC_A3_X3_0} Accelerometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X3_1 (`FLOAT`) {#TC_A3_X3_1} Accelerometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A3_X3_2 (`FLOAT`) {#TC_A3_X3_2} Accelerometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_A_ENABLE (`INT32`) {#TC_A_ENABLE} Thermal compensation for accelerometer sensors. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### TC_B0_ID (`INT32`) {#TC_B0_ID} ID of Barometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_B0_TMAX (`FLOAT`) {#TC_B0_TMAX} Barometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 75.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 75.0 | ### TC_B0_TMIN (`FLOAT`) {#TC_B0_TMIN} Barometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5.0 | ### TC_B0_TREF (`FLOAT`) {#TC_B0_TREF} Barometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 40.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 40.0 | ### TC_B0_X0 (`FLOAT`) {#TC_B0_X0} Barometer offset temperature ^0 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B0_X1 (`FLOAT`) {#TC_B0_X1} Barometer offset temperature ^1 polynomial coefficients. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B0_X2 (`FLOAT`) {#TC_B0_X2} Barometer offset temperature ^2 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B0_X3 (`FLOAT`) {#TC_B0_X3} Barometer offset temperature ^3 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B0_X4 (`FLOAT`) {#TC_B0_X4} Barometer offset temperature ^4 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B0_X5 (`FLOAT`) {#TC_B0_X5} Barometer offset temperature ^5 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_ID (`INT32`) {#TC_B1_ID} ID of Barometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_B1_TMAX (`FLOAT`) {#TC_B1_TMAX} Barometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 75.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 75.0 | ### TC_B1_TMIN (`FLOAT`) {#TC_B1_TMIN} Barometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5.0 | ### TC_B1_TREF (`FLOAT`) {#TC_B1_TREF} Barometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 40.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 40.0 | ### TC_B1_X0 (`FLOAT`) {#TC_B1_X0} Barometer offset temperature ^0 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_X1 (`FLOAT`) {#TC_B1_X1} Barometer offset temperature ^1 polynomial coefficients. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_X2 (`FLOAT`) {#TC_B1_X2} Barometer offset temperature ^2 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_X3 (`FLOAT`) {#TC_B1_X3} Barometer offset temperature ^3 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_X4 (`FLOAT`) {#TC_B1_X4} Barometer offset temperature ^4 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B1_X5 (`FLOAT`) {#TC_B1_X5} Barometer offset temperature ^5 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_ID (`INT32`) {#TC_B2_ID} ID of Barometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_B2_TMAX (`FLOAT`) {#TC_B2_TMAX} Barometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 75.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 75.0 | ### TC_B2_TMIN (`FLOAT`) {#TC_B2_TMIN} Barometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5.0 | ### TC_B2_TREF (`FLOAT`) {#TC_B2_TREF} Barometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 40.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 40.0 | ### TC_B2_X0 (`FLOAT`) {#TC_B2_X0} Barometer offset temperature ^0 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_X1 (`FLOAT`) {#TC_B2_X1} Barometer offset temperature ^1 polynomial coefficients. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_X2 (`FLOAT`) {#TC_B2_X2} Barometer offset temperature ^2 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_X3 (`FLOAT`) {#TC_B2_X3} Barometer offset temperature ^3 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_X4 (`FLOAT`) {#TC_B2_X4} Barometer offset temperature ^4 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B2_X5 (`FLOAT`) {#TC_B2_X5} Barometer offset temperature ^5 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_ID (`INT32`) {#TC_B3_ID} ID of Barometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_B3_TMAX (`FLOAT`) {#TC_B3_TMAX} Barometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 75.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 75.0 | ### TC_B3_TMIN (`FLOAT`) {#TC_B3_TMIN} Barometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5.0 | ### TC_B3_TREF (`FLOAT`) {#TC_B3_TREF} Barometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 40.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 40.0 | ### TC_B3_X0 (`FLOAT`) {#TC_B3_X0} Barometer offset temperature ^0 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_X1 (`FLOAT`) {#TC_B3_X1} Barometer offset temperature ^1 polynomial coefficients. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_X2 (`FLOAT`) {#TC_B3_X2} Barometer offset temperature ^2 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_X3 (`FLOAT`) {#TC_B3_X3} Barometer offset temperature ^3 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_X4 (`FLOAT`) {#TC_B3_X4} Barometer offset temperature ^4 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B3_X5 (`FLOAT`) {#TC_B3_X5} Barometer offset temperature ^5 polynomial coefficient. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_B_ENABLE (`INT32`) {#TC_B_ENABLE} Thermal compensation for barometric pressure sensors. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### TC_G0_ID (`INT32`) {#TC_G0_ID} ID of Gyro that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_G0_TMAX (`FLOAT`) {#TC_G0_TMAX} Gyro calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_G0_TMIN (`FLOAT`) {#TC_G0_TMIN} Gyro calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_TREF (`FLOAT`) {#TC_G0_TREF} Gyro calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_G0_X0_0 (`FLOAT`) {#TC_G0_X0_0} Gyro rate offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X0_1 (`FLOAT`) {#TC_G0_X0_1} Gyro rate offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X0_2 (`FLOAT`) {#TC_G0_X0_2} Gyro rate offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X1_0 (`FLOAT`) {#TC_G0_X1_0} Gyro rate offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X1_1 (`FLOAT`) {#TC_G0_X1_1} Gyro rate offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X1_2 (`FLOAT`) {#TC_G0_X1_2} Gyro rate offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X2_0 (`FLOAT`) {#TC_G0_X2_0} Gyro rate offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X2_1 (`FLOAT`) {#TC_G0_X2_1} Gyro rate offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X2_2 (`FLOAT`) {#TC_G0_X2_2} Gyro rate offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X3_0 (`FLOAT`) {#TC_G0_X3_0} Gyro rate offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X3_1 (`FLOAT`) {#TC_G0_X3_1} Gyro rate offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G0_X3_2 (`FLOAT`) {#TC_G0_X3_2} Gyro rate offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_ID (`INT32`) {#TC_G1_ID} ID of Gyro that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_G1_TMAX (`FLOAT`) {#TC_G1_TMAX} Gyro calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_G1_TMIN (`FLOAT`) {#TC_G1_TMIN} Gyro calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_TREF (`FLOAT`) {#TC_G1_TREF} Gyro calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_G1_X0_0 (`FLOAT`) {#TC_G1_X0_0} Gyro rate offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X0_1 (`FLOAT`) {#TC_G1_X0_1} Gyro rate offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X0_2 (`FLOAT`) {#TC_G1_X0_2} Gyro rate offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X1_0 (`FLOAT`) {#TC_G1_X1_0} Gyro rate offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X1_1 (`FLOAT`) {#TC_G1_X1_1} Gyro rate offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X1_2 (`FLOAT`) {#TC_G1_X1_2} Gyro rate offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X2_0 (`FLOAT`) {#TC_G1_X2_0} Gyro rate offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X2_1 (`FLOAT`) {#TC_G1_X2_1} Gyro rate offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X2_2 (`FLOAT`) {#TC_G1_X2_2} Gyro rate offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X3_0 (`FLOAT`) {#TC_G1_X3_0} Gyro rate offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X3_1 (`FLOAT`) {#TC_G1_X3_1} Gyro rate offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G1_X3_2 (`FLOAT`) {#TC_G1_X3_2} Gyro rate offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_ID (`INT32`) {#TC_G2_ID} ID of Gyro that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_G2_TMAX (`FLOAT`) {#TC_G2_TMAX} Gyro calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_G2_TMIN (`FLOAT`) {#TC_G2_TMIN} Gyro calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_TREF (`FLOAT`) {#TC_G2_TREF} Gyro calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_G2_X0_0 (`FLOAT`) {#TC_G2_X0_0} Gyro rate offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X0_1 (`FLOAT`) {#TC_G2_X0_1} Gyro rate offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X0_2 (`FLOAT`) {#TC_G2_X0_2} Gyro rate offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X1_0 (`FLOAT`) {#TC_G2_X1_0} Gyro rate offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X1_1 (`FLOAT`) {#TC_G2_X1_1} Gyro rate offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X1_2 (`FLOAT`) {#TC_G2_X1_2} Gyro rate offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X2_0 (`FLOAT`) {#TC_G2_X2_0} Gyro rate offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X2_1 (`FLOAT`) {#TC_G2_X2_1} Gyro rate offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X2_2 (`FLOAT`) {#TC_G2_X2_2} Gyro rate offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X3_0 (`FLOAT`) {#TC_G2_X3_0} Gyro rate offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X3_1 (`FLOAT`) {#TC_G2_X3_1} Gyro rate offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G2_X3_2 (`FLOAT`) {#TC_G2_X3_2} Gyro rate offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_ID (`INT32`) {#TC_G3_ID} ID of Gyro that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_G3_TMAX (`FLOAT`) {#TC_G3_TMAX} Gyro calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_G3_TMIN (`FLOAT`) {#TC_G3_TMIN} Gyro calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_TREF (`FLOAT`) {#TC_G3_TREF} Gyro calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_G3_X0_0 (`FLOAT`) {#TC_G3_X0_0} Gyro rate offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X0_1 (`FLOAT`) {#TC_G3_X0_1} Gyro rate offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X0_2 (`FLOAT`) {#TC_G3_X0_2} Gyro rate offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X1_0 (`FLOAT`) {#TC_G3_X1_0} Gyro rate offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X1_1 (`FLOAT`) {#TC_G3_X1_1} Gyro rate offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X1_2 (`FLOAT`) {#TC_G3_X1_2} Gyro rate offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X2_0 (`FLOAT`) {#TC_G3_X2_0} Gyro rate offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X2_1 (`FLOAT`) {#TC_G3_X2_1} Gyro rate offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X2_2 (`FLOAT`) {#TC_G3_X2_2} Gyro rate offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X3_0 (`FLOAT`) {#TC_G3_X3_0} Gyro rate offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X3_1 (`FLOAT`) {#TC_G3_X3_1} Gyro rate offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G3_X3_2 (`FLOAT`) {#TC_G3_X3_2} Gyro rate offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_G_ENABLE (`INT32`) {#TC_G_ENABLE} Thermal compensation for rate gyro sensors. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### TC_M0_ID (`INT32`) {#TC_M0_ID} ID of Magnetometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_M0_TMAX (`FLOAT`) {#TC_M0_TMAX} Magnetometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_M0_TMIN (`FLOAT`) {#TC_M0_TMIN} Magnetometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_TREF (`FLOAT`) {#TC_M0_TREF} Magnetometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_M0_X0_0 (`FLOAT`) {#TC_M0_X0_0} Magnetometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X0_1 (`FLOAT`) {#TC_M0_X0_1} Magnetometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X0_2 (`FLOAT`) {#TC_M0_X0_2} Magnetometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X1_0 (`FLOAT`) {#TC_M0_X1_0} Magnetometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X1_1 (`FLOAT`) {#TC_M0_X1_1} Magnetometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X1_2 (`FLOAT`) {#TC_M0_X1_2} Magnetometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X2_0 (`FLOAT`) {#TC_M0_X2_0} Magnetometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X2_1 (`FLOAT`) {#TC_M0_X2_1} Magnetometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X2_2 (`FLOAT`) {#TC_M0_X2_2} Magnetometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X3_0 (`FLOAT`) {#TC_M0_X3_0} Magnetometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X3_1 (`FLOAT`) {#TC_M0_X3_1} Magnetometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M0_X3_2 (`FLOAT`) {#TC_M0_X3_2} Magnetometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_ID (`INT32`) {#TC_M1_ID} ID of Magnetometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_M1_TMAX (`FLOAT`) {#TC_M1_TMAX} Magnetometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_M1_TMIN (`FLOAT`) {#TC_M1_TMIN} Magnetometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_TREF (`FLOAT`) {#TC_M1_TREF} Magnetometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_M1_X0_0 (`FLOAT`) {#TC_M1_X0_0} Magnetometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X0_1 (`FLOAT`) {#TC_M1_X0_1} Magnetometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X0_2 (`FLOAT`) {#TC_M1_X0_2} Magnetometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X1_0 (`FLOAT`) {#TC_M1_X1_0} Magnetometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X1_1 (`FLOAT`) {#TC_M1_X1_1} Magnetometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X1_2 (`FLOAT`) {#TC_M1_X1_2} Magnetometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X2_0 (`FLOAT`) {#TC_M1_X2_0} Magnetometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X2_1 (`FLOAT`) {#TC_M1_X2_1} Magnetometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X2_2 (`FLOAT`) {#TC_M1_X2_2} Magnetometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X3_0 (`FLOAT`) {#TC_M1_X3_0} Magnetometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X3_1 (`FLOAT`) {#TC_M1_X3_1} Magnetometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M1_X3_2 (`FLOAT`) {#TC_M1_X3_2} Magnetometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_ID (`INT32`) {#TC_M2_ID} ID of Magnetometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_M2_TMAX (`FLOAT`) {#TC_M2_TMAX} Magnetometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_M2_TMIN (`FLOAT`) {#TC_M2_TMIN} Magnetometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_TREF (`FLOAT`) {#TC_M2_TREF} Magnetometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_M2_X0_0 (`FLOAT`) {#TC_M2_X0_0} Magnetometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X0_1 (`FLOAT`) {#TC_M2_X0_1} Magnetometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X0_2 (`FLOAT`) {#TC_M2_X0_2} Magnetometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X1_0 (`FLOAT`) {#TC_M2_X1_0} Magnetometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X1_1 (`FLOAT`) {#TC_M2_X1_1} Magnetometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X1_2 (`FLOAT`) {#TC_M2_X1_2} Magnetometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X2_0 (`FLOAT`) {#TC_M2_X2_0} Magnetometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X2_1 (`FLOAT`) {#TC_M2_X2_1} Magnetometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X2_2 (`FLOAT`) {#TC_M2_X2_2} Magnetometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X3_0 (`FLOAT`) {#TC_M2_X3_0} Magnetometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X3_1 (`FLOAT`) {#TC_M2_X3_1} Magnetometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M2_X3_2 (`FLOAT`) {#TC_M2_X3_2} Magnetometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_ID (`INT32`) {#TC_M3_ID} ID of Magnetometer that the calibration is for. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### TC_M3_TMAX (`FLOAT`) {#TC_M3_TMAX} Magnetometer calibration maximum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 100.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 100.0 | ### TC_M3_TMIN (`FLOAT`) {#TC_M3_TMIN} Magnetometer calibration minimum temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_TREF (`FLOAT`) {#TC_M3_TREF} Magnetometer calibration reference temperature. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 25.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 25.0 | ### TC_M3_X0_0 (`FLOAT`) {#TC_M3_X0_0} Magnetometer offset temperature ^0 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X0_1 (`FLOAT`) {#TC_M3_X0_1} Magnetometer offset temperature ^0 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X0_2 (`FLOAT`) {#TC_M3_X0_2} Magnetometer offset temperature ^0 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X1_0 (`FLOAT`) {#TC_M3_X1_0} Magnetometer offset temperature ^1 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X1_1 (`FLOAT`) {#TC_M3_X1_1} Magnetometer offset temperature ^1 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X1_2 (`FLOAT`) {#TC_M3_X1_2} Magnetometer offset temperature ^1 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X2_0 (`FLOAT`) {#TC_M3_X2_0} Magnetometer offset temperature ^2 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X2_1 (`FLOAT`) {#TC_M3_X2_1} Magnetometer offset temperature ^2 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X2_2 (`FLOAT`) {#TC_M3_X2_2} Magnetometer offset temperature ^2 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X3_0 (`FLOAT`) {#TC_M3_X3_0} Magnetometer offset temperature ^3 polynomial coefficient - X axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X3_1 (`FLOAT`) {#TC_M3_X3_1} Magnetometer offset temperature ^3 polynomial coefficient - Y axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M3_X3_2 (`FLOAT`) {#TC_M3_X3_2} Magnetometer offset temperature ^3 polynomial coefficient - Z axis. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | ### TC_M_ENABLE (`INT32`) {#TC_M_ENABLE} Thermal compensation for magnetometer sensors. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ## Transponder @@ -36056,9 +39419,9 @@ Sagetech External Configuration Mode. Disables auto-configuration mode enabling MXS config through external software. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### MXS_OP_MODE (`INT32`) {#MXS_OP_MODE} @@ -36073,10 +39436,9 @@ This parameter defines the operating mode of the MXS - `2`: Standby - `3`: Alt - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 0 | ### MXS_SER_CFG (`INT32`) {#MXS_SER_CFG} @@ -36099,10 +39461,9 @@ Configure on which serial port to run Sagetech MXS Serial Port. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### MXS_TARG_PORT (`INT32`) {#MXS_TARG_PORT} @@ -36116,10 +39477,9 @@ The MXS communication port to receive Target data from - `1`: COM0 - `2`: COM1 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 1 | ## UAVCAN @@ -36127,71 +39487,82 @@ Reboot | minValue | maxValue | increment | default | unit UAVCAN CAN bus bitrate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 20000 | 1000000 | | 1000000 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 20000 | 1000000 | | 1000000 | + +### CANNODE_NODE_ID (`INT32`) {#CANNODE_NODE_ID} + +UAVCAN CAN node ID (0 for dynamic allocation). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 127 | | 0 | ### CANNODE_PUB_IMU (`INT32`) {#CANNODE_PUB_IMU} Enable RawIMU pub. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | 1 | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | 1 | | Disabled (0) | ### CANNODE_PUB_MBD (`INT32`) {#CANNODE_PUB_MBD} Enable MovingBaselineData publication. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### CANNODE_SUB_MBD (`INT32`) {#CANNODE_SUB_MBD} Enable MovingBaselineData subscription. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | 1 | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | 1 | | Disabled (0) | ### CANNODE_SUB_RTCM (`INT32`) {#CANNODE_SUB_RTCM} Enable RTCM subscription. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### CANNODE_TERM (`INT32`) {#CANNODE_TERM} CAN built-in bus termination. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | 1 | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | 1 | | Disabled (0) | ### SIM_GZ_EN (`INT32`) {#SIM_GZ_EN} Simulator Gazebo bridge enable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_BITRATE (`INT32`) {#UAVCAN_BITRATE} UAVCAN CAN bus bitrate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 20000 | 1000000 | | 1000000 | bit/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ----- | +| ✓ | 20000 | 1000000 | | 1000000 | bit/s | ### UAVCAN_ECU_FUELT (`INT32`) {#UAVCAN_ECU_FUELT} UAVCAN fuel tank fuel type. -This parameter defines the type of fuel used in the vehicle's fuel tank. 0: Unknown 1: Liquid (e.g., gasoline, diesel) 2: Gas (e.g., hydrogen, methane, propane) +This parameter defines the type of fuel used in the vehicle's fuel tank. +0: Unknown +1: Liquid (e.g., gasoline, diesel) +2: Gas (e.g., hydrogen, methane, propane) **Values:** @@ -36199,10 +39570,9 @@ This parameter defines the type of fuel used in the vehicle's fuel tank. 0: Unkn - `1`: Liquid - `2`: Gas - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 1 | ### UAVCAN_ECU_MAXF (`FLOAT`) {#UAVCAN_ECU_MAXF} @@ -36210,15 +39580,18 @@ UAVCAN fuel tank maximum capacity. This parameter defines the maximum fuel capacity of the vehicle's fuel tank. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0.0 | 100000.0 | 0.1 | 15.0 | liters +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ------ | +| ✓ | 0.0 | 100000.0 | 0.1 | 15.0 | liters | ### UAVCAN_ENABLE (`INT32`) {#UAVCAN_ENABLE} UAVCAN mode. -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. +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. **Values:** @@ -36227,16 +39600,18 @@ UAVCAN mode. - `2`: Sensors Automatic Config - `3`: Sensors and Actuators (ESCs) Automatic Config - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 0 | ### UAVCAN_ESC_IFACE (`INT32`) {#UAVCAN_ESC_IFACE} Which CAN interfaces to output ESC messages on. -Since ESC messages are high priority and sent at a high rate, it is recommended to only enable the interfaces that are actually used. Otherwise, the ESC messages will arbitrate lower priority messages and starve other nodes on the bus. +Since ESC messages are high priority and sent at a high rate, it is +recommended to only enable the interfaces that are actually used. +Otherwise, the ESC messages will arbitrate lower priority messages and +starve other nodes on the bus. **Bitmask:** @@ -36249,16 +39624,20 @@ Since ESC messages are high priority and sent at a high rate, it is recommended - `6`: CAN7 - `7`: CAN8 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 255 | | 255 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 255 | | 255 | ### UAVCAN_LGT_ANTCL (`INT32`) {#UAVCAN_LGT_ANTCL} UAVCAN ANTI_COLLISION light operating mode. -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 +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 **Values:** @@ -36267,16 +39646,20 @@ This parameter defines the minimum condition under which the system will command - `2`: When autopilot is prearmed - `3`: Always on - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 2 | ### UAVCAN_LGT_LAND (`INT32`) {#UAVCAN_LGT_LAND} UAVCAN LIGHT_ID_LANDING light operating mode. -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 +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 **Values:** @@ -36285,16 +39668,20 @@ This parameter defines the minimum condition under which the system will command - `2`: When autopilot is prearmed - `3`: Always on - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 0 | ### UAVCAN_LGT_NAV (`INT32`) {#UAVCAN_LGT_NAV} UAVCAN RIGHT_OF_WAY light operating mode. -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 +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 **Values:** @@ -36303,16 +39690,20 @@ This parameter defines the minimum condition under which the system will command - `2`: When autopilot is prearmed - `3`: Always on - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 3 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 3 | ### UAVCAN_LGT_STROB (`INT32`) {#UAVCAN_LGT_STROB} UAVCAN STROBE light operating mode. -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 +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 **Values:** @@ -36321,50 +39712,52 @@ This parameter defines the minimum condition under which the system will command - `2`: When autopilot is prearmed - `3`: Always on - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 3 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 3 | | 1 | ### UAVCAN_NODE_ID (`INT32`) {#UAVCAN_NODE_ID} UAVCAN Node ID. -Read the specs at http://uavcan.org to learn more about Node ID. +Read the specs at https://dronecan.github.io/ to learn more about Node ID. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 1 | 125 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 1 | 125 | | 1 | ### UAVCAN_PUB_ARM (`INT32`) {#UAVCAN_PUB_ARM} publish Arming Status stream. -Enable UAVCAN Arming Status stream publication uavcan::equipment::safety::ArmingStatus +Enable UAVCAN Arming Status stream publication +uavcan::equipment::safety::ArmingStatus -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_PUB_MBD (`INT32`) {#UAVCAN_PUB_MBD} publish moving baseline data RTCM stream. -Enable UAVCAN RTCM stream publication ardupilot::gnss::MovingBaselineData +Enable UAVCAN RTCM stream publication +ardupilot::gnss::MovingBaselineData -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_PUB_RTCM (`INT32`) {#UAVCAN_PUB_RTCM} publish RTCM stream. -Enable UAVCAN RTCM stream publication uavcan::equipment::gnss::RTCMStream +Enable UAVCAN RTCM stream publication +uavcan::equipment::gnss::RTCMStream -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_RNG_MAX (`FLOAT`) {#UAVCAN_RNG_MAX} @@ -36372,9 +39765,9 @@ UAVCAN rangefinder maximum range. This parameter defines the maximum valid range for a rangefinder connected via UAVCAN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 999.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 999.0 | m | ### UAVCAN_RNG_MIN (`FLOAT`) {#UAVCAN_RNG_MIN} @@ -36382,35 +39775,46 @@ UAVCAN rangefinder minimum range. This parameter defines the minimum valid range for a rangefinder connected via UAVCAN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.0 | m | ### UAVCAN_SUB_ASPD (`INT32`) {#UAVCAN_SUB_ASPD} subscription airspeed. -Enable UAVCAN airspeed subscriptions. uavcan::equipment::air_data::IndicatedAirspeed uavcan::equipment::air_data::TrueAirspeed uavcan::equipment::air_data::StaticTemperature +Enable UAVCAN airspeed subscriptions. +uavcan::equipment::air_data::IndicatedAirspeed +uavcan::equipment::air_data::TrueAirspeed +uavcan::equipment::air_data::StaticTemperature -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_BARO (`INT32`) {#UAVCAN_SUB_BARO} subscription barometer. -Enable UAVCAN barometer subscription. uavcan::equipment::air_data::StaticPressure uavcan::equipment::air_data::StaticTemperature +Enable UAVCAN barometer subscription. +uavcan::equipment::air_data::StaticPressure +uavcan::equipment::air_data::StaticTemperature -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_BAT (`INT32`) {#UAVCAN_SUB_BAT} subscription battery. -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 +Enable UAVCAN battery subscription. +uavcan::equipment::power::BatteryInfo +ardupilot::equipment::power::BatteryInfoAux +cuav::equipment::power::CBAT +0 - Disable +1 - Use raw data. Recommended for Smart battery +2 - Filter the data with internal battery library (unsupported with CBAT) **Values:** @@ -36418,30 +39822,31 @@ Enable UAVCAN battery subscription. uavcan::equipment::power::BatteryInfo ardupi - `1`: Raw data - `2`: Filter data - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### UAVCAN_SUB_BTN (`INT32`) {#UAVCAN_SUB_BTN} subscription button. -Enable UAVCAN button subscription. ardupilot::indication::Button +Enable UAVCAN button subscription. +ardupilot::indication::Button -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_DPRES (`INT32`) {#UAVCAN_SUB_DPRES} subscription differential pressure. -Enable UAVCAN differential pressure subscription. uavcan::equipment::air_data::RawAirData +Enable UAVCAN differential pressure subscription. +uavcan::equipment::air_data::RawAirData -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_FLOW (`INT32`) {#UAVCAN_SUB_FLOW} @@ -36449,9 +39854,9 @@ subscription flow. Enable UAVCAN optical flow subscription. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_FUEL (`INT32`) {#UAVCAN_SUB_FUEL} @@ -36459,175 +39864,278 @@ subscription fuel tank. Enable UAVCAN fuel tank status subscription. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_GPS (`INT32`) {#UAVCAN_SUB_GPS} subscription GPS. -Enable UAVCAN GPS subscriptions. uavcan::equipment::gnss::Fix uavcan::equipment::gnss::Fix2 uavcan::equipment::gnss::Auxiliary +Enable UAVCAN GPS subscriptions. +uavcan::equipment::gnss::Fix +uavcan::equipment::gnss::Fix2 +uavcan::equipment::gnss::Auxiliary -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### UAVCAN_SUB_GPS_R (`INT32`) {#UAVCAN_SUB_GPS_R} subscription GPS Relative. -Enable UAVCAN GPS Relative subscription. ardupilot::gnss::RelPosHeading +Enable UAVCAN GPS Relative subscription. +ardupilot::gnss::RelPosHeading -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### UAVCAN_SUB_HYGRO (`INT32`) {#UAVCAN_SUB_HYGRO} subscription hygrometer. -Enable UAVCAN hygrometer subscriptions. dronecan::sensors::hygrometer::Hygrometer +Enable UAVCAN hygrometer subscriptions. +dronecan::sensors::hygrometer::Hygrometer -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_ICE (`INT32`) {#UAVCAN_SUB_ICE} subscription ICE. -Enable UAVCAN internal combustion engine (ICE) subscription. uavcan::equipment::ice::reciprocating::Status +Enable UAVCAN internal combustion engine (ICE) subscription. +uavcan::equipment::ice::reciprocating::Status -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_IMU (`INT32`) {#UAVCAN_SUB_IMU} subscription IMU. -Enable UAVCAN IMU subscription. uavcan::equipment::ahrs::RawIMU +Enable UAVCAN IMU subscription. +uavcan::equipment::ahrs::RawIMU -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_MAG (`INT32`) {#UAVCAN_SUB_MAG} subscription magnetometer. -Enable UAVCAN mag subscription. uavcan::equipment::ahrs::MagneticFieldStrength uavcan::equipment::ahrs::MagneticFieldStrength2 +Enable UAVCAN mag subscription. +uavcan::equipment::ahrs::MagneticFieldStrength +uavcan::equipment::ahrs::MagneticFieldStrength2 -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | + +### UAVCAN_SUB_MBD (`INT32`) {#UAVCAN_SUB_MBD} + +subscription MovingBaselineData. + +Enable UAVCAN MovingBaselineData subscription. +ardupilot::gnss::MovingBaselineData + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UAVCAN_SUB_RNG (`INT32`) {#UAVCAN_SUB_RNG} subscription range finder. -Enable UAVCAN range finder subscription. uavcan::equipment::range_sensor::Measurement +Enable UAVCAN range finder subscription. +uavcan::equipment::range_sensor::Measurement -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ## UUV Attitude Control -### UUV_DIRCT_PITCH (`FLOAT`) {#UUV_DIRCT_PITCH} +### UUV_MGM_PITCH (`FLOAT`) {#UUV_MGM_PITCH} -Direct pitch input. +Pitch gain for manual inputs in manual control mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.05 | -### UUV_DIRCT_ROLL (`FLOAT`) {#UUV_DIRCT_ROLL} +### UUV_MGM_ROLL (`FLOAT`) {#UUV_MGM_ROLL} -Direct roll input. +Roll gain for manual inputs in manual control mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.05 | -### UUV_DIRCT_THRUST (`FLOAT`) {#UUV_DIRCT_THRUST} +### UUV_MGM_THRTL (`FLOAT`) {#UUV_MGM_THRTL} -Direct thrust input. +Throttle gain for manual inputs in manual control mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.1 | -### UUV_DIRCT_YAW (`FLOAT`) {#UUV_DIRCT_YAW} +### UUV_MGM_YAW (`FLOAT`) {#UUV_MGM_YAW} -Direct yaw input. +Yaw gain for manual inputs in manual control mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.0 | - -### UUV_INPUT_MODE (`INT32`) {#UUV_INPUT_MODE} - -Select Input Mode. - -**Values:** - -- `0`: use Attitude Setpoints -- `1`: Direct Feedthrough - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.05 | ### UUV_PITCH_D (`FLOAT`) {#UUV_PITCH_D} Pitch differential gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2.0 | ### UUV_PITCH_P (`FLOAT`) {#UUV_PITCH_P} Pitch proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 4.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 4.0 | + +### UUV_RGM_PITCH (`FLOAT`) {#UUV_RGM_PITCH} + +Pitch gain for manual inputs in rate control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 100.0 | + +### UUV_RGM_ROLL (`FLOAT`) {#UUV_RGM_ROLL} + +Roll gain for manual inputs in rate control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 100.0 | + +### UUV_RGM_THRTL (`FLOAT`) {#UUV_RGM_THRTL} + +Throttle gain for manual inputs in rate control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 10.0 | + +### UUV_RGM_YAW (`FLOAT`) {#UUV_RGM_YAW} + +Yaw gain for manual inputs in rate control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 100.0 | ### UUV_ROLL_D (`FLOAT`) {#UUV_ROLL_D} Roll differential gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.5 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.5 | ### UUV_ROLL_P (`FLOAT`) {#UUV_ROLL_P} Roll proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 4.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 4.0 | + +### UUV_SGM_PITCH (`FLOAT`) {#UUV_SGM_PITCH} + +Pitch gain for manual inputs in attitude control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.5 | + +### UUV_SGM_ROLL (`FLOAT`) {#UUV_SGM_ROLL} + +Roll gain for manual inputs in attitude control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.5 | + +### UUV_SGM_THRTL (`FLOAT`) {#UUV_SGM_THRTL} + +Throttle gain for manual inputs in attitude control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.1 | + +### UUV_SGM_YAW (`FLOAT`) {#UUV_SGM_YAW} + +Yaw gain for manual inputs in attitude control mode. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | | | 0.5 | + +### UUV_SP_MAX_AGE (`FLOAT`) {#UUV_SP_MAX_AGE} + +Maximum time (in seconds) before resetting setpoint. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2.0 | + +### UUV_STICK_MODE (`INT32`) {#UUV_STICK_MODE} + +Stick mode selector (0=Heave/sway control, roll/pitch leveled; 1=Pitch/roll control). + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 1 | | 0 | + +### UUV_THRUST_SAT (`FLOAT`) {#UUV_THRUST_SAT} + +UUV Thrust setpoint Saturation. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | | 0.1 | + +### UUV_TORQUE_SAT (`FLOAT`) {#UUV_TORQUE_SAT} + +UUV Torque setpoint Saturation. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | | 0.3 | ### UUV_YAW_D (`FLOAT`) {#UUV_YAW_D} Yaw differential gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 2.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 2.0 | ### UUV_YAW_P (`FLOAT`) {#UUV_YAW_P} Yawh proportional gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 4.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 4.0 | ## UUV Position Control @@ -36635,49 +40143,78 @@ Reboot | minValue | maxValue | increment | default | unit Gain of D controller X. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.2 | ### UUV_GAIN_X_P (`FLOAT`) {#UUV_GAIN_X_P} Gain of P controller X. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | ### UUV_GAIN_Y_D (`FLOAT`) {#UUV_GAIN_Y_D} Gain of D controller Y. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.2 | ### UUV_GAIN_Y_P (`FLOAT`) {#UUV_GAIN_Y_P} Gain of P controller Y. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | ### UUV_GAIN_Z_D (`FLOAT`) {#UUV_GAIN_Z_D} Gain of D controller Z. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0.2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.2 | ### UUV_GAIN_Z_P (`FLOAT`) {#UUV_GAIN_Z_P} Gain of P controller Z. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1.0 | + +### UUV_PGM_VEL (`FLOAT`) {#UUV_PGM_VEL} + +Gain for position control velocity setpoint update. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.5 | + +### UUV_POS_MODE (`INT32`) {#UUV_POS_MODE} + +Stabilization mode(1) or Position Control(0). + +**Values:** + +- `0`: Moves position setpoint in world frame +- `1`: Moves position setpoint in body frame + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | + +### UUV_POS_STICK_DB (`FLOAT`) {#UUV_POS_STICK_DB} + +Deadband for changing position setpoint. + +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.1 | ### UUV_STAB_MODE (`INT32`) {#UUV_STAB_MODE} @@ -36685,13 +40222,12 @@ Stabilization mode(1) or Position Control(0). **Values:** -- `0`: Position Control -- `1`: Stabilization Mode +- `0`: Tracks previous attitude setpoint +- `1`: Tracks horizontal attitude (allows yaw change) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 1 | ## UWB @@ -36701,9 +40237,9 @@ UWB sensor X offset in body frame. UWB sensor positioning in relation to Drone in NED. X offset. A Positive offset results in a Position o -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.01 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.01 | 0.0 | m | ### UWB_INIT_OFF_Y (`FLOAT`) {#UWB_INIT_OFF_Y} @@ -36711,9 +40247,9 @@ UWB sensor Y offset in body frame. UWB sensor positioning in relation to Drone in NED. Y offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.01 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.01 | 0.0 | m | ### UWB_INIT_OFF_Z (`FLOAT`) {#UWB_INIT_OFF_Z} @@ -36721,9 +40257,9 @@ UWB sensor Z offset in body frame. UWB sensor positioning in relation to Drone in NED. Z offset. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | 0.01 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | 0.01 | 0.0 | m | ### UWB_PORT_CFG (`INT32`) {#UWB_PORT_CFG} @@ -36746,10 +40282,9 @@ Configure on which serial port to run Ultrawideband position sensor driver. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### UWB_SENS_ROT (`INT32`) {#UWB_SENS_ROT} @@ -36801,10 +40336,9 @@ The orientation of the sensor relative to the forward direction of the body fram - `39`: ROTATION_PITCH_315 - `40`: ROTATION_ROLL_90_PITCH_315 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ## UXRCE-DDS Client @@ -36812,11 +40346,15 @@ Reboot | minValue | maxValue | increment | default | unit uXRCE-DDS Agent IP address. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2130706433 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ---------- | ---- | +| ✓ | | | | 2130706433 | ### UXRCE_DDS_CFG (`INT32`) {#UXRCE_DDS_CFG} @@ -36840,10 +40378,9 @@ Configure on which serial port to run UXRCE-DDS Client. - `401`: EXT2 - `1000`: Ethernet - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### UXRCE_DDS_DOM_ID (`INT32`) {#UXRCE_DDS_DOM_ID} @@ -36851,35 +40388,53 @@ uXRCE-DDS domain ID. uXRCE-DDS domain ID -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### UXRCE_DDS_KEY (`INT32`) {#UXRCE_DDS_KEY} uXRCE-DDS session key. -uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key. +uXRCE-DDS key, must be different from zero. +In a single agent - multi client configuration, each client +must have a unique session key. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 1 | + +### UXRCE_DDS_NS_IDX (`INT32`) {#UXRCE_DDS_NS_IDX} + +Define an index-based message namespace. + +Defines an index-based namespace for DDS messages, e.g, uav_0, uav_1, up to uav_9999 +A value less than zero leaves the namespace empty + +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | -1 | 9999 | | -1 | ### UXRCE_DDS_PRT (`INT32`) {#UXRCE_DDS_PRT} uXRCE-DDS UDP port. -If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used. +If ethernet is enabled and is the selected configuration for uXRCE-DDS, +the selected UDP port will be set and used. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 65535 | | 8888 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 65535 | | 8888 | ### UXRCE_DDS_PTCFG (`INT32`) {#UXRCE_DDS_PTCFG} uXRCE-DDS participant configuration. -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". +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". **Values:** @@ -36887,20 +40442,20 @@ Set the participant configuration on the Agent's system. 0: Use the default conf - `1`: Localhost-only - `2`: Custom participant - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### UXRCE_DDS_RX_TO (`INT32`) {#UXRCE_DDS_RX_TO} RX rate timeout configuration. -Specifies after how many seconds without receiving data the DDS connection is reestablished. A value less than one disables the RX rate timeout. +Specifies after how many seconds without receiving data the DDS connection is reestablished. +A value less than one disables the RX rate timeout. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | -1 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | -1 | s | ### UXRCE_DDS_SYNCC (`INT32`) {#UXRCE_DDS_SYNCC} @@ -36908,9 +40463,9 @@ Enable uXRCE-DDS system clock synchronization. When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ### UXRCE_DDS_SYNCT (`INT32`) {#UXRCE_DDS_SYNCT} @@ -36918,19 +40473,20 @@ Enable uXRCE-DDS timestamp synchronization. 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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ----------- | ---- | +| ✓ | | | | Enabled (1) | ### UXRCE_DDS_TX_TO (`INT32`) {#UXRCE_DDS_TX_TO} TX rate timeout configuration. -Specifies after how many seconds without sending data the DDS connection is reestablished. A value less than one disables the TX rate timeout. +Specifies after how many seconds without sending data the DDS connection is reestablished. +A value less than one disables the TX rate timeout. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 3 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 3 | s | ## VOXL ESC @@ -36940,9 +40496,9 @@ UART ESC baud rate. Default rate is 250Kbps, which is used in off-the-shelf MoadalAI ESC products. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 250000 | bit/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 250000 | bit/s | ### VOXL_ESC_CONFIG (`INT32`) {#VOXL_ESC_CONFIG} @@ -36955,10 +40511,9 @@ Selects what type of UART ESC, if any, is being used. - `0`: - Disabled - `1`: - VOXL ESC - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ### VOXL_ESC_GPIO_CH (`INT32`) {#VOXL_ESC_GPIO_CH} @@ -36968,10 +40523,9 @@ GPIO Control Channel. - `0`: - Disabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 6 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 6 | | 0 | ### VOXL_ESC_MODE (`INT32`) {#VOXL_ESC_MODE} @@ -36986,10 +40540,9 @@ Selects what type of mode is enabled, if any - `2`: - Turtle Mode enabled via AUX2 - `3`: - UART Passthrough Mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### VOXL_ESC_PUB_BST (`INT32`) {#VOXL_ESC_PUB_BST} @@ -37002,10 +40555,9 @@ Only applicable to ESCs that report total battery voltage and current - `0`: - Disabled - `1`: - Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 1 | ### VOXL_ESC_RPM_MAX (`INT32`) {#VOXL_ESC_RPM_MAX} @@ -37013,9 +40565,9 @@ UART ESC RPM Max. Maximum RPM for ESC -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 15000 | rpm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 15000 | rpm | ### VOXL_ESC_RPM_MIN (`INT32`) {#VOXL_ESC_RPM_MIN} @@ -37023,9 +40575,9 @@ UART ESC RPM Min. Minimum RPM for ESC -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 5500 | rpm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 5500 | rpm | ### VOXL_ESC_SDIR1 (`INT32`) {#VOXL_ESC_SDIR1} @@ -37036,10 +40588,9 @@ UART ESC ID 1 Spin Direction Flag. - `0`: - Default - `1`: - Reverse - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_SDIR2 (`INT32`) {#VOXL_ESC_SDIR2} @@ -37050,10 +40601,9 @@ UART ESC ID 2 Spin Direction Flag. - `0`: - Default - `1`: - Reverse - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_SDIR3 (`INT32`) {#VOXL_ESC_SDIR3} @@ -37064,10 +40614,9 @@ UART ESC ID 3 Spin Direction Flag. - `0`: - Default - `1`: - Reverse - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_SDIR4 (`INT32`) {#VOXL_ESC_SDIR4} @@ -37078,42 +40627,41 @@ UART ESC ID 4 Spin Direction Flag. - `0`: - Default - `1`: - Reverse - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VOXL_ESC_T_COSP (`FLOAT`) {#VOXL_ESC_T_COSP} UART ESC Turtle Mode Cosphi. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.000 | 1.000 | 0.001 | 0.990 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.000 | 1.000 | 0.001 | 0.990 | ### VOXL_ESC_T_DEAD (`INT32`) {#VOXL_ESC_T_DEAD} UART ESC Turtle Mode Crash Flip Motor Deadband. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 20 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 20 | ### VOXL_ESC_T_EXPO (`INT32`) {#VOXL_ESC_T_EXPO} UART ESC Turtle Mode Crash Flip Motor expo. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | 1 | 35 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | 1 | 35 | ### VOXL_ESC_T_MINF (`FLOAT`) {#VOXL_ESC_T_MINF} UART ESC Turtle Mode Crash Flip Motor STICK_MINF. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 100.0 | 1.0 | 0.15 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 100.0 | 1.0 | 0.15 | ### VOXL_ESC_T_OVER (`INT32`) {#VOXL_ESC_T_OVER} @@ -37125,18 +40673,17 @@ Only applicable to ESCs that report temperature - `0`: - Disabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 200 | | 0 | ### VOXL_ESC_T_PERC (`INT32`) {#VOXL_ESC_T_PERC} UART ESC Turtle Mode Crash Flip Motor Percent. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1 | 100 | 1 | 90 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1 | 100 | 1 | 90 | ### VOXL_ESC_T_WARN (`INT32`) {#VOXL_ESC_T_WARN} @@ -37148,10 +40695,9 @@ Only applicable to ESCs that report temperature - `0`: - Disabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 200 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 200 | | 0 | ### VOXL_ESC_VLOG (`INT32`) {#VOXL_ESC_VLOG} @@ -37162,10 +40708,9 @@ UART ESC verbose logging. - `0`: - Disabled - `1`: - Enabled - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 1 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 1 | | 0 | ## VOXL2 IO @@ -37175,9 +40720,9 @@ VOXL2_IO UART baud rate. Default rate is 921600, which is used for communicating with VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 921600 | bit/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | | | | 921600 | bit/s | ### VOXL2_IO_CMAX (`INT32`) {#VOXL2_IO_CMAX} @@ -37185,9 +40730,9 @@ VOXL2_IO Calibration Max PWM. Maximum duration (microseconds) for VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 2000 | us | ### VOXL2_IO_CMIN (`INT32`) {#VOXL2_IO_CMIN} @@ -37195,9 +40740,9 @@ VOXL2_IO Calibration Min PWM. Minimum duration (microseconds) for VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 1050 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 1050 | us | ### VOXL2_IO_DIS (`INT32`) {#VOXL2_IO_DIS} @@ -37205,9 +40750,9 @@ VOXL2_IO Disabled PWM. Pulse duration in disabled state (microseconds) for VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 1000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 1000 | us | ### VOXL2_IO_MAX (`INT32`) {#VOXL2_IO_MAX} @@ -37215,9 +40760,9 @@ VOXL2_IO Max PWM. Maximum duration (microseconds) for VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 2000 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 2000 | us | ### VOXL2_IO_MIN (`INT32`) {#VOXL2_IO_MIN} @@ -37225,9 +40770,9 @@ VOXL2_IO Min PWM. Minimum duration (microseconds) for VOXL2_IO board -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2000 | | 1100 | us +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2000 | | 1100 | us | ## VTOL Attitude Control @@ -37237,9 +40782,9 @@ Transition blending airspeed. Airspeed at which we can start blending both fw and mc controls. Set to 0 to disable. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 30.00 | 1 | 8.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.00 | 30.00 | 1 | 8.0 | m/s | ### VT_ARSP_TRANS (`FLOAT`) {#VT_ARSP_TRANS} @@ -37247,9 +40792,9 @@ Transition airspeed. Airspeed at which we can switch to fw mode -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.00 | 30.00 | 1 | 10.0 | m/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.00 | 30.00 | 1 | 10.0 | m/s | ### VT_BT_TILT_DUR (`FLOAT`) {#VT_BT_TILT_DUR} @@ -37257,27 +40802,28 @@ Duration motor tilt up in backtransition. Time in seconds it takes to tilt form VT_TILT_FW to VT_TILT_MC. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 10 | 0.1 | 1. | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 10 | 0.1 | 1. | s | ### VT_B_DEC_I (`FLOAT`) {#VT_B_DEC_I} -Backtransition deceleration setpoint to pitch I gain. +Backtransition deceleration setpoint to tilt I gain. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 0.3 | 0.05 | 0.1 | rad s/m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ------- | +|   | 0 | 0.3 | 0.05 | 0.1 | rad s/m | ### VT_B_DEC_MSS (`FLOAT`) {#VT_B_DEC_MSS} Approximate deceleration during back transition. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.5 | 10 | 0.1 | 2.0 | m/s^2 +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ----- | +|   | 0.5 | 10 | 0.1 | 2.0 | m/s^2 | ### VT_B_TRANS_DUR (`FLOAT`) {#VT_B_TRANS_DUR} @@ -37285,9 +40831,9 @@ Maximum duration of a back transition. Transition is also declared over if the groundspeed drops below MPC_XY_CRUISE. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 20.00 | 1 | 10.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 20.00 | 1 | 10.0 | s | ### VT_B_TRANS_RAMP (`FLOAT`) {#VT_B_TRANS_RAMP} @@ -37295,9 +40841,9 @@ Back transition MC motor ramp up time. This sets the duration during which the MC motors ramp up to the commanded thrust during the back transition stage. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 20.0 | 0.1 | 3.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 20.0 | 0.1 | 3.0 | s | ### VT_ELEV_MC_LOCK (`INT32`) {#VT_ELEV_MC_LOCK} @@ -37305,15 +40851,20 @@ Lock control surfaces in hover. If set to 1 the control surfaces are locked at the disarmed value in multicopter mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Enabled (1) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ----------- | ---- | +|   | | | | Enabled (1) | ### VT_FWD_THRUST_EN (`INT32`) {#VT_FWD_THRUST_EN} Use fixed-wing actuation in hover to accelerate forward. -Prevents downforce from pitching the body down when facing wind. Uses puller/pusher (standard VTOL), or forward-tilt (tiltrotor VTOL) to accelerate forward instead. Only active if demanded 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 height-rate controlled modes. +Prevents downforce from pitching the body down when facing wind. +Uses puller/pusher (standard VTOL), or forward-tilt (tiltrotor VTOL) to accelerate forward instead. +Only active if demanded 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 height-rate controlled modes. **Values:** @@ -37325,26 +40876,28 @@ Prevents downforce from pitching the body down when facing wind. Uses puller/pus - `5`: Enabled if above MPC_LAND_ALT1 (except LANDING) - `6`: Enabled if above MPC_LAND_ALT2 (except LANDING) - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VT_FWD_THRUST_SC (`FLOAT`) {#VT_FWD_THRUST_SC} Fixed-wing actuation thrust scale in hover. -Scale applied to the demanded pitch (below VT_PITCH_MIN) to get the fixed-wing forward actuation in hover mode. Enabled via VT_FWD_THRUST_EN. +Scale applied to the demanded pitch (below VT_PITCH_MIN) to get the fixed-wing forward actuation in hover mode. +Enabled via VT_FWD_THRUST_EN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 5.0 | 0.01 | 0.7 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 5.0 | 0.01 | 0.7 | ### VT_FW_DIFTHR_EN (`INT32`) {#VT_FW_DIFTHR_EN} Differential thrust in forwards flight. -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. +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. **Bitmask:** @@ -37352,10 +40905,9 @@ Enable differential thrust seperately for roll, pitch, yaw in forward (fixed-win - `1`: Roll - `2`: Pitch - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 7 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 7 | | 0 | ### VT_FW_DIFTHR_S_P (`FLOAT`) {#VT_FW_DIFTHR_S_P} @@ -37363,9 +40915,9 @@ Pitch differential thrust factor in forward flight. Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 0.1 | 1. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 0.1 | 1. | ### VT_FW_DIFTHR_S_R (`FLOAT`) {#VT_FW_DIFTHR_S_R} @@ -37373,9 +40925,9 @@ Roll differential thrust factor in forward flight. Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 0.1 | 1. | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 0.1 | 1. | ### VT_FW_DIFTHR_S_Y (`FLOAT`) {#VT_FW_DIFTHR_S_Y} @@ -37383,49 +40935,57 @@ Yaw differential thrust factor in forward flight. Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 2.0 | 0.1 | 0.1 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 2.0 | 0.1 | 0.1 | ### VT_FW_MIN_ALT (`FLOAT`) {#VT_FW_MIN_ALT} Quad-chute altitude. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 200.0 | 1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 200.0 | 1 | 0.0 | m | ### VT_FW_QC_HMAX (`INT32`) {#VT_FW_QC_HMAX} Quad-chute maximum height. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 1 | 0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | 1 | 0 | m | ### VT_FW_QC_P (`INT32`) {#VT_FW_QC_P} Quad-chute max pitch threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 180 | | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 180 | | 0 | deg | ### VT_FW_QC_R (`INT32`) {#VT_FW_QC_R} Quad-chute max roll threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 180 | | 0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 180 | | 0 | deg | ### VT_F_TRANS_DUR (`FLOAT`) {#VT_F_TRANS_DUR} @@ -37433,109 +40993,124 @@ Duration of a front transition. Time in seconds used for a transition -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 20.00 | 1 | 5.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 20.00 | 1 | 5.0 | s | ### VT_F_TRANS_THR (`FLOAT`) {#VT_F_TRANS_THR} Target throttle value for the transition to fixed-wing flight. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | ### VT_F_TR_OL_TM (`FLOAT`) {#VT_F_TR_OL_TM} Airspeed-less front transition time (open loop). -The duration of the front transition when there is no airspeed feedback available. When airspeed is used, transition timeout is declared if airspeed does not reach VT_ARSP_BLEND after this time. +The duration of the front transition when there is no airspeed feedback available. +When airspeed is used, transition timeout is declared if airspeed does not +reach VT_ARSP_BLEND after this time. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 1.0 | 30.0 | 0.5 | 6.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 1.0 | 30.0 | 0.5 | 6.0 | s | ### VT_LND_PITCH_MIN (`FLOAT`) {#VT_LND_PITCH_MIN} Minimum pitch angle during hover landing. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -10.0 | 45.0 | 0.1 | -5.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -10.0 | 45.0 | 0.1 | 0.0 | deg | ### VT_PITCH_MIN (`FLOAT`) {#VT_PITCH_MIN} Minimum pitch angle during hover. -Any pitch setpoint below this value is translated to a forward force by the fixed-wing forward actuation if VT_FWD_TRHUST_EN is set. +Any pitch setpoint below this value is translated to a forward force by the fixed-wing forward actuation if +VT_FWD_TRHUST_EN is set. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -10.0 | 45.0 | 0.1 | -5.0 | deg +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -10.0 | 45.0 | 0.1 | 0.0 | deg | ### VT_PSHER_SLEW (`FLOAT`) {#VT_PSHER_SLEW} Pusher throttle ramp up slew rate. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | | 0.01 | 0.33 | 1/s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | | 0.01 | 0.33 | 1/s | ### VT_QC_ALT_LOSS (`FLOAT`) {#VT_QC_ALT_LOSS} Quad-chute uncommanded descent threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 200.0 | 1 | 0.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 200.0 | 1 | 0.0 | m | ### VT_QC_T_ALT_LOSS (`FLOAT`) {#VT_QC_T_ALT_LOSS} Quad-chute transition altitude loss threshold. -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. +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. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 50 | 1 | 20.0 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 50 | 1 | 20.0 | m | ### VT_SPOILER_MC_LD (`FLOAT`) {#VT_SPOILER_MC_LD} Spoiler setting while landing (hover). -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | -1 | 1 | 0.1 | 0. | norm +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | -1 | 1 | 0.1 | 0. | norm | ### VT_TILT_FW (`FLOAT`) {#VT_TILT_FW} Normalized tilt in FW. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 1.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 1.0 | ### VT_TILT_MC (`FLOAT`) {#VT_TILT_MC} Normalized tilt in Hover. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.0 | ### VT_TILT_TRANS (`FLOAT`) {#VT_TILT_TRANS} Normalized tilt in transition to FW. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 1.0 | 0.01 | 0.4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 1.0 | 0.01 | 0.4 | ### VT_TRANS_MIN_TM (`FLOAT`) {#VT_TRANS_MIN_TM} @@ -37543,9 +41118,9 @@ Front transition minimum time. Minimum time in seconds for front transition. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 20.0 | 0.1 | 2.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 20.0 | 0.1 | 2.0 | s | ### VT_TRANS_P2_DUR (`FLOAT`) {#VT_TRANS_P2_DUR} @@ -37553,9 +41128,9 @@ Duration of front transition phase 2. Time in seconds it takes to tilt form VT_TILT_TRANS to VT_TILT_FW. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 5.0 | 0.01 | 0.5 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 5.0 | 0.01 | 0.5 | s | ### VT_TRANS_TIMEOUT (`FLOAT`) {#VT_TRANS_TIMEOUT} @@ -37563,9 +41138,9 @@ Front transition timeout. Time in seconds after which transition will be cancelled. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.1 | 30.00 | 1 | 15.0 | s +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.1 | 30.00 | 1 | 15.0 | s | ### VT_TYPE (`INT32`) {#VT_TYPE} @@ -37577,10 +41152,9 @@ VTOL Type (Tailsitter=0, Tiltrotor=1, Standard=2). - `1`: Tiltrotor - `2`: Standard - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 2 | | 0 | ### WV_GAIN (`FLOAT`) {#WV_GAIN} @@ -37588,9 +41162,9 @@ Weather-vane roll angle to yawrate. The desired gain to convert roll sp into yaw rate sp. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0.0 | 3.0 | 0.01 | 1.0 | Hz +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0.0 | 3.0 | 0.01 | 1.0 | Hz | ## VTOL Takeoff @@ -37600,9 +41174,9 @@ VTOL Takeoff relative loiter altitude. Altitude relative to home at which vehicle will loiter after front transition. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 20 | 300 | 1 | 80 | m +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 20 | 300 | 1 | 80 | m | ## Vertiq IO @@ -37627,10 +41201,9 @@ Configure on which serial port to run Vertiq IO. - `301`: Wifi Port - `401`: EXT2 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 0 | ### VTQ_ARM_BEHAVE (`INT32`) {#VTQ_ARM_BEHAVE} @@ -37643,10 +41216,9 @@ The behavior triggered when the flight controller arms. You have the option to u - `0`: Use Motor Arm Behavior - `1`: Send Explicit Arm Command - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_BAUD (`INT32`) {#VTQ_BAUD} @@ -37654,15 +41226,20 @@ The IQUART driver's baud rate. The baud rate (in bits per second) used by the serial port connected with IQUART communication -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 115200 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 115200 | ### VTQ_CONTROL_MODE (`INT32`) {#VTQ_CONTROL_MODE} Module Param - The module's control mechanism. -PWM Mode: Commands a fraction of battery voltage. This changes as the battery voltage changes. This is the least safe mode because the upper throttle limit is determined by the battery voltage. Voltage Mode: Commands a voltage. The motor will behave the same way throughout the life of a battery, assuming the commanded voltage is less than the battery voltage. You must set the MAX_VOLTS parameter. Velocity Mode: Closed-loop, commands a velocity. The controller will adjust the applied voltage so that the motor spins at the commanded velocity. This mode has faster reaction times. Only use this if you know the properties of your propeller. You must set the MAX_VELOCITY parameter. +PWM Mode: Commands a fraction of battery voltage. This changes as the battery voltage changes. +This is the least safe mode because the upper throttle limit is determined by the battery voltage. +Voltage Mode: Commands a voltage. The motor will behave the same way throughout the life of a battery, assuming the commanded voltage is less than the battery voltage. +You must set the MAX_VOLTS parameter. +Velocity Mode: Closed-loop, commands a velocity. The controller will adjust the applied voltage so that the motor spins at the commanded velocity. +This mode has faster reaction times. Only use this if you know the properties of your propeller. You must set the MAX_VELOCITY parameter. **Values:** @@ -37670,16 +41247,16 @@ PWM Mode: Commands a fraction of battery voltage. This changes as the battery vo - `1`: Voltage - `2`: Velocity - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_DISARM_TRIG (`INT32`) {#VTQ_DISARM_TRIG} The triggered behavior sent to the motors on PX4 disarm. -The behavior triggered when the flight controller disarms. You have the option to trigger your motors' disarm behaviors, set all motors to coast, or set a predefined throttle setpoint +The behavior triggered when the flight controller disarms. You have the option to trigger your motors' disarm behaviors, set all motors to coast, +or set a predefined throttle setpoint **Values:** @@ -37687,10 +41264,9 @@ The behavior triggered when the flight controller disarms. You have the option t - `1`: Coast Motors - `2`: Set Predefined Velocity Setpoint - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_DISARM_VELO (`INT32`) {#VTQ_DISARM_VELO} @@ -37698,25 +41274,25 @@ Velocity sent when DISARM_TRIGGER is Set Predefined Velocity Setpoint. This is the velocity that will be sent to all motors when PX4 is disarmed and DISARM_TRIGGER is Set Predefined Velocity Setpoint -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 100 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 100 | | 0 | ### VTQ_FC_DIR (`INT32`) {#VTQ_FC_DIR} Module Param - If the flight controller uses 2D or 3D communication. -The FC and the ESC must agree upon the meaning of the signal coming out of the ESC. When FCs are in 3D mode they re-map negative signals. This parameter keeps the FC and ESC in agreement. +The FC and the ESC must agree upon the meaning of the signal coming out of the ESC. When FCs are in 3D mode +they re-map negative signals. This parameter keeps the FC and ESC in agreement. **Values:** - `0`: 2D - `1`: 3D - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_MAX_VELOCITY (`FLOAT`) {#VTQ_MAX_VELOCITY} @@ -37724,9 +41300,9 @@ Module Param - Maximum velocity when CONTROL_MODE is set to Velocity. Only relevant in Velocity Mode. This is the velocity the controller will command at full throttle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_MAX_VOLTS (`FLOAT`) {#VTQ_MAX_VOLTS} @@ -37734,9 +41310,9 @@ Module Param - Maximum voltage when CONTROL_MODE is set to Voltage. Only relevant in Voltage Mode. This is the voltage the controller will command at full throttle. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_MOTOR_DIR (`INT32`) {#VTQ_MOTOR_DIR} @@ -37752,10 +41328,9 @@ Set the targeted motor's spinning direction (clockwise vs. counter clockwise) an - `3`: 2D Counter Clockwise - `4`: 2D Clockwise - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_NUM_CVS (`INT32`) {#VTQ_NUM_CVS} @@ -37763,9 +41338,9 @@ The number of Vertiq IFCI parameters to use. The total number of IFCI control variables being used across all connected modules -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 16 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | 0 | 16 | | 0 | ### VTQ_PULSE_V_LIM (`FLOAT`) {#VTQ_PULSE_V_LIM} @@ -37773,35 +41348,36 @@ Module Param - Max pulsing voltage limit when in Voltage Limit Mode. This sets the max pulsing voltage limit when in Voltage Limit Mode. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_PULSE_V_MODE (`INT32`) {#VTQ_PULSE_V_MODE} Module Param - 0 = Supply Voltage Mode, 1 = Voltage Limit Mode. -Supply Voltage Mode means that the maximum voltage applied to pulsing is the supplied voltage. Voltage Limit Mode indicates that PULSE_VOLT_LIM is the maximum allowed voltage to apply towards pulsing. +Supply Voltage Mode means that the maximum voltage applied to pulsing is the supplied voltage. Voltage Limit Mode +indicates that PULSE_VOLT_LIM is the maximum allowed voltage to apply towards pulsing. **Values:** - `0`: Supply Voltage Mode - `1`: Voltage Limit Mode - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_REDO_READ (`INT32`) {#VTQ_REDO_READ} Reinitialize the target module's values into the PX4 parameters. -Setting this value to true will reinitialize PX4's IQUART connected parameters to the value stored on the currently targeted motor. This is especially useful if your flight controller powered on before your connected modules +Setting this value to true will reinitialize PX4's IQUART connected parameters to the value stored on the currently targeted motor. +This is especially useful if your flight controller powered on before your connected modules -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | Disabled (0) | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------------ | ---- | +|   | | | | Disabled (0) | ### VTQ_TELEM_IDS_1 (`INT32`) {#VTQ_TELEM_IDS_1} @@ -37844,10 +41420,9 @@ The module IDs [0, 31] that should be asked for telemetry. The data received fro - `30`: Module ID 30 - `31`: Module ID 31 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 4294967295 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | ---------- | --------- | ------- | ---- | +| ✓ | 0 | 4294967295 | | 0 | ### VTQ_TELEM_IDS_2 (`INT32`) {#VTQ_TELEM_IDS_2} @@ -37889,10 +41464,9 @@ The module IDs [32, 62] that should be asked for telemetry. The data received fr - `29`: Module ID 61 - `30`: Module ID 62 - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | 0 | 2147483647 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | ---------- | --------- | ------- | ---- | +| ✓ | 0 | 2147483647 | | 0 | ### VTQ_THROTTLE_CVI (`INT32`) {#VTQ_THROTTLE_CVI} @@ -37900,9 +41474,9 @@ Module Param - The module's Throttle Control Value Index. This represents the Control Value Index where the targeted module will look for throttle commands -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### VTQ_TQUE_OFF_ANG (`FLOAT`) {#VTQ_TQUE_OFF_ANG} @@ -37910,19 +41484,21 @@ Module Param - Offsets pulse angle to allow for mechanical properties. This offsets where the pulse starts around the motor to allow for propeller mechanical properties. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_TRGT_MOD_ID (`INT32`) {#VTQ_TRGT_MOD_ID} The Module ID of the module you would like to communicate with. -This is the value used as the target module ID of all configuration parameters (not operational parameters). The Vertiq module with the module ID matching this value will react to all get and set requests from PX4. Any Vertiq client made with dynamic object IDs should use this value to instantiate itself. +This is the value used as the target module ID of all configuration parameters (not operational parameters). The Vertiq module with the +module ID matching this value will react to all get and set requests from PX4. Any Vertiq client made with dynamic object IDs should +use this value to instantiate itself. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_VELO_CUTOFF (`FLOAT`) {#VTQ_VELO_CUTOFF} @@ -37930,9 +41506,9 @@ Module Param - The minimum velocity required to allow pulsing. This is the velocity at which pulsing is allowed. Any velocity between VELOCITY_CUTOFF and -VELOCITY_CUTOFF will not pulse. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ### VTQ_X_CVI (`INT32`) {#VTQ_X_CVI} @@ -37940,9 +41516,9 @@ Module Param - CVI for the X rectangular coordinate. This represents the Control Value Index where the targeted module will look for the X rectangular coordinate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### VTQ_Y_CVI (`INT32`) {#VTQ_Y_CVI} @@ -37950,9 +41526,9 @@ Module Param - CVI for the Y rectangular coordinate. This represents the Control Value Index where the targeted module will look for the Y rectangular coordinate. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 255 | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 255 | | 0 | ### VTQ_ZERO_ANGLE (`FLOAT`) {#VTQ_ZERO_ANGLE} @@ -37960,21 +41536,23 @@ Module Param - The encoder angle at which theta is zero. The encoder angle at which theta is zero. Adjust this number to change the location of 0 phase when pulsing. -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0 | ## Zenoh ### ZENOH_ENABLE (`INT32`) {#ZENOH_ENABLE} -Zenoh Enable. +Enable Zenoh. -Zenoh +Set true (1) to start the Zenoh driver module (a.k.a the "Zenoh-Pico Node"). +See https://docs.px4.io/main/en/middleware/zenoh and +https://docs.px4.io/main/en/modules/modules_driver.html#zenoh -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 0 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------------ | ---- | +| ✓ | | | | Disabled (0) | ## Miscellaneous @@ -37992,10 +41570,9 @@ Accel filter settings. - `5`: 370 Hz - `6`: No filter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 6 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 6 | ### SCH16T_DECIM (`INT32`) {#SCH16T_DECIM} @@ -38009,10 +41586,9 @@ Gyro and Accel decimation settings. - `3`: 1475 Hz - `4`: 738 Hz - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 4 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 4 | ### SCH16T_GYRO_FILT (`INT32`) {#SCH16T_GYRO_FILT} @@ -38028,10 +41604,9 @@ Gyro filter settings. - `5`: 370 Hz - `6`: No filter - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -✓ | | | | 2 | +| Reboot | minValue | maxValue | increment | default | unit | +| ------- | -------- | -------- | --------- | ------- | ---- | +| ✓ | | | | 2 | ### SF1XX_MODE (`INT32`) {#SF1XX_MODE} @@ -38043,22 +41618,22 @@ Lightware SF1xx/SF20/LW20 Operation Mode. - `1`: Enabled - `2`: Enabled in VTOL MC mode, listen to request from system in FW mode +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 2 | | 1 | -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | 0 | 2 | | 1 | +### SPC_VEHICLE_RESP (`FLOAT`) {#SPC_VEHICLE_RESP} -### UUV_SKIP_CTRL (`INT32`) {#UUV_SKIP_CTRL} +SPC_VEHICLE_RESP. -Skip the controller. +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | | | | 0.5 | -**Values:** +### ZENOH_DOMAIN_ID (`INT32`) {#ZENOH_DOMAIN_ID} -- `0`: use the module's controller -- `1`: skip the controller and feedthrough the setpoints - - -Reboot | minValue | maxValue | increment | default | unit ---- | --- | --- | --- | --- | --- -  | | | | 0 | +ROS2 RMW_ZENOH_CPP Domain id. +| Reboot | minValue | maxValue | increment | default | unit | +| ------ | -------- | -------- | --------- | ------- | ---- | +|   | 0 | 232 | | 0 | diff --git a/docs/en/modules/modules_controller.md b/docs/en/modules/modules_controller.md index da1a026825..f2a6e3a484 100644 --- a/docs/en/modules/modules_controller.md +++ b/docs/en/modules/modules_controller.md @@ -1,13 +1,11 @@ # Modules Reference: Controller - - ## airship_att_control Source: [modules/airship_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/airship_att_control) - ### Description + This implements the airship attitude and rate controller. Ideally it would take attitude setpoints (`vehicle_attitude_setpoint`) or rate setpoints (in acro mode via `manual_control_setpoint` topic) as inputs and outputs actuator control messages. @@ -15,8 +13,8 @@ via `manual_control_setpoint` topic) as inputs and outputs actuator control mess Currently it is feeding the `manual_control_setpoint` topic directly to the actuators. ### Implementation -To reduce control latency, the module directly polls on the gyro topic published by the IMU driver. +To reduce control latency, the module directly polls on the gyro topic published by the IMU driver. ### Usage {#airship_att_control_usage} @@ -34,8 +32,8 @@ airship_att_control [arguments...] Source: [modules/control_allocator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/control_allocator) - ### Description + This implements control allocation. It takes torque and thrust setpoints as inputs and outputs actuator setpoint messages. @@ -55,12 +53,11 @@ control_allocator [arguments...] Source: [modules/flight_mode_manager](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/flight_mode_manager) - ### Description + This implements the setpoint generation for all modes. It takes the current mode state of the vehicle as input and outputs setpoints for controllers. - ### Usage {#flight_mode_manager_usage} ``` @@ -77,10 +74,9 @@ flight_mode_manager [arguments...] Source: [modules/fw_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_att_control) - ### Description -fw_att_control is the fixed wing attitude controller. +fw_att_control is the fixed wing attitude controller. ### Usage {#fw_att_control_usage} @@ -99,10 +95,9 @@ fw_att_control [arguments...] Source: [modules/fw_lateral_longitudinal_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_lateral_longitudinal_control) - ### Description -fw_lat_lon_control computes attitude and throttle setpoints from lateral and longitudinal control setpoints. +fw_lat_lon_control computes attitude and throttle setpoints from lateral and longitudinal control setpoints. ### Usage {#fw_lat_lon_control_usage} @@ -121,13 +116,12 @@ fw_lat_lon_control [arguments...] Source: [modules/fw_mode_manager](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_mode_manager) - ### Description + This implements the setpoint generation for all PX4-internal fixed-wing modes, height-rate control and higher. It takes the current mode state of the vehicle as input and outputs setpoints consumed by the fixed-wing lateral-longitudinal controller and and controllers below that (attitude, rate). - ### Usage {#fw_mode_manager_usage} ``` @@ -144,10 +138,9 @@ fw_mode_manager [arguments...] Source: [modules/fw_rate_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_rate_control) - ### Description -fw_rate_control is the fixed-wing rate controller. +fw_rate_control is the fixed-wing rate controller. ### Usage {#fw_rate_control_usage} @@ -166,8 +159,8 @@ fw_rate_control [arguments...] Source: [modules/mc_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_att_control) - ### Description + This implements the multicopter attitude controller. It takes attitude setpoints (`vehicle_attitude_setpoint`) as inputs and outputs a rate setpoint. @@ -180,7 +173,6 @@ Institute for Dynamic Systems and Control (IDSC), ETH Zurich https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/154099/eth-7387-01.pdf - ### Usage {#mc_att_control_usage} ``` @@ -194,12 +186,36 @@ mc_att_control [arguments...] status print status info ``` +## mc_nn_control + +Source: [modules/mc_nn_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_nn_control) + +### Description + +Multicopter Neural Network Control module. +This module is an end-to-end neural network control system for multicopters. +It takes in 15 input values and outputs 4 control actions. +Inputs: [pos_err(3), att(6), vel(3), ang_vel(3)] +Outputs: [Actuator motors(4)] + +### Usage {#mc_nn_control_usage} + +``` +mc_nn_control [arguments...] + Commands: + start + + stop + + status print status info +``` + ## mc_pos_control Source: [modules/mc_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_pos_control) - ### Description + The controller has two loops: a P loop for position error and a PID loop for velocity error. Output of the velocity controller is thrust vector that is split to thrust direction (i.e. rotation matrix for multicopter orientation) and thrust scalar (i.e. multicopter thrust itself). @@ -224,14 +240,13 @@ mc_pos_control [arguments...] Source: [modules/mc_rate_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_rate_control) - ### Description + This implements the multicopter rate controller. It takes rate setpoints (in acro mode via `manual_control_setpoint` topic) as inputs and outputs actuator control messages. The controller has a PID loop for angular rate error. - ### Usage {#mc_rate_control_usage} ``` @@ -249,20 +264,20 @@ mc_rate_control [arguments...] Source: [modules/navigator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/navigator) - ### Description + Module that is responsible for autonomous flight modes. This includes missions (read from dataman), takeoff and RTL. It is also responsible for geofence violation checking. ### Implementation + The different internal modes are implemented as separate classes that inherit from a common base class `NavigatorMode`. The member `_navigation_mode` contains the current active mode. Navigator publishes position setpoint triplets (`position_setpoint_triplet_s`), which are then used by the position controller. - ### Usage {#navigator_usage} ``` @@ -283,8 +298,8 @@ navigator [arguments...] Source: [modules/rover_ackermann](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_ackermann) - ### Description + Rover ackermann module. ### Usage {#rover_ackermann_usage} @@ -303,8 +318,8 @@ rover_ackermann [arguments...] Source: [modules/rover_differential](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_differential) - ### Description + Rover differential module. ### Usage {#rover_differential_usage} @@ -323,8 +338,8 @@ rover_differential [arguments...] Source: [modules/rover_mecanum](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_mecanum) - ### Description + Rover mecanum module. ### Usage {#rover_mecanum_usage} @@ -339,53 +354,14 @@ rover_mecanum [arguments...] status print status info ``` -## rover_pos_control - -Source: [modules/rover_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_pos_control) - - -### Description -Controls the position of a ground rover using an L1 controller. - -Publishes `vehicle_thrust_setpoint (only in x) and vehicle_torque_setpoint (only yaw)` messages at IMU_GYRO_RATEMAX. - -### Implementation -Currently, this implementation supports only a few modes: - - * Full manual: Throttle and yaw controls are passed directly through to the actuators - * Auto mission: The rover runs missions - * Loiter: The rover will navigate to within the loiter radius, then stop the motors - -### Examples -CLI usage example: -``` -rover_pos_control start -rover_pos_control status -rover_pos_control stop -``` - - -### Usage {#rover_pos_control_usage} - -``` -rover_pos_control [arguments...] - Commands: - start - - stop - - status print status info -``` - ## spacecraft Source: [modules/spacecraft](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/spacecraft) - - ### Description - This implements control allocation for spacecraft vehicles. - It takes torque and thrust setpoints as inputs and outputs - actuator setpoint messages. + ### Description + This implements control allocation for spacecraft vehicles. + It takes torque and thrust setpoints as inputs and outputs + actuator setpoint messages. ### Usage {#spacecraft_usage} @@ -394,6 +370,8 @@ spacecraft [arguments...] Commands: start + status + stop status print status info @@ -403,27 +381,29 @@ spacecraft [arguments...] Source: [modules/uuv_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/uuv_att_control) - ### Description + Controls the attitude of an unmanned underwater vehicle (UUV). Publishes `vehicle_thrust_setpont` and `vehicle_torque_setpoint` messages at a constant 250Hz. ### Implementation + Currently, this implementation supports only a few modes: - * Full manual: Roll, pitch, yaw, and throttle controls are passed directly through to the actuators - * Auto mission: The uuv runs missions +- Full manual: Roll, pitch, yaw, and throttle controls are passed directly through to the actuators +- Auto mission: The uuv runs missions ### Examples + CLI usage example: + ``` uuv_att_control start uuv_att_control status uuv_att_control stop ``` - ### Usage {#uuv_att_control_usage} ``` @@ -440,16 +420,22 @@ uuv_att_control [arguments...] Source: [modules/uuv_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/uuv_pos_control) - ### Description + Controls the attitude of an unmanned underwater vehicle (UUV). Publishes `attitude_setpoint` messages. + ### Implementation + Currently, this implementation supports only a few modes: - * Full manual: Roll, pitch, yaw, and throttle controls are passed directly through to the actuators - * Auto mission: The uuv runs missions + +- Full manual: Roll, pitch, yaw, and throttle controls are passed directly through to the actuators +- Auto mission: The uuv runs missions + ### Examples + CLI usage example: + ``` uuv_pos_control start uuv_pos_control status @@ -472,8 +458,8 @@ uuv_pos_control [arguments...] Source: [modules/vtol_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/vtol_att_control) - ### Description + fw_att_control is the fixed wing attitude controller. ### Usage {#vtol_att_control_usage} diff --git a/docs/en/modules/modules_driver.md b/docs/en/modules/modules_driver.md index 22d1ba9a80..f4ebd987eb 100644 --- a/docs/en/modules/modules_driver.md +++ b/docs/en/modules/modules_driver.md @@ -1109,7 +1109,7 @@ px4io [arguments...] ## rgbled -Source: [drivers/lights/rgbled](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/rgbled) +Source: [drivers/lights/rgbled_ncp5623c](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/rgbled_ncp5623c) ### Usage {#rgbled_usage} @@ -1124,7 +1124,9 @@ rgbled [arguments...] [-f ] bus frequency in kHz [-q] quiet startup (no message if no device found) [-a ] I2C address - default: 85 + default: 57 + [-o ] RGB PWM Assignment + default: 123 stop diff --git a/docs/en/modules/modules_driver_distance_sensor.md b/docs/en/modules/modules_driver_distance_sensor.md index 9e5268be96..4e78a7e7ff 100644 --- a/docs/en/modules/modules_driver_distance_sensor.md +++ b/docs/en/modules/modules_driver_distance_sensor.md @@ -4,7 +4,6 @@ Source: [drivers/distance_sensor/broadcom/afbrs50](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/broadcom/afbrs50) - ### Description Driver for the Broadcom AFBRS50. @@ -12,10 +11,13 @@ Driver for the Broadcom AFBRS50. ### Examples Attempt to start driver on a specified serial device. + ``` afbrs50 start ``` + Stop driver + ``` afbrs50 stop ``` @@ -30,8 +32,6 @@ afbrs50 [arguments...] [-r ] Sensor rotation - downward facing by default default: 25 - test Test driver - stop Stop driver ``` @@ -63,7 +63,6 @@ gy_us42 [arguments...] Source: [drivers/distance_sensor/leddar_one](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/leddar_one) - ### Description Serial bus driver for the LeddarOne LiDAR. @@ -75,10 +74,13 @@ Setup/usage information: https://docs.px4.io/main/en/sensor/leddar_one.html ### Examples Attempt to start driver on a specified serial device. + ``` leddar_one start -d /dev/ttyS1 ``` + Stop driver + ``` leddar_one stop ``` @@ -100,10 +102,9 @@ leddar_one [arguments...] Source: [drivers/distance_sensor/lightware_laser_i2c](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_laser_i2c) - ### Description -I2C bus driver for Lightware SFxx series LIDAR rangefinders: SF10/a, SF10/b, SF10/c, SF11/c, SF/LW20. +I2C bus driver for Lightware SFxx series LIDAR rangefinders: SF10/a, SF10/b, SF10/c, SF11/c, SF/LW20, SF30/d. Setup/usage information: https://docs.px4.io/main/en/sensor/sfxx_lidar.html @@ -133,7 +134,6 @@ lightware_laser_i2c [arguments...] Source: [drivers/distance_sensor/lightware_laser_serial](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_laser_serial) - ### Description Serial bus driver for the LightWare SF02/F, SF10/a, SF10/b, SF10/c, SF11/c Laser rangefinders. @@ -145,10 +145,13 @@ Setup/usage information: https://docs.px4.io/main/en/sensor/sfxx_lidar.html ### Examples Attempt to start driver on a specified serial device. + ``` lightware_laser_serial start -d /dev/ttyS1 ``` + Stop driver + ``` lightware_laser_serial stop ``` @@ -170,19 +173,20 @@ lightware_laser_serial [arguments...] Source: [drivers/distance_sensor/lightware_sf45_serial](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_sf45_serial) - ### Description Serial bus driver for the Lightware SF45/b Laser rangefinder. - ### Examples Attempt to start driver on a specified serial device. + ``` lightware_sf45_serial start -d /dev/ttyS1 ``` + Stop driver + ``` lightware_sf45_serial stop ``` @@ -202,7 +206,6 @@ lightware_sf45_serial [arguments...] Source: [drivers/distance_sensor/ll40ls](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls) - ### Description I2C bus driver for LidarLite rangefinders. @@ -235,6 +238,32 @@ ll40ls [arguments...] status print status info ``` +## ll40ls_pwm + +Source: [drivers/distance_sensor/ll40ls_pwm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls_pwm) + +### Description + +PWM driver for LidarLite rangefinders. + +The sensor/driver must be enabled using the parameter SENS_EN_LL40LS. + +Setup/usage information: https://docs.px4.io/main/en/sensor/lidar_lite.html + +### Usage {#ll40ls_pwm_usage} + +``` +ll40ls_pwm [arguments...] + Commands: + start Start driver + [-R ] Sensor rotation - downward facing by default + default: 25 + + status Print driver status information + + stop Stop driver +``` + ## mappydot Source: [drivers/distance_sensor/mappydot](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/mappydot) @@ -287,7 +316,6 @@ mb12xx [arguments...] Source: [drivers/distance_sensor/pga460](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/pga460) - ### Description Ultrasonic range finder driver that handles the communication with the device and publishes the distance via uORB. @@ -345,13 +373,11 @@ srf02 [arguments...] Source: [drivers/distance_sensor/srf05](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/srf05) +### Description - ### Description - - Driver for HY-SRF05 / HC-SR05 and HC-SR04 rangefinders. - - The sensor/driver must be enabled using the parameter SENS_EN_HXSRX0X. +Driver for HY-SRF05 / HC-SR05 and HC-SR04 rangefinders. +The sensor/driver must be enabled using the parameter SENS_EN_HXSRX0X. ### Usage {#srf05_usage} @@ -375,7 +401,6 @@ srf05 [arguments...] Source: [drivers/distance_sensor/teraranger](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/teraranger) - ### Description I2C bus driver for TeraRanger rangefinders. @@ -436,7 +461,6 @@ tf02pro [arguments...] Source: [drivers/distance_sensor/tfmini](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/tfmini) - ### Description Serial bus driver for the Benewake TFmini LiDAR. @@ -448,10 +472,13 @@ Setup/usage information: https://docs.px4.io/main/en/sensor/tfmini.html ### Examples Attempt to start driver on a specified serial device. + ``` tfmini start -d /dev/ttyS1 ``` + Stop driver + ``` tfmini stop ``` @@ -477,7 +504,6 @@ tfmini [arguments...] Source: [drivers/distance_sensor/ulanding_radar](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ulanding_radar) - ### Description Serial bus driver for the Aerotenna uLanding radar. @@ -487,10 +513,13 @@ Setup/usage information: https://docs.px4.io/main/en/sensor/ulanding_radar.html ### Examples Attempt to start driver on a specified serial device. + ``` ulanding_radar start -d /dev/ttyS1 ``` + Stop driver + ``` ulanding_radar stop ``` diff --git a/docs/en/modules/modules_driver_transponder.md b/docs/en/modules/modules_driver_transponder.md index 5895eaca18..dd9e4bdece 100644 --- a/docs/en/modules/modules_driver_transponder.md +++ b/docs/en/modules/modules_driver_transponder.md @@ -4,24 +4,23 @@ Source: [drivers/transponder/sagetech_mxs](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/transponder/sagetech_mxs) + ### Description - ### Description + This driver integrates the Sagetech MXS Certified Transponder to send and receive ADSB messages and traffic. - This driver integrates the Sagetech MXS Certified Transponder to send and receive ADSB messages and traffic. + ### Examples - ### Examples - - Attempt to start driver on a specified serial device. - $ sagetech_mxs start -d /dev/ttyS1 - Stop driver - $ sagetech_mxs stop - Set Flight ID (8 char max) - $ sagetech_mxs flight_id MXS12345 - Set MXS Operating Mode - $ sagetech_mxs opmode off/on/stby/alt - $ sagetech_mxs opmode 0/1/2/3 - Set the Squawk Code - $ sagetech_mxs squawk 1200 + Attempt to start driver on a specified serial device. + $ sagetech_mxs start -d /dev/ttyS1 + Stop driver + $ sagetech_mxs stop + Set Flight ID (8 char max) + $ sagetech_mxs flight_id MXS12345 + Set MXS Operating Mode + $ sagetech_mxs opmode off/on/stby/alt + $ sagetech_mxs opmode 0/1/2/3 + Set the Squawk Code + $ sagetech_mxs squawk 1200 ### Usage {#sagetech_mxs_usage} diff --git a/docs/en/modules/modules_system.md b/docs/en/modules/modules_system.md index 6d03762b68..fe9b467cf6 100644 --- a/docs/en/modules/modules_system.md +++ b/docs/en/modules/modules_system.md @@ -1,16 +1,11 @@ # Modules Reference: System - - ## battery_simulator Source: [modules/simulation/battery_simulator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/battery_simulator) - ### Description - - ### Usage {#battery_simulator_usage} ``` @@ -27,16 +22,15 @@ battery_simulator [arguments...] Source: [modules/battery_status](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/battery_status) - ### Description The provided functionality includes: + - Read the output from the ADC driver (via ioctl interface) and publish `battery_status`. - ### Implementation -It runs in its own thread and polls on the currently selected gyro topic. +It runs in its own thread and polls on the currently selected gyro topic. ### Usage {#battery_status_usage} @@ -54,7 +48,6 @@ battery_status [arguments...] Source: [modules/camera_feedback](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/camera_feedback) - ### Description The camera_feedback module publishes `CameraCapture` UORB topics when image capture has been triggered. @@ -69,7 +62,7 @@ The `CAMERA_IMAGE_CAPTURED` message is then emitted (by streaming code) followin ### Implementation `CameraTrigger` topics are published by the `camera_trigger` module (`feedback` field set `false`) -when image capture is triggered, and may also be published by the `camera_capture` driver +when image capture is triggered, and may also be published by the `camera_capture` driver (with `feedback` field set `true`) if the camera capture pin is activated. The `camera_feedback` module subscribes to `CameraTrigger`. @@ -77,7 +70,6 @@ It discards topics from the `camera_trigger` module if camera capture is enabled For the topics that are not discarded it creates a `CameraCapture` topic with the timestamp information from the `CameraTrigger` and position information from the vehicle. - ### Usage {#camera_feedback_usage} ``` @@ -94,8 +86,8 @@ camera_feedback [arguments...] Source: [drivers/cdcacm_autostart](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/cdcacm_autostart) - ### Description + This module listens on USB and auto-configures the protocol depending on the bytes received. The supported protocols are: MAVLink, nsh, and ublox serial passthrough. If the parameter SYS_USB_AUTO=2 the module will only try to start mavlink as long as the USB VBUS is detected. Otherwise it will spin @@ -117,8 +109,8 @@ cdcacm_autostart [arguments...] Source: [modules/commander](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/commander) - ### Description + The commander module contains the state machine for mode switching and failsafe behavior. ### Usage {#commander_usage} @@ -135,6 +127,10 @@ commander [arguments...] check Run preflight checks + safety Change prearm safety state + on|off [on] to activate safety, [off] to deactivate safety and allow + control surface movements + arm [-f] Force arming (do not run preflight checks) @@ -148,13 +144,13 @@ commander [arguments...] transition VTOL transition mode Change flight mode - manual|acro|offboard|stabilized|altctl|posctl|position:slow|auto:mission|au - to:loiter|auto:rtl|auto:takeoff|auto:land|auto:precland|ext1 - Flight mode + manual|acro|offboard|stabilized|altctl|posctl|altitude_cruise|position:slow + |auto:mission|auto:loiter|auto:rtl|auto:takeoff|auto:land|auto: + precland|ext1 Flight mode pair - lockdown + termination on|off Turn lockdown on or off set_ekf_origin @@ -162,6 +158,9 @@ commander [arguments...] lat|lon|alt Origin latitude longitude altitude + set_heading Set current heading + heading degrees from True North [0 360] + poweroff Power off board (if supported) stop @@ -173,10 +172,11 @@ commander [arguments...] Source: [modules/dataman](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/dataman) - ### Description + Module to provide persistent storage for the rest of the system in form of a simple database through a C API. Multiple backends are supported depending on the board: + - a file (eg. on the SD card) - RAM (this is obviously not persistent) @@ -184,8 +184,8 @@ It is used to store structured data of different types: mission waypoints, missi Each type has a specific type and a fixed maximum amount of storage items, so that fast random access is possible. ### Implementation -Reading and writing a single item is always atomic. +Reading and writing a single item is always atomic. ### Usage {#dataman_usage} @@ -209,7 +209,6 @@ dataman [arguments...] Source: [systemcmds/dmesg](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/dmesg) - ### Description Command-line tool to show bootup console messages. @@ -218,6 +217,7 @@ Note that output from NuttX's work queues and syslog are not captured. ### Examples Keep printing all messages in the background: + ``` dmesg -f & ``` @@ -234,10 +234,9 @@ dmesg [arguments...] Source: [modules/esc_battery](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/esc_battery) - ### Description -This implements using information from the ESC status and publish it as battery status. +This implements using information from the ESC status and publish it as battery status. ### Usage {#esc_battery_usage} @@ -255,10 +254,9 @@ esc_battery [arguments...] Source: [modules/gyro_calibration](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/gyro_calibration) - ### Description -Simple online gyroscope calibration. +Simple online gyroscope calibration. ### Usage {#gyro_calibration_usage} @@ -276,10 +274,8 @@ gyro_calibration [arguments...] Source: [modules/gyro_fft](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/gyro_fft) - ### Description - ### Usage {#gyro_fft_usage} ``` @@ -292,12 +288,39 @@ gyro_fft [arguments...] status print status info ``` +## hardfault_stream + +Source: [modules/hardfault_stream](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/hardfault_stream) + +### Description + +Background process that streams the latest hardfault via MAVLink. + +The module is especially useful when it is necessary to quickly push a hard fault to the ground station. +This is useful in cases where the drone experiences a hard fault during flight. +It ensures that some data is retained in case the permanent storage is destroyed during a crash. + +To reliably stream, it is necessary to send the STATUSTEXT message via MAVLink at a +high enough frequency. The recommended frequency is 10 Hz or higher. + +### Usage {#hardfault_stream_usage} + +``` +hardfault_stream [arguments...] + Commands: + start Start the background task + + stop + + status print status info +``` + ## heater Source: [drivers/heater](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/heater) - ### Description + Background process running periodically on the LP work queue to regulate IMU temperature at a setpoint. This task can be started at boot from the startup scripts by setting SENS_EN_THERMAL or via CLI. @@ -318,10 +341,9 @@ heater [arguments...] Source: [systemcmds/i2c_launcher](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/i2c_launcher) - ### Description -Daemon that starts drivers based on found I2C devices. +Daemon that starts drivers based on found I2C devices. ### Usage {#i2c_launcher_usage} @@ -341,7 +363,6 @@ i2c_launcher [arguments...] Source: [modules/internal_combustion_engine_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/internal_combustion_engine_control) - ### Description The module controls internal combustion engine (ICE) features including: @@ -360,7 +381,7 @@ CONFIG_DRIVERS_RPM_CAPTURE=y Additionally, to enable the module: - Set [ICE_EN](../advanced_config/parameter_reference.md#ICE_EN) -to true and adjust the other `ICE_` module parameters according to your needs. + to true and adjust the other `ICE_` module parameters according to your needs. - Set [RPM_CAP_ENABLE](../advanced_config/parameter_reference.md#RPM_CAP_ENABLE) to true. The module outputs control signals for ignition, throttle, and choke, @@ -385,7 +406,6 @@ The state machine: - In the state "Stopped" the throttle is set to NAN, which by definition will set the throttle output to the disarmed value configured for the specific output. - The module publishes [InternalCombustionEngineControl.msg](../msg_docs/InternalCombustionEngineControl.md). The architecture is as shown below: @@ -410,18 +430,20 @@ internal_combustion_engine_control [arguments...] Source: [modules/land_detector](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/land_detector) - ### Description + Module to detect the freefall and landed state of the vehicle, and publishing the `vehicle_land_detected` topic. Each vehicle type (multirotor, fixedwing, vtol, ...) provides its own algorithm, taking into account various states, such as commanded thrust, arming state and vehicle motion. ### Implementation + Every type is implemented in its own class with a common base class. The base class maintains a state (landed, maybe_landed, ground_contact). Each possible state is implemented in the derived classes. A hysteresis and a fixed priority of each internal state determines the actual land_detector state. #### Multicopter Land Detector + **ground_contact**: thrust setpoint and velocity in z-direction must be below a defined threshold for time GROUND_CONTACT_TRIGGER_TIME_US. When ground_contact is detected, the position controller turns off the thrust setpoint in body x and y. @@ -451,8 +473,8 @@ land_detector [arguments...] Source: [modules/load_mon](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/load_mon) - ### Description + Background process running periodically on the low priority work queue to calculate the CPU load and RAM usage and publish the `cpuload` topic. @@ -475,13 +497,14 @@ load_mon [arguments...] Source: [modules/logger](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/logger) - ### Description + System logger which logs a configurable set of uORB topics and system printf messages (`PX4_WARN` and `PX4_ERR`) to ULog files. These can be used for system and flight performance evaluation, tuning, replay and crash analysis. It supports 2 backends: + - Files: write ULog files to the file system (SD card) - MAVLink: stream ULog data via MAVLink to a client (the client must support this) @@ -493,7 +516,9 @@ vehicle management. It can be enabled and configured via SDLOG_MISSION parameter The normal log is always a superset of the mission log. ### Implementation + The implementation uses two threads: + - The main thread, running at a fixed rate (or polling on a topic if started with -p) and checking for data updates - The writer thread, writing data to the file @@ -502,12 +527,15 @@ In between there is a write buffer with configurable size (and another fixed-siz the mission log). It should be large to avoid dropouts. ### Examples + Typical usage to start logging immediately: + ``` logger start -e -t ``` Or if already running: + ``` logger on ``` @@ -551,8 +579,8 @@ logger [arguments...] Source: [modules/mag_bias_estimator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mag_bias_estimator) - ### Description + Online magnetometer bias estimator. ### Usage {#mag_bias_estimator_usage} @@ -571,10 +599,9 @@ mag_bias_estimator [arguments...] Source: [modules/manual_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/manual_control) - ### Description -Module consuming manual_control_inputs publishing one manual_control_setpoint. +Module consuming manual_control_inputs publishing one manual_control_setpoint. ### Usage {#manual_control_usage} @@ -592,36 +619,37 @@ manual_control [arguments...] Source: [systemcmds/netman](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/netman) +### Description - ### Description - Network configuration manager saves the network settings in non-volatile - memory. On boot the `update` option will be run. If a network configuration - does not exist. The default setting will be saved in non-volatile and the - system rebooted. +Network configuration manager saves the network settings in non-volatile +memory. On boot the `update` option will be run. If a network configuration +does not exist. The default setting will be saved in non-volatile and the +system rebooted. - #### update +#### update - `netman update` is run automatically by [a startup script](../concept/system_startup.md#system-startup). - When run, the `update` option will check for the existence of `net.cfg` in the root of the SD Card. - It then saves the network settings from `net.cfg` in non-volatile memory, - deletes the file and reboots the system. +`netman update` is run automatically by [a startup script](../concept/system_startup.md#system-startup). +When run, the `update` option will check for the existence of `net.cfg` in the root of the SD Card. +It then saves the network settings from `net.cfg` in non-volatile memory, +deletes the file and reboots the system. - #### save +#### save - The `save` option will save settings from non-volatile memory to a file named - `net.cfg` on the SD Card filesystem for editing. Use this to edit the settings. - Save does not immediately apply the network settings; the user must reboot the flight stack. - By contrast, the `update` command is run by the start-up script, commits the settings to non-volatile memory, - and reboots the flight controller (which will then use the new settings). +The `save` option will save settings from non-volatile memory to a file named +`net.cfg` on the SD Card filesystem for editing. Use this to edit the settings. +Save does not immediately apply the network settings; the user must reboot the flight stack. +By contrast, the `update` command is run by the start-up script, commits the settings to non-volatile memory, +and reboots the flight controller (which will then use the new settings). - #### show +#### show - The `show` option will display the network settings in `net.cfg` to the console. +The `show` option will display the network settings in `net.cfg` to the console. - ### Examples - $ netman save # Save the parameters to the SD card. - $ netman show # display current settings. - $ netman update -i eth0 # do an update +### Examples + +$ netman save # Save the parameters to the SD card. +$ netman show # display current settings. +$ netman update -i eth0 # do an update ### Usage {#netman_usage} @@ -642,10 +670,9 @@ netman [arguments...] Source: [drivers/pwm_input](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/pwm_input) - ### Description -Measures the PWM input on AUX5 (or MAIN5) via a timer capture ISR and publishes via the uORB 'pwm_input` message. +Measures the PWM input on AUX5 (or MAIN5) via a timer capture ISR and publishes via the uORB 'pwm_input` message. ### Usage {#pwm_input_usage} @@ -663,15 +690,15 @@ pwm_input [arguments...] Source: [modules/rc_update](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rc_update) - ### Description + The rc_update module handles RC channel mapping: read the raw input channels (`input_rc`), then apply the calibration, map the RC channels to the configured channels & mode switches and then publish as `rc_channels` and `manual_control_input`. ### Implementation -To reduce control latency, the module is scheduled on input_rc publications. +To reduce control latency, the module is scheduled on input_rc publications. ### Usage {#rc_update_usage} @@ -689,12 +716,13 @@ rc_update [arguments...] Source: [modules/replay](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/replay) - ### Description + This module is used to replay ULog files. There are 2 environment variables used for configuration: `replay`, which must be set to an ULog file name - it's the log file to be replayed. The second is the mode, specified via `replay_mode`: + - `replay_mode=ekf2`: specific EKF2 replay mode. It can only be used with the ekf2 module, but allows the replay to run as fast as possible. - Generic otherwise: this can be used to replay any module(s), but the replay will be done with the same speed as the @@ -727,8 +755,8 @@ replay [arguments...] Source: [modules/events](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/events) - ### Description + Background process running periodically on the LP work queue to perform housekeeping tasks. It is currently only responsible for tone alarm on RC Loss. @@ -750,10 +778,9 @@ send_event [arguments...] Source: [modules/simulation/sensor_agp_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/sensor_agp_sim) - ### Description -Module to simulate auxiliary global position measurements with optional failure modes for SIH simulation. +Module to simulate auxiliary global position measurements with optional failure modes for SIH simulation. ### Usage {#sensor_agp_sim_usage} @@ -771,11 +798,8 @@ sensor_agp_sim [arguments...] Source: [modules/simulation/sensor_airspeed_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/sensor_airspeed_sim) - ### Description - - ### Usage {#sensor_arispeed_sim_usage} ``` @@ -792,11 +816,8 @@ sensor_arispeed_sim [arguments...] Source: [modules/simulation/sensor_baro_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/sensor_baro_sim) - ### Description - - ### Usage {#sensor_baro_sim_usage} ``` @@ -813,11 +834,8 @@ sensor_baro_sim [arguments...] Source: [modules/simulation/sensor_gps_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/sensor_gps_sim) - ### Description - - ### Usage {#sensor_gps_sim_usage} ``` @@ -834,11 +852,8 @@ sensor_gps_sim [arguments...] Source: [modules/simulation/sensor_mag_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/sensor_mag_sim) - ### Description - - ### Usage {#sensor_mag_sim_usage} ``` @@ -855,12 +870,13 @@ sensor_mag_sim [arguments...] Source: [modules/sensors](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/sensors) - ### Description + The sensors module is central to the whole system. It takes low-level output from drivers, turns it into a more usable form, and publishes it for the rest of the system. The provided functionality includes: + - Read the output from the sensor drivers (`SensorGyro`, etc.). If there are multiple of the same type, do voting and failover handling. Then apply the board rotation and temperature calibration (if enabled). And finally publish the data; one of the @@ -871,8 +887,8 @@ The provided functionality includes: - Do sensor consistency checks and publish the `SensorsStatusImu` topic. ### Implementation -It runs in its own thread and polls on the currently selected gyro topic. +It runs in its own thread and polls on the currently selected gyro topic. ### Usage {#sensors_usage} @@ -891,11 +907,8 @@ sensors [arguments...] Source: [modules/simulation/system_power_simulator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/system_power_simulator) - ### Description - - ### Usage {#system_power_simulation_usage} ``` @@ -912,10 +925,9 @@ system_power_simulation [arguments...] Source: [drivers/tattu_can](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/tattu_can) - ### Description -Driver for reading data from the Tattu 12S 16000mAh smart battery. +Driver for reading data from the Tattu 12S 16000mAh smart battery. ### Usage {#tattu_can_usage} @@ -933,15 +945,14 @@ tattu_can [arguments...] Source: [modules/temperature_compensation](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/temperature_compensation) - ### Description + The temperature compensation module allows all of the gyro(s), accel(s), and baro(s) in the system to be temperature compensated. The module monitors the data coming from the sensors and updates the associated sensor_correction topic whenever a change in temperature is detected. The module can also be configured to perform the coeffecient calculation routine at next boot, which allows the thermal calibration coeffecients to be calculated while the vehicle undergoes a temperature cycle. - ### Usage {#temperature_compensation_usage} ``` @@ -966,13 +977,12 @@ temperature_compensation [arguments...] Source: [modules/time_persistor](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/time_persistor) - ### Description + Writes the RTC time cyclically to a file and reloads this value on startup. This allows monotonic time on systems that only have a software RTC (that is not battery powered). Explicitly setting the time backwards (e.g. via system_time) is still possible. - ### Usage {#time_persistor_usage} ``` @@ -989,7 +999,6 @@ time_persistor [arguments...] Source: [systemcmds/tune_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/tune_control) - ### Description Command-line tool to control & test the (external) tunes. @@ -1003,6 +1012,7 @@ https://github.com/PX4/PX4-Autopilot/blob/main/src/lib/tunes/tune_definition.des ### Examples Play system tune #2: + ``` tune_control play -t 2 ``` @@ -1032,11 +1042,12 @@ tune_control [arguments...] Source: [modules/uxrce_dds_client](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/uxrce_dds_client) - ### Description + UXRCE-DDS Client used to communicate uORB topics with an Agent over serial or UDP. ### Examples + ``` uxrce_dds_client start -t serial -d /dev/ttyS3 -b 921600 uxrce_dds_client start -t udp -h 127.0.0.1 -p 15555 @@ -1058,7 +1069,9 @@ uxrce_dds_client [arguments...] values: [-p ] Agent listening port. If not provided, defaults to UXRCE_DDS_PRT - [-n ] Client DDS namespace + [-n ] Client DDS namespace. If not provided but UXRCE_DDS_NS_IDX is + between 0 and 9999 inclusive, then uav_ + UXRCE_DDS_NS_IDX will + be used stop @@ -1069,12 +1082,10 @@ uxrce_dds_client [arguments...] Source: [systemcmds/work_queue](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/work_queue) - ### Description Command-line tool to show work queue status. - ### Usage {#work_queue_usage} ``` diff --git a/docs/en/msg_docs/ArmingCheckReply.md b/docs/en/msg_docs/ArmingCheckReply.md index d5e3322506..14af54f0d1 100644 --- a/docs/en/msg_docs/ArmingCheckReply.md +++ b/docs/en/msg_docs/ArmingCheckReply.md @@ -1,6 +1,6 @@ # ArmingCheckReply (UORB message) -Arming check reply. +Arming check reply This is a response to an ArmingCheckRequest message sent by the FMU to an external component, such as a ROS 2 navigation mode. The response contains the current set of external mode requirements, and a queue of events indicating recent failures to set the mode (which the FMU may then forward to a ground station). @@ -12,7 +12,7 @@ The message is not used by internal/FMU components, as their mode requirements a [source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/versioned/ArmingCheckReply.msg) ```c -# Arming check reply. +# Arming check reply # # This is a response to an ArmingCheckRequest message sent by the FMU to an external component, such as a ROS 2 navigation mode. # The response contains the current set of external mode requirements, and a queue of events indicating recent failures to set the mode (which the FMU may then forward to a ground station). @@ -21,39 +21,39 @@ The message is not used by internal/FMU components, as their mode requirements a # Note that the external component is identified by its registration_id, which is allocated to the component during registration (arming_check_id in RegisterExtComponentReply). # The message is not used by internal/FMU components, as their mode requirements are known at compile time. -uint32 MESSAGE_VERSION = 1 +uint32 MESSAGE_VERSION = 1 uint64 timestamp # [us] Time since system start. -uint8 request_id # Id of ArmingCheckRequest for which this is a response. -uint8 registration_id # Id of external component emitting this response. +uint8 request_id # [-] Id of ArmingCheckRequest for which this is a response +uint8 registration_id # [-] Id of external component emitting this response -uint8 HEALTH_COMPONENT_INDEX_NONE = 0 # Index of health component for which this response applies. +uint8 HEALTH_COMPONENT_INDEX_NONE = 0 # Index of health component for which this response applies -uint8 health_component_index # [@enum HEALTH_COMPONENT_INDEX] -bool health_component_is_present # Unused. Intended for use with health events interface (health_component_t in events.json). -bool health_component_warning # Unused. Intended for use with health events interface (health_component_t in events.json). -bool health_component_error # Unused. Intended for use with health events interface (health_component_t in events.json). +uint8 health_component_index # [@enum HEALTH_COMPONENT_INDEX] +bool health_component_is_present # Unused. Intended for use with health events interface (health_component_t in events.json) +bool health_component_warning # Unused. Intended for use with health events interface (health_component_t in events.json) +bool health_component_error # Unused. Intended for use with health events interface (health_component_t in events.json) -bool can_arm_and_run # True if the component can arm. For navigation mode components, true if the component can arm in the mode or switch to the mode when already armed. +bool can_arm_and_run # True if the component can arm. For navigation mode components, true if the component can arm in the mode or switch to the mode when already armed -uint8 num_events # Number of queued failure messages (Event) in the events field. +uint8 num_events # Number of queued failure messages (Event) in the events field -Event[5] events # Arming failure reasons (Queue of events to report to GCS). +Event[5] events # Arming failure reasons (Queue of events to report to GCS) # Mode requirements -bool mode_req_angular_velocity # Requires angular velocity estimate (e.g. from gyroscope). -bool mode_req_attitude # Requires an attitude estimate. -bool mode_req_local_alt # Requires a local altitude estimate. -bool mode_req_local_position # Requires a local position estimate. -bool mode_req_local_position_relaxed # Requires a more relaxed global position estimate. -bool mode_req_global_position # Requires a global position estimate. -bool mode_req_global_position_relaxed # Requires a relaxed global position estimate. -bool mode_req_mission # Requires an uploaded mission. -bool mode_req_home_position # Requires a home position (such as RTL/Return mode). -bool mode_req_prevent_arming # Prevent arming (such as in Land mode). -bool mode_req_manual_control # Requires a manual controller +bool mode_req_angular_velocity # Requires angular velocity estimate (e.g. from gyroscope) +bool mode_req_attitude # Requires an attitude estimate +bool mode_req_local_alt # Requires a local altitude estimate +bool mode_req_local_position # Requires a local position estimate +bool mode_req_local_position_relaxed # Requires a more relaxed global position estimate +bool mode_req_global_position # Requires a global position estimate +bool mode_req_global_position_relaxed # Requires a relaxed global position estimate +bool mode_req_mission # Requires an uploaded mission +bool mode_req_home_position # Requires a home position (such as RTL/Return mode) +bool mode_req_prevent_arming # Prevent arming (such as in Land mode) +bool mode_req_manual_control # Requires a manual controller -uint8 ORB_QUEUE_LENGTH = 4 # +uint8 ORB_QUEUE_LENGTH = 4 ``` diff --git a/docs/en/msg_docs/ArmingCheckReplyV0.md b/docs/en/msg_docs/ArmingCheckReplyV0.md index 3b927cb054..48917da802 100644 --- a/docs/en/msg_docs/ArmingCheckReplyV0.md +++ b/docs/en/msg_docs/ArmingCheckReplyV0.md @@ -1,7 +1,5 @@ # ArmingCheckReplyV0 (UORB message) - - [source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/px4_msgs_old/msg/ArmingCheckReplyV0.msg) ```c diff --git a/docs/en/msg_docs/ArmingCheckRequest.md b/docs/en/msg_docs/ArmingCheckRequest.md index cfa4b52c23..d093dfb5e1 100644 --- a/docs/en/msg_docs/ArmingCheckRequest.md +++ b/docs/en/msg_docs/ArmingCheckRequest.md @@ -1,6 +1,6 @@ # ArmingCheckRequest (UORB message) -Arming check request. +Arming check request Broadcast message to request arming checks be reported by all registered components, such as external ROS 2 navigation modes. All registered components should respond with an ArmingCheckReply message that indicates their current mode requirements, and any arming failure information. @@ -12,7 +12,7 @@ The reply will also include the registration_id for each external component, pro [source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/versioned/ArmingCheckRequest.msg) ```c -# Arming check request. +# Arming check request # # Broadcast message to request arming checks be reported by all registered components, such as external ROS 2 navigation modes. # All registered components should respond with an ArmingCheckReply message that indicates their current mode requirements, and any arming failure information. @@ -21,10 +21,12 @@ The reply will also include the registration_id for each external component, pro # The reply will include the published request_id, allowing correlation of all arming check information for a particular request. # The reply will also include the registration_id for each external component, provided to it during the registration process (RegisterExtComponentReply). -uint32 MESSAGE_VERSION = 0 +uint32 MESSAGE_VERSION = 1 -uint64 timestamp # [us] Time since system start. +uint64 timestamp # [us] Time since system start -uint8 request_id # Id of this request. Allows correlation with associated ArmingCheckReply messages. +uint8 request_id # [-] Id of this request. Allows correlation with associated ArmingCheckReply messages. + +uint32 valid_registrations_mask # [-] Bitmask of valid registration ID's (the bit is also cleared if flagged as unresponsive) ``` diff --git a/docs/en/msg_docs/index.md b/docs/en/msg_docs/index.md index 9ba32ebdc6..359abfc67f 100644 --- a/docs/en/msg_docs/index.md +++ b/docs/en/msg_docs/index.md @@ -15,79 +15,80 @@ Graphs showing how these are used [can be found here](../middleware/uorb_graph.m - [ActuatorMotors](ActuatorMotors.md) — Motor control message - [ActuatorServos](ActuatorServos.md) — Servo control message -- [AirspeedValidated](AirspeedValidated.md) -- [ArmingCheckReply](ArmingCheckReply.md) — Arming check reply. -- [ArmingCheckRequest](ArmingCheckRequest.md) — Arming check request. -- [BatteryStatus](BatteryStatus.md) +- [AirspeedValidated](AirspeedValidated.md) — Validated airspeed +- [ArmingCheckReply](ArmingCheckReply.md) — Arming check reply +- [ArmingCheckRequest](ArmingCheckRequest.md) — Arming check request +- [BatteryStatus](BatteryStatus.md) — Battery status - [ConfigOverrides](ConfigOverrides.md) — Configurable overrides by (external) modes or mode executors - [Event](Event.md) — Events interface - [FixedWingLateralSetpoint](FixedWingLateralSetpoint.md) — Fixed Wing Lateral Setpoint message -Used by the fw_lateral_longitudinal_control module -At least one of course, airspeed_direction, or lateral_acceleration must be finite. + Used by the fw_lateral_longitudinal_control module + At least one of course, airspeed_direction, or lateral_acceleration must be finite. - [FixedWingLongitudinalSetpoint](FixedWingLongitudinalSetpoint.md) — Fixed Wing Longitudinal Setpoint message -Used by the fw_lateral_longitudinal_control module -If pitch_direct and throttle_direct are not both finite, then the controller relies on altitude/height_rate and equivalent_airspeed to control vertical motion. -If both altitude and height_rate are NAN, the controller maintains the current altitude. + Used by the fw_lateral_longitudinal_control module + If pitch_direct and throttle_direct are not both finite, then the controller relies on altitude/height_rate and equivalent_airspeed to control vertical motion. + If both altitude and height_rate are NAN, the controller maintains the current altitude. - [GotoSetpoint](GotoSetpoint.md) — Position and (optional) heading setpoints with corresponding speed constraints -Setpoints are intended as inputs to position and heading smoothers, respectively -Setpoints do not need to be kinematically consistent -Optional heading setpoints may be specified as controlled by the respective flag -Unset optional setpoints are not controlled -Unset optional constraints default to vehicle specifications + Setpoints are intended as inputs to position and heading smoothers, respectively + Setpoints do not need to be kinematically consistent + Optional heading setpoints may be specified as controlled by the respective flag + Unset optional setpoints are not controlled + Unset optional constraints default to vehicle specifications - [HomePosition](HomePosition.md) — GPS home position in WGS84 coordinates. - [LateralControlConfiguration](LateralControlConfiguration.md) — Fixed Wing Lateral Control Configuration message -Used by the fw_lateral_longitudinal_control module to constrain FixedWingLateralSetpoint messages. + Used by the fw_lateral_longitudinal_control module to constrain FixedWingLateralSetpoint messages. - [LongitudinalControlConfiguration](LongitudinalControlConfiguration.md) — Fixed Wing Longitudinal Control Configuration message -Used by the fw_lateral_longitudinal_control module and TECS to constrain FixedWingLongitudinalSetpoint messages -and configure the resultant setpoints. + Used by the fw_lateral_longitudinal_control module and TECS to constrain FixedWingLongitudinalSetpoint messages + and configure the resultant setpoints. - [ManualControlSetpoint](ManualControlSetpoint.md) - [ModeCompleted](ModeCompleted.md) — Mode completion result, published by an active mode. -The possible values of nav_state are defined in the VehicleStatus msg. -Note that this is not always published (e.g. when a user switches modes or on -failsafe activation) + The possible values of nav_state are defined in the VehicleStatus msg. + Note that this is not always published (e.g. when a user switches modes or on + failsafe activation) - [RegisterExtComponentReply](RegisterExtComponentReply.md) - [RegisterExtComponentRequest](RegisterExtComponentRequest.md) — Request to register an external component - [TrajectorySetpoint](TrajectorySetpoint.md) — Trajectory setpoint in NED frame -Input to PID position controller. -Needs to be kinematically consistent and feasible for smooth flight. -setting a value to NaN means the state should not be controlled + Input to PID position controller. + Needs to be kinematically consistent and feasible for smooth flight. + setting a value to NaN means the state should not be controlled - [UnregisterExtComponent](UnregisterExtComponent.md) - [VehicleAngularVelocity](VehicleAngularVelocity.md) - [VehicleAttitude](VehicleAttitude.md) — This is similar to the mavlink message ATTITUDE_QUATERNION, but for onboard use -The quaternion uses the Hamilton convention, and the order is q(w, x, y, z) + The quaternion uses the Hamilton convention, and the order is q(w, x, y, z) - [VehicleAttitudeSetpoint](VehicleAttitudeSetpoint.md) - [VehicleCommand](VehicleCommand.md) — Vehicle Command uORB message. Used for commanding a mission / action / etc. -Follows the MAVLink COMMAND_INT / COMMAND_LONG definition + Follows the MAVLink COMMAND_INT / COMMAND_LONG definition - [VehicleCommandAck](VehicleCommandAck.md) — Vehicle Command Ackonwledgement uORB message. -Used for acknowledging the vehicle command being received. -Follows the MAVLink COMMAND_ACK message definition + Used for acknowledging the vehicle command being received. + Follows the MAVLink COMMAND_ACK message definition - [VehicleControlMode](VehicleControlMode.md) - [VehicleGlobalPosition](VehicleGlobalPosition.md) — Fused global position in WGS84. -This struct contains global position estimation. It is not the raw GPS -measurement (@see vehicle_gps_position). This topic is usually published by the position -estimator, which will take more sources of information into account than just GPS, -e.g. control inputs of the vehicle in a Kalman-filter implementation. + This struct contains global position estimation. It is not the raw GPS + measurement (@see vehicle_gps_position). This topic is usually published by the position + estimator, which will take more sources of information into account than just GPS, + e.g. control inputs of the vehicle in a Kalman-filter implementation. - [VehicleLandDetected](VehicleLandDetected.md) - [VehicleLocalPosition](VehicleLocalPosition.md) — Fused local position in NED. -The coordinate system origin is the vehicle position at the time when the EKF2-module was started. -- [VehicleOdometry](VehicleOdometry.md) — Vehicle odometry data. Fits ROS REP 147 for aerial vehicles + The coordinate system origin is the vehicle position at the time when the EKF2-module was started. +- [VehicleOdometry](VehicleOdometry.md) — Vehicle odometry data - [VehicleRatesSetpoint](VehicleRatesSetpoint.md) - [VehicleStatus](VehicleStatus.md) — Encodes the system state of the vehicle published by commander - [VtolVehicleStatus](VtolVehicleStatus.md) — VEHICLE_VTOL_STATE, should match 1:1 MAVLinks's MAV_VTOL_STATE - +- [Wind](Wind.md) — Wind estimate (from EKF2) ## Unversioned Messages -- [ActionRequest](ActionRequest.md) +- [ActionRequest](ActionRequest.md) — Action request for the vehicle's main state - [ActuatorArmed](ActuatorArmed.md) - [ActuatorControlsStatus](ActuatorControlsStatus.md) - [ActuatorOutputs](ActuatorOutputs.md) - [ActuatorServosTrim](ActuatorServosTrim.md) — Servo trims, added as offset to servo outputs - [ActuatorTest](ActuatorTest.md) -- [AdcReport](AdcReport.md) -- [Airspeed](Airspeed.md) -- [AirspeedWind](AirspeedWind.md) -- [AutotuneAttitudeControlStatus](AutotuneAttitudeControlStatus.md) +- [AdcReport](AdcReport.md) — ADC raw data. +- [Airspeed](Airspeed.md) — Airspeed data from sensors +- [AirspeedWind](AirspeedWind.md) — Wind estimate (from airspeed_selector) +- [AutotuneAttitudeControlStatus](AutotuneAttitudeControlStatus.md) — Autotune attitude control status +- [BatteryInfo](BatteryInfo.md) — Battery information - [ButtonEvent](ButtonEvent.md) - [CameraCapture](CameraCapture.md) - [CameraStatus](CameraStatus.md) @@ -95,7 +96,7 @@ The coordinate system origin is the vehicle position at the time when the EKF2-m - [CanInterfaceStatus](CanInterfaceStatus.md) - [CellularStatus](CellularStatus.md) — Cellular status - [CollisionConstraints](CollisionConstraints.md) — Local setpoint constraints in NED frame -setting something to NaN means that no limit is provided + setting something to NaN means that no limit is provided - [ControlAllocatorStatus](ControlAllocatorStatus.md) - [Cpuload](Cpuload.md) - [DatamanRequest](DatamanRequest.md) @@ -104,11 +105,13 @@ setting something to NaN means that no limit is provided - [DebugKeyValue](DebugKeyValue.md) - [DebugValue](DebugValue.md) - [DebugVect](DebugVect.md) -- [DifferentialPressure](DifferentialPressure.md) +- [DeviceInformation](DeviceInformation.md) — Device information +- [DifferentialPressure](DifferentialPressure.md) — Differential-pressure (airspeed) sensor - [DistanceSensor](DistanceSensor.md) — DISTANCE_SENSOR message data - [DistanceSensorModeChangeRequest](DistanceSensorModeChangeRequest.md) +- [DronecanNodeStatus](DronecanNodeStatus.md) - [Ekf2Timestamps](Ekf2Timestamps.md) — this message contains the (relative) timestamps of the sensor inputs used by EKF2. -It can be used for reproducible replay. + It can be used for reproducible replay. - [EscReport](EscReport.md) - [EscStatus](EscStatus.md) - [EstimatorAidSource1d](EstimatorAidSource1d.md) @@ -121,7 +124,7 @@ It can be used for reproducible replay. - [EstimatorInnovations](EstimatorInnovations.md) - [EstimatorSelectorStatus](EstimatorSelectorStatus.md) - [EstimatorSensorBias](EstimatorSensorBias.md) — Sensor readings and in-run biases in SI-unit form. Sensor readings are compensated for static offsets, -scale errors, in-run bias and thermal drift (if thermal compensation is enabled and available). + scale errors, in-run bias and thermal drift (if thermal compensation is enabled and available). - [EstimatorStates](EstimatorStates.md) - [EstimatorStatus](EstimatorStatus.md) - [EstimatorStatusFlags](EstimatorStatusFlags.md) @@ -129,15 +132,16 @@ scale errors, in-run bias and thermal drift (if thermal compensation is enabled - [FailureDetectorStatus](FailureDetectorStatus.md) - [FigureEightStatus](FigureEightStatus.md) - [FixedWingLateralGuidanceStatus](FixedWingLateralGuidanceStatus.md) — Fixed Wing Lateral Guidance Status message -Published by fw_pos_control module to report the resultant lateral setpoints and NPFG debug outputs + Published by fw_pos_control module to report the resultant lateral setpoints and NPFG debug outputs - [FixedWingLateralStatus](FixedWingLateralStatus.md) — Fixed Wing Lateral Status message -Published by the fw_lateral_longitudinal_control module to report the resultant lateral setpoint + Published by the fw_lateral_longitudinal_control module to report the resultant lateral setpoint - [FixedWingRunwayControl](FixedWingRunwayControl.md) — Auxiliary control fields for fixed-wing runway takeoff/landing - [FlightPhaseEstimation](FlightPhaseEstimation.md) - [FollowTarget](FollowTarget.md) - [FollowTargetEstimator](FollowTargetEstimator.md) - [FollowTargetStatus](FollowTargetStatus.md) - [FuelTankStatus](FuelTankStatus.md) +- [GainCompression](GainCompression.md) - [GeneratorStatus](GeneratorStatus.md) - [GeofenceResult](GeofenceResult.md) - [GeofenceStatus](GeofenceStatus.md) @@ -170,7 +174,7 @@ Published by the fw_lateral_longitudinal_control module to report the resultant - [LandingTargetPose](LandingTargetPose.md) — Relative position of precision land target in navigation (body fixed, north aligned, NED) and inertial (world fixed, north aligned, NED) frames - [LaunchDetectionStatus](LaunchDetectionStatus.md) — Status of the launch detection state machine (fixed-wing only) - [LedControl](LedControl.md) — LED control: control a single or multiple LED's. -These are the externally visible LED's, not the board LED's + These are the externally visible LED's, not the board LED's - [LogMessage](LogMessage.md) — A logging message, output with PX4_WARN, PX4_ERR, PX4_INFO - [LoggerStatus](LoggerStatus.md) - [MagWorkerData](MagWorkerData.md) @@ -185,7 +189,8 @@ These are the externally visible LED's, not the board LED's - [MountOrientation](MountOrientation.md) - [NavigatorMissionItem](NavigatorMissionItem.md) - [NavigatorStatus](NavigatorStatus.md) — Current status of a Navigator mode -The possible values of nav_state are defined in the VehicleStatus msg. + The possible values of nav_state are defined in the VehicleStatus msg. +- [NeuralControl](NeuralControl.md) — Neural control - [NormalizedUnsignedSetpoint](NormalizedUnsignedSetpoint.md) - [ObstacleDistance](ObstacleDistance.md) — Obstacle distances in front of the sensor. - [OffboardControlMode](OffboardControlMode.md) — Off-board control mode @@ -208,11 +213,11 @@ The possible values of nav_state are defined in the VehicleStatus msg. - [PositionControllerStatus](PositionControllerStatus.md) - [PositionSetpoint](PositionSetpoint.md) — this file is only used in the position_setpoint triple as a dependency - [PositionSetpointTriplet](PositionSetpointTriplet.md) — Global position setpoint triplet in WGS84 coordinates. -This are the three next waypoints (or just the next two or one). + This are the three next waypoints (or just the next two or one). - [PowerButtonState](PowerButtonState.md) — power button state notification message - [PowerMonitor](PowerMonitor.md) — power monitor message - [PpsCapture](PpsCapture.md) -- [PurePursuitStatus](PurePursuitStatus.md) +- [PurePursuitStatus](PurePursuitStatus.md) — Pure pursuit status - [PwmInput](PwmInput.md) - [Px4ioStatus](Px4ioStatus.md) - [QshellReq](QshellReq.md) @@ -221,15 +226,15 @@ This are the three next waypoints (or just the next two or one). - [RateCtrlStatus](RateCtrlStatus.md) - [RcChannels](RcChannels.md) - [RcParameterMap](RcParameterMap.md) -- [RoverAttitudeSetpoint](RoverAttitudeSetpoint.md) -- [RoverAttitudeStatus](RoverAttitudeStatus.md) -- [RoverPositionSetpoint](RoverPositionSetpoint.md) -- [RoverRateSetpoint](RoverRateSetpoint.md) -- [RoverRateStatus](RoverRateStatus.md) -- [RoverSteeringSetpoint](RoverSteeringSetpoint.md) -- [RoverThrottleSetpoint](RoverThrottleSetpoint.md) -- [RoverVelocitySetpoint](RoverVelocitySetpoint.md) -- [RoverVelocityStatus](RoverVelocityStatus.md) +- [RoverAttitudeSetpoint](RoverAttitudeSetpoint.md) — Rover Attitude Setpoint +- [RoverAttitudeStatus](RoverAttitudeStatus.md) — Rover Attitude Status +- [RoverPositionSetpoint](RoverPositionSetpoint.md) — Rover Position Setpoint +- [RoverRateSetpoint](RoverRateSetpoint.md) — Rover Rate setpoint +- [RoverRateStatus](RoverRateStatus.md) — Rover Rate Status +- [RoverSpeedSetpoint](RoverSpeedSetpoint.md) — Rover Speed Setpoint +- [RoverSpeedStatus](RoverSpeedStatus.md) — Rover Velocity Status +- [RoverSteeringSetpoint](RoverSteeringSetpoint.md) — Rover Steering setpoint +- [RoverThrottleSetpoint](RoverThrottleSetpoint.md) — Rover Throttle setpoint - [Rpm](Rpm.md) - [RtlStatus](RtlStatus.md) - [RtlTimeEstimate](RtlTimeEstimate.md) @@ -237,14 +242,15 @@ This are the three next waypoints (or just the next two or one). - [SensorAccel](SensorAccel.md) - [SensorAccelFifo](SensorAccelFifo.md) - [SensorAirflow](SensorAirflow.md) -- [SensorBaro](SensorBaro.md) +- [SensorBaro](SensorBaro.md) — Barometer sensor - [SensorCombined](SensorCombined.md) — Sensor readings in SI-unit form. -These fields are scaled and offset-compensated where possible and do not -change with board revisions and sensor updates. + These fields are scaled and offset-compensated where possible and do not + change with board revisions and sensor updates. - [SensorCorrection](SensorCorrection.md) — Sensor corrections in SI-unit form for the voted sensor - [SensorGnssRelative](SensorGnssRelative.md) — GNSS relative positioning information in NED frame. The NED frame is defined as the local topological system at the reference station. +- [SensorGnssStatus](SensorGnssStatus.md) — Gnss quality indicators - [SensorGps](SensorGps.md) — GPS position in WGS84 coordinates. -the field 'timestamp' is for the position & velocity (microseconds) + the field 'timestamp' is for the position & velocity (microseconds) - [SensorGyro](SensorGyro.md) - [SensorGyroFft](SensorGyroFft.md) - [SensorGyroFifo](SensorGyroFifo.md) @@ -252,11 +258,12 @@ the field 'timestamp' is for the position & velocity (microseconds) - [SensorMag](SensorMag.md) - [SensorOpticalFlow](SensorOpticalFlow.md) - [SensorPreflightMag](SensorPreflightMag.md) — Pre-flight sensor check metrics. -The topic will not be updated when the vehicle is armed + The topic will not be updated when the vehicle is armed - [SensorSelection](SensorSelection.md) — Sensor ID's for the voted sensors output on the sensor_combined topic. -Will be updated on startup of the sensor module and when sensor selection changes + Will be updated on startup of the sensor module and when sensor selection changes +- [SensorTemp](SensorTemp.md) - [SensorUwb](SensorUwb.md) — UWB distance contains the distance information measured by an ultra-wideband positioning system, -such as Pozyx or NXP Rddrone. + such as Pozyx or NXP Rddrone. - [SensorsStatus](SensorsStatus.md) — Sensor check metrics. This will be zero for a sensor that's primary or unpopulated. - [SensorsStatusImu](SensorsStatusImu.md) — Sensor check metrics. This will be zero for a sensor that's primary or unpopulated. - [SystemPower](SystemPower.md) @@ -267,26 +274,26 @@ such as Pozyx or NXP Rddrone. - [TiltrotorExtraControls](TiltrotorExtraControls.md) - [TimesyncStatus](TimesyncStatus.md) - [TrajectorySetpoint6dof](TrajectorySetpoint6dof.md) — Trajectory setpoint in NED frame -Input to position controller. + Input to position controller. - [TransponderReport](TransponderReport.md) - [TuneControl](TuneControl.md) — This message is used to control the tunes, when the tune_id is set to CUSTOM -then the frequency, duration are used otherwise those values are ignored. + then the frequency, duration are used otherwise those values are ignored. - [UavcanParameterRequest](UavcanParameterRequest.md) — UAVCAN-MAVLink parameter bridge request type - [UavcanParameterValue](UavcanParameterValue.md) — UAVCAN-MAVLink parameter bridge response type - [UlogStream](UlogStream.md) — Message to stream ULog data from the logger. Corresponds to the LOGGING_DATA -mavlink message + mavlink message - [UlogStreamAck](UlogStreamAck.md) — Ack a previously sent ulog_stream message that had -the NEED_ACK flag set + the NEED_ACK flag set - [VehicleAcceleration](VehicleAcceleration.md) -- [VehicleAirData](VehicleAirData.md) +- [VehicleAirData](VehicleAirData.md) — Vehicle air data - [VehicleAngularAccelerationSetpoint](VehicleAngularAccelerationSetpoint.md) - [VehicleConstraints](VehicleConstraints.md) — Local setpoint constraints in NED frame -setting something to NaN means that no limit is provided + setting something to NaN means that no limit is provided - [VehicleImu](VehicleImu.md) — IMU readings in SI-unit form. - [VehicleImuStatus](VehicleImuStatus.md) - [VehicleLocalPositionSetpoint](VehicleLocalPositionSetpoint.md) — Local position setpoint in NED frame -Telemetry of PID position controller to monitor tracking. -NaN means the state was not controlled + Telemetry of PID position controller to monitor tracking. + NaN means the state was not controlled - [VehicleMagnetometer](VehicleMagnetometer.md) - [VehicleOpticalFlow](VehicleOpticalFlow.md) — Optical flow in XYZ body frame in SI units. - [VehicleOpticalFlowVel](VehicleOpticalFlowVel.md) @@ -295,13 +302,18 @@ NaN means the state was not controlled - [VehicleTorqueSetpoint](VehicleTorqueSetpoint.md) - [VelocityLimits](VelocityLimits.md) — Velocity and yaw rate limits for a multicopter position slow mode only - [WheelEncoders](WheelEncoders.md) -- [Wind](Wind.md) - [YawEstimatorStatus](YawEstimatorStatus.md) - [AirspeedValidatedV0](AirspeedValidatedV0.md) - [ArmingCheckReplyV0](ArmingCheckReplyV0.md) +- [ArmingCheckRequestV0](ArmingCheckRequestV0.md) — Arming check request. +- [BatteryStatusV0](BatteryStatusV0.md) — Battery status +- [ConfigOverridesV0](ConfigOverridesV0.md) — Configurable overrides by (external) modes or mode executors - [EventV0](EventV0.md) — this message is required here in the msg_old folder because other msg are depending on it -Events interface + Events interface +- [HomePositionV0](HomePositionV0.md) — GPS home position in WGS84 coordinates. +- [RegisterExtComponentReplyV0](RegisterExtComponentReplyV0.md) +- [RegisterExtComponentRequestV0](RegisterExtComponentRequestV0.md) — Request to register an external component - [VehicleAttitudeSetpointV0](VehicleAttitudeSetpointV0.md) +- [VehicleLocalPositionV0](VehicleLocalPositionV0.md) — Fused local position in NED. + The coordinate system origin is the vehicle position at the time when the EKF2-module was started. - [VehicleStatusV0](VehicleStatusV0.md) — Encodes the system state of the vehicle published by commander - - \ No newline at end of file diff --git a/docs/public/middleware/graph_full.json b/docs/public/middleware/graph_full.json index 788e6cff83..8f09680777 100644 --- a/docs/public/middleware/graph_full.json +++ b/docs/public/middleware/graph_full.json @@ -1 +1 @@ -{"nodes": [{"id": "m_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_sf45_serial", "name": "lightware_sf45_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_io_bypass_control", "name": "io_bypass_control", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_template_module", "name": "template_module", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_linux_pwm_out", "name": "linux_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_rpm_simulator", "name": "rpm_simulator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_ets_airspeed", "name": "ets_airspeed", "type": "Module", "color": "#666666"}, {"id": "m_sagetech_mxs", "name": "sagetech_mxs", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_rpm_capture", "name": "rpm_capture", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1_mag", "name": "lsm9ds1_mag", "type": "Module", "color": "#666666"}, {"id": "m_pps_capture", "name": "pps_capture", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls_pwm", "name": "ll40ls_pwm", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_leddar_one", "name": "leddar_one", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_bmi088_i2c", "name": "bmi088_i2c", "type": "Module", "color": "#666666"}, {"id": "m_iam20680hp", "name": "iam20680hp", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_iridiumsbd", "name": "iridiumsbd", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_uavcannode", "name": "uavcannode", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_microbench", "name": "microbench", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16477", "name": "adis16477", "type": "Module", "color": "#666666"}, {"id": "m_adis16497", "name": "adis16497", "type": "Module", "color": "#666666"}, {"id": "m_icm40609d", "name": "icm40609d", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_rpi_rc_in", "name": "rpi_rc_in", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_vertiq_io", "name": "vertiq_io", "type": "Module", "color": "#666666"}, {"id": "m_tattu_can", "name": "tattu_can", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_uwb_sr150", "name": "uwb_sr150", "type": "Module", "color": "#666666"}, {"id": "m_tcbp001ta", "name": "tcbp001ta", "type": "Module", "color": "#666666"}, {"id": "m_mpl3115a2", "name": "mpl3115a2", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_voxl2_io", "name": "voxl2_io", "type": "Module", "color": "#666666"}, {"id": "m_mappydot", "name": "mappydot", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_icm42605", "name": "icm42605", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_iim42653", "name": "iim42653", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_roboclaw", "name": "roboclaw", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_voxl_esc", "name": "voxl_esc", "type": "Module", "color": "#666666"}, {"id": "m_neopixel", "name": "neopixel", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_afbrs50", "name": "afbrs50", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_gy_us42", "name": "gy_us42", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1", "name": "lsm9ds1", "type": "Module", "color": "#666666"}, {"id": "m_mpu6500", "name": "mpu6500", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_asp5033", "name": "asp5033", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_pcf8583", "name": "pcf8583", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_tap_esc", "name": "tap_esc", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_mb12xx", "name": "mb12xx", "type": "Module", "color": "#666666"}, {"id": "m_pga460", "name": "pga460", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_bmi270", "name": "bmi270", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_bmi085", "name": "bmi085", "type": "Module", "color": "#666666"}, {"id": "m_sch16t", "name": "sch16t", "type": "Module", "color": "#666666"}, {"id": "m_cyphal", "name": "cyphal", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_bmm350", "name": "bmm350", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_ms4515", "name": "ms4515", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina220", "name": "ina220", "type": "Module", "color": "#666666"}, {"id": "m_voxlpm", "name": "voxlpm", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_lps25h", "name": "lps25h", "type": "Module", "color": "#666666"}, {"id": "m_ms5837", "name": "ms5837", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_sht3x", "name": "sht3x", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_srf02", "name": "srf02", "type": "Module", "color": "#666666"}, {"id": "m_srf05", "name": "srf05", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_auav", "name": "auav", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#41d866", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#d8a141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#4194d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "topic", "color": "#d8ad41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#417dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#c541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#d84174", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_status", "name": "internal_combustion_engine_status", "type": "topic", "color": "#41d88e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#4150d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d8c941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#ba41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#41d850", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#d86341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#76d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d85241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#c0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#4155d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#81d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#4189d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#65d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d8c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#5941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#af41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#d88541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#bad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#a941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d84163", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#d84157", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#d84152", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#cbd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#41bcd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#d841d4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#d8cf41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#59d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#41d86c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8c7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#4166d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#5341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#7041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#9841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#cb41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance_fused", "name": "obstacle_distance_fused", "type": "topic", "color": "#d841cf", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#d841c3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84185", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#92d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#70d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#41c7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#4161d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84146", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#98d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#5fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#53d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#418ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#414ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#b441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#41d8a5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#41b0d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#41abd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d841a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#b4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#41d84a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#41d861", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_serial_passthru", "name": "esc_serial_passthru", "type": "topic", "color": "#415bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/MavlinkTunnel.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#4e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#7641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d8414c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#48d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#42d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d894", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#6541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#8741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#a341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#d89041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_iridiumsbd_status", "name": "iridiumsbd_status", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance", "name": "obstacle_distance", "type": "topic", "color": "#41d883", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d89f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#41d8b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#d841b2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_hygrometer", "name": "sensor_hygrometer", "type": "topic", "color": "#d8415d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#d85741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#d85d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#afd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#8cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#41d3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#41a5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#8c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d84641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#d8b241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#d8c341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#41d85b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#41d889", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#41d8ab", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#419fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4144d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#8141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841ad", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#d84179", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#c5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d872", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#41d8bc", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#4183d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#416cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#5f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#9d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#c041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d841c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#d841be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#d87f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#87d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#41d87d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d8b0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41c1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#4178d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#4841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#d8a741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#d8be41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#4ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#41d844", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#41cdd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d84c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d8d441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#a3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#7bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#41d878", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pps_capture", "name": "pps_capture", "type": "topic", "color": "#4172d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#d841b8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#d87441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_uwb", "name": "sensor_uwb", "type": "topic", "color": "#d8b841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#9dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#41b6d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#7b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#9241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#d841a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#d84190", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d8d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#41d8cd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#d141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#d8417f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#4241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#41d855", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#a9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_voxl2_io", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#4841d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_sht3x", "target": "t_sensor_hygrometer", "color": "#d8415d", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#5f41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#4161d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#4841d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#cbd841", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#41d8bc", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#d89c41", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#5f41d8", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#4841d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#41d844", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_pwm_input", "color": "#d84190", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_rpm", "color": "#a9d841", "style": "dashed"}, {"source": "m_ll40ls_pwm", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_mb12xx", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance_fused", "color": "#d841cf", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_attitude", "color": "#41d3d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance", "color": "#41d883", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_pga460", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_leddar_one", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_afbrs50", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_gy_us42", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_srf02", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_srf05", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_mappydot", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#41d8bc", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#d89c41", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#afd841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#d86841", "style": "dashed"}, {"source": "m_cyphal", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_cyphal", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_lsm9ds1_mag", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_bmm350", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#9241d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#d8be41", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#9241d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_ms4515", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_auav", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_auav", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_asp5033", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_ets_airspeed", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d8b0", "style": "dashed"}, {"source": "m_pps_capture", "target": "t_pps_capture", "color": "#4172d8", "style": "dashed"}, {"source": "m_rpi_rc_in", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#d84190", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_iridiumsbd", "target": "t_iridiumsbd_status", "color": "#d89641", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_gps_inject_data", "color": "#d89c41", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_ina220", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_voxlpm", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_tattu_can", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_pcf8583", "target": "t_rpm", "color": "#a9d841", "style": "dashed"}, {"source": "m_rpm_simulator", "target": "t_rpm", "color": "#a9d841", "style": "dashed"}, {"source": "m_sagetech_mxs", "target": "t_transponder_report", "color": "#48d841", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_uwb_sr150", "target": "t_sensor_uwb", "color": "#d8b841", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_tcbp001ta", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_mpl3115a2", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_lps25h", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_ms5837", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#8141d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#d841b2", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d89f", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#41d8ab", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#65d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#d86341", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d8c1", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#98d841", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#9841d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#d8417f", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d84c41", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#afd841", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#42d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4144d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#a341d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#4166d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#d841b8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#d88a41", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#92d841", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d894", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#d87f41", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#6541d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d841c9", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#4241d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d85241", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41c1d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#41d8a5", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#c041d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#d8cf41", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#87d841", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#7bd841", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#9841d8", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8c7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#41d3d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#41c7d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#70d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d86841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#a941d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#5fd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#41d855", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d6d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#afd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#8cd841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#41d8b6", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#c5d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#92d841", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#6a41d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#7041d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#5341d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#4e41d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#41d86c", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#59d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#4194d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#c541d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d866", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#c0d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#41d8b0", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#a9d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84146", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#4194d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d866", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#c541d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#c0d841", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#d8be41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#d86341", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#d87441", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#59d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#4194d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#c541d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d866", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_obstacle_distance", "color": "#41d883", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#c0d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#d84157", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#d84196", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#41a5d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#4183d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#41d87d", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d841a1", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#414ad8", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#8741d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#d841be", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#41d850", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#d8419c", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d8414c", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#5941d8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#92d841", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_control", "color": "#d8ad41", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_status", "color": "#41d88e", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#7041d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#6a41d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#5341d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#4e41d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#41d86c", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#b4d841", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d1d841", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#8c41d8", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#92d841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#41b0d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d84168", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#70d841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#d86841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d6d841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#8cd841", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d8c941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d8d3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d84641", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro_fifo", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#41d3d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#81d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#8141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#7b41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#70d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#6ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#d85d41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#d86341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#41b6d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#9d41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d86e41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#b441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#41abd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#419ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#d88541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#59d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#418ed8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#53d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#4178d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#d89c41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#48d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#d141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#d8a741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#d841d4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#41d85b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#41d861", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#d8c341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_esc_serial_passthru", "color": "#415bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#4155d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#41d878", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#4150d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#d8d441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_obstacle_distance", "color": "#41d883", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d6d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#d8419c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#d8418a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#4241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#b4d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d8b0", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#d84157", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#9dd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#92d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84146", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#ba41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#d84141", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#bad841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#d84174", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#41cdd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#4189d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#41d8b6", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#76d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#417dd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#4ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#cb41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#41d850", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#c5d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#8141d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#d85741", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#d87f41", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#d89041", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#d8a141", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#48d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#d141d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#d8b241", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d641d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d841c9", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d872", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#d841a7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d6d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#414ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#d84179", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#d84152", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d8c941", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#7641d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#41d8b6", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#41bcd8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#9841d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#c5d841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#af41d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#9841d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#419fd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#6a41d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#7041d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#5341d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#4e41d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#41d86c", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#41d889", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#af41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#4ed841", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#d8419c", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d8414c", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d841c9", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841ad", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#4ed841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#416cd8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8c7", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#a3d841", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#41d89a", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#41d84a", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#41d8cd", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#41d3d8", "style": "dashed"}, {"source": "t_actuator_motors", "target": "m_voxl2_io", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl2_io", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl2_io", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl2_io", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl2_io", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl2_io", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl2_io", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl2_io", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl2_io", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl2_io", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl2_io", "color": "#41d894", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#4183d8", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_capture", "color": "#4172d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841ad", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#70d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#41b0d8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#41abd8", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#d87f41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#419fd8", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#d88541", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#53d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#4ed841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#d89c41", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_uavcan", "color": "#d8ad41", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#41d87d", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#414ad8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d894", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#d8417f", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#41d89a", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#41d8ab", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#a3d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#d89c41", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#70d841", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d8d3", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#d87f41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#41d3d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#8741d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d6d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#70d841", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_trigger", "color": "#4172d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841ad", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d841c9", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#4183d8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#41d8ab", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_px4io", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#41d87d", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#41d844", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d894", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_linux_pwm_out", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_linux_pwm_out", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_linux_pwm_out", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_linux_pwm_out", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_linux_pwm_out", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_linux_pwm_out", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_linux_pwm_out", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_linux_pwm_out", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_linux_pwm_out", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_linux_pwm_out", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_linux_pwm_out", "color": "#41d894", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#d8a741", "style": "normal"}, {"source": "t_pwm_input", "target": "m_ll40ls_pwm", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_lightware_sf45_serial", "color": "#41d3d8", "style": "normal"}, {"source": "t_obstacle_distance", "target": "m_lightware_sf45_serial", "color": "#41d883", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_lightware_sf45_serial", "color": "#d8c341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d841c9", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#d8a141", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841ad", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#41d8ab", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_dshot", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d894", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#41d89a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841ad", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#9241d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#9d41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#4183d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#d89c41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_cyphal", "color": "#41d87d", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_cyphal", "color": "#9dd841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cyphal", "color": "#4183d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_roboclaw", "color": "#4183d8", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#9241d8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_pca9685_pwm_out", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pca9685_pwm_out", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#41d894", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_pps_capture", "color": "#9dd841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl_esc", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl_esc", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl_esc", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxl_esc", "color": "#d841c9", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl_esc", "color": "#41b0d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_voxl_esc", "color": "#41d8a5", "style": "normal"}, {"source": "t_esc_serial_passthru", "target": "m_voxl_esc", "color": "#415bd8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl_esc", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl_esc", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl_esc", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl_esc", "color": "#4ed841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl_esc", "color": "#41d87d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl_esc", "color": "#d8ad41", "style": "normal"}, {"source": "t_led_control", "target": "m_voxl_esc", "color": "#a3d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxl_esc", "color": "#4166d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl_esc", "color": "#41d894", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_vertiq_io", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_vertiq_io", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_vertiq_io", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_vertiq_io", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vertiq_io", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_vertiq_io", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_vertiq_io", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_vertiq_io", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_vertiq_io", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_vertiq_io", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_vertiq_io", "color": "#41d894", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#d87f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#9d41d8", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#d87441", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d87941", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d6d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#9d41d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina220", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina220", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxlpm", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxlpm", "color": "#4166d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#4183d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_sagetech_mxs", "color": "#d841c9", "style": "normal"}, {"source": "t_transponder_report", "target": "m_sagetech_mxs", "color": "#48d841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_sagetech_mxs", "color": "#9dd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_sagetech_mxs", "color": "#414ad8", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#d841ad", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#9d41d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#a3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#a3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_neopixel", "color": "#a3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#a3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#a3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#a3d841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_tap_esc", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_tap_esc", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_tap_esc", "color": "#d841c3", "style": "normal"}, {"source": "t_tune_control", "target": "m_tap_esc", "color": "#41d89a", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_tap_esc", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_tap_esc", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_tap_esc", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_tap_esc", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_tap_esc", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_tap_esc", "color": "#41d87d", "style": "normal"}, {"source": "t_led_control", "target": "m_tap_esc", "color": "#a3d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_tap_esc", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_tap_esc", "color": "#41d894", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d894", "style": "normal"}, {"source": "t_sensor_uwb", "target": "m_uwb_sr150", "color": "#d8b841", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#41d8d3", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#8c41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#d841c9", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_io_bypass_control", "color": "#41a5d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_microbench", "color": "#70d841", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_microbench", "color": "#41d8d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_microbench", "color": "#41d878", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_microbench", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#41d84a", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_template_module", "color": "#4144d8", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#d84157", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#41d3d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#81d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841ad", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#4150d8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#d86341", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d6d841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#d84152", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d841ad", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#41d861", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#5fd841", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#d88a41", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#7b41d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d84c41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#41d8a5", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#afd841", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#41d878", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#9241d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#42d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#d8a741", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#b441d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d841c9", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#d88a41", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#41d878", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#ba41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#4189d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#414ad8", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#70d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#8741d8", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#417dd8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#41d855", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#c5d841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#7b41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841ad", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#41d878", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d8d441", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#bad841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#70d841", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d8c941", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#8741d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#414ad8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#6541d8", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#87d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#41d3d8", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#7641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#7b41d8", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#41c7d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#d85741", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#70d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#8741d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d86841", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#9d41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#a341d8", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#d87441", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#a941d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#b441d8", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#d87f41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#419fd8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#5fd841", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#d88a41", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#d89041", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#418ed8", "style": "normal"}, {"source": "t_iridiumsbd_status", "target": "m_commander", "color": "#d89641", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#4183d8", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#416cd8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#41d84a", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#d8a741", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#d8b241", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#42d841", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d841c9", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#d8be41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#d841c3", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#d8c341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841ad", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d872", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#41d878", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d8d441", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d6d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#414ad8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#d8418a", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#d84190", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#4241d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#4841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#afd841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8c7", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#41d8cd", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#9dd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d841c9", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#41d85b", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841ad", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#9d41d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d841c9", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#d87441", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d841c9", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#9241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#4166d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#92d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8c7", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d8d3", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#d85d41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#59d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#d8c341", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d84c41", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#b4d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841ad", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#8741d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#afd841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#cb41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#a341d8", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#414ad8", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87941", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4144d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#8741d8", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#92d841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#419fd8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#41d3d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#7041d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#6a41d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_differential", "color": "#418ed8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#5341d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#41d86c", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#41d8a5", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#d8416e", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#4e41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#70d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#d84152", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#4194d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#c0d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#d841c9", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#41a5d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d841a1", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#4194d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#41a5d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#4194d8", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#c541d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#4194d8", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#c541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#41d3d8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#d841ad", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#41d8ab", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_gz_bridge", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#41d87d", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#65d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#41d894", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#4194d8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#419fd8", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#d8417f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#d841c3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#41d8ab", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#4183d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#4ed841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out_sim", "color": "#d8ad41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#41d87d", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#41b0d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d894", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#41d84a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84185", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#41d8a5", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#4183d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#afd841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#70d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#8741d8", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#42d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d6d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#d84152", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84185", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#41d3d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#d841b8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#70d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#cb41d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#d86841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#414ad8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#a941d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87941", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#70d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d8414c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#92d841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#7b41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_internal_combustion_engine_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_internal_combustion_engine_control", "color": "#d841c3", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_internal_combustion_engine_control", "color": "#419fd8", "style": "normal"}, {"source": "t_rpm", "target": "m_internal_combustion_engine_control", "color": "#a9d841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#419fd8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#d841c3", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#7041d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#41d3d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#6a41d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#5341d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_mecanum", "color": "#418ed8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#41d8a5", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#4e41d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#d8416e", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#41d86c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#70d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#d84152", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#41d3d8", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d8b0", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#d86341", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#41d3d8", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#5f41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d6d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#70d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#8141d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#70d841", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d8c941", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84185", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#41d8a5", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#41d8b6", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#41bcd8", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#d8cf41", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#9841d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8c7", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#a9d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#c5d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#59d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#d8c341", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#b4d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#4183d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d84146", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#414ad8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#4144d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#d841c3", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#d84141", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d84641", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d85241", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d84c41", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#d86341", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d86841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#d87441", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d86e41", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87941", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#d87f41", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#d89041", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#d88a41", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#d8b241", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#d8c341", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d8c941", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#d8d441", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d1d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d6d841", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#cbd841", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#c0d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#b4d841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#afd841", "style": "normal"}, {"source": "t_rpm", "target": "m_mavlink", "color": "#a9d841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#9dd841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#92d841", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#98d841", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#8cd841", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#7bd841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#70d841", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#6ad841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#65d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#5fd841", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#48d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#42d841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#41d84a", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#41d850", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#41d866", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d872", "style": "normal"}, {"source": "t_internal_combustion_engine_status", "target": "m_mavlink", "color": "#41d88e", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d89f", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#41d8a5", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#41d8bc", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d8c1", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8c7", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#41d8cd", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d8d3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#41d3d8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#41cdd8", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41c1d8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#41b6d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#41a5d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#4194d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#4183d8", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#4178d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#4161d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#414ad8", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#4241d8", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#5f41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#7b41d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#8741d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#8c41d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#9d41d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#a941d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#af41d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#b441d8", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#c541d8", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#d141d8", "style": "normal"}, {"source": "t_obstacle_distance_fused", "target": "m_mavlink", "color": "#d841cf", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#d841c3", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#d841b2", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#d841b8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841ad", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84185", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d84163", "style": "normal"}, {"source": "t_sensor_hygrometer", "target": "m_mavlink", "color": "#d8415d", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#d84157", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#d84152", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841ad", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#70d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#8741d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d6d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#d84152", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d841c9", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#d84179", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#d87f41", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#d84174", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#b4d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841ad", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#70d841", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#8c41d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#48d841", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d6d841", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#d141d8", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#414ad8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#af41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#9841d8", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#5941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#8741d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#70d841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#d87f41", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#419ad8", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#416cd8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#41d850", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#d841b8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841ad", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#4155d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#414ad8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#d84152", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d6d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#d84152", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#afd841", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#41d8d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#42d841", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#41d878", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#419fd8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#41d3d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#6a41d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#7041d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_ackermann", "color": "#418ed8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#4e41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#41d8a5", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#41d86c", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#70d841", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#5341d8", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#41d889", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#d8419c", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#d84152", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#af41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d841c9", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#41d8a5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841ad", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#414ad8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8c7", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d841c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#d841c3", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#416cd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841ad", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#c041d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#9d41d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#41d8cd", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#41d3d8", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#59d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#70d841", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84146", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4144d8", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_sf45_serial", "name": "lightware_sf45_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_io_bypass_control", "name": "io_bypass_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_hardfault_stream", "name": "hardfault_stream", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_template_module", "name": "template_module", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_linux_pwm_out", "name": "linux_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_rpm_simulator", "name": "rpm_simulator", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_ets_airspeed", "name": "ets_airspeed", "type": "Module", "color": "#666666"}, {"id": "m_sagetech_mxs", "name": "sagetech_mxs", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1_mag", "name": "lsm9ds1_mag", "type": "Module", "color": "#666666"}, {"id": "m_pps_capture", "name": "pps_capture", "type": "Module", "color": "#666666"}, {"id": "m_rpm_capture", "name": "rpm_capture", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_leddar_one", "name": "leddar_one", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls_pwm", "name": "ll40ls_pwm", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_bmi088_i2c", "name": "bmi088_i2c", "type": "Module", "color": "#666666"}, {"id": "m_iam20680hp", "name": "iam20680hp", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_iridiumsbd", "name": "iridiumsbd", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_uavcannode", "name": "uavcannode", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_microbench", "name": "microbench", "type": "Module", "color": "#666666"}, {"id": "m_vertiq_io", "name": "vertiq_io", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_mpl3115a2", "name": "mpl3115a2", "type": "Module", "color": "#666666"}, {"id": "m_tcbp001ta", "name": "tcbp001ta", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_adis16477", "name": "adis16477", "type": "Module", "color": "#666666"}, {"id": "m_adis16497", "name": "adis16497", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_icm40609d", "name": "icm40609d", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_rpi_rc_in", "name": "rpi_rc_in", "type": "Module", "color": "#666666"}, {"id": "m_tattu_can", "name": "tattu_can", "type": "Module", "color": "#666666"}, {"id": "m_uwb_sr150", "name": "uwb_sr150", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_voxl_esc", "name": "voxl_esc", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_mappydot", "name": "mappydot", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm42605", "name": "icm42605", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_iim42653", "name": "iim42653", "type": "Module", "color": "#666666"}, {"id": "m_neopixel", "name": "neopixel", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_roboclaw", "name": "roboclaw", "type": "Module", "color": "#666666"}, {"id": "m_voxl2_io", "name": "voxl2_io", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_asp5033", "name": "asp5033", "type": "Module", "color": "#666666"}, {"id": "m_afbrs50", "name": "afbrs50", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_gy_us42", "name": "gy_us42", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_mpu6500", "name": "mpu6500", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1", "name": "lsm9ds1", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_pcf8583", "name": "pcf8583", "type": "Module", "color": "#666666"}, {"id": "m_tap_esc", "name": "tap_esc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_lps25h", "name": "lps25h", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ms5837", "name": "ms5837", "type": "Module", "color": "#666666"}, {"id": "m_cyphal", "name": "cyphal", "type": "Module", "color": "#666666"}, {"id": "m_ms4515", "name": "ms4515", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_mb12xx", "name": "mb12xx", "type": "Module", "color": "#666666"}, {"id": "m_pga460", "name": "pga460", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_bmi085", "name": "bmi085", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_bmi270", "name": "bmi270", "type": "Module", "color": "#666666"}, {"id": "m_sch16t", "name": "sch16t", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_bmm350", "name": "bmm350", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_ina220", "name": "ina220", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_voxlpm", "name": "voxlpm", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_srf02", "name": "srf02", "type": "Module", "color": "#666666"}, {"id": "m_srf05", "name": "srf05", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_sht3x", "name": "sht3x", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_auav", "name": "auav", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#d841d4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "topic", "color": "#41d870", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#41a8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d84184", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d842", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_status", "name": "internal_combustion_engine_status", "type": "topic", "color": "#41d875", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#88d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d8417f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#5bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d897", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#72d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d8bf", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#417bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d841c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#8ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#44d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#4ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41a3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#bbd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#82d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#55d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#41bfd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#419dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841c3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8ac41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41c4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#b041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#c641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#99d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#77d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d89d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8b3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8b9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance_fused", "name": "obstacle_distance_fused", "type": "topic", "color": "#41d0d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#4175d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#4170d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#4164d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#415fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#4159d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841a6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d8415d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d84157", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84151", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#aad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84179", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#b5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d848", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41cad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41b9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d84190", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d85d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#41b3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841ac", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_esc_serial_passthru", "name": "esc_serial_passthru", "type": "topic", "color": "#c6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/MavlinkTunnel.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#93d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d892", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#7d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#b541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841b7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841b2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d87f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d88c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#4197d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#8e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#bb41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d84195", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d84e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_iridiumsbd_status", "name": "iridiumsbd_status", "type": "topic", "color": "#41d87b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41d8d0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance", "name": "obstacle_distance", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4148d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#5b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_hygrometer", "name": "sensor_hygrometer", "type": "topic", "color": "#7241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#9341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#b0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4181d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#6c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#8241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#aa41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d841ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d84173", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#d86241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8b741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8c841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#d2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#6cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#66d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#61d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d853", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#5541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#d741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#9fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#7dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d8ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#9f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84162", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d85f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d864", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d881", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8a8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#4142d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_battery_info", "name": "battery_info", "type": "topic", "color": "#d89041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d886", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#4186d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#9941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#c141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8c341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8ce41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d8a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pps_capture", "name": "pps_capture", "type": "topic", "color": "#4192d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#6641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#a441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#d241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d8419b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d8d441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#c1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#414ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#6141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#7741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_uwb", "name": "sensor_uwb", "type": "topic", "color": "#8841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#418cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#41d859", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#a4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84146", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#4153d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d87341", "style": "dashed"}, {"source": "m_afbrs50", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d8415d", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d84157", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d87f41", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_asp5033", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#d841ce", "style": "dashed"}, {"source": "m_auav", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_auav", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_info", "color": "#d89041", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_info", "color": "#d89041", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_bmm350", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87341", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#9941d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8a641", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89b41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a641", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#a4d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#9fd841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#99d841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d85f", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d864", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#4197d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#417bd8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841ac", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84162", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8ac41", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_cyphal", "target": "t_battery_info", "color": "#d89041", "style": "dashed"}, {"source": "m_cyphal", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_cyphal", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8bd41", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#bbd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#b5d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#b0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#aad841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#8241d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d841ce", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841a6", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d8418a", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d84173", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84146", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_ets_airspeed", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d886", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#b541d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841b2", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d88c", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88441", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#77d841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#a441d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#93d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#8ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#88d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#82d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#7dd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d886", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d897", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d89d", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8ae", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#41aed8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#41a8d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#9341d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d8417f", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#7dd841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#9341d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#61d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#5bd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#50d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#4ad841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d848", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d84e", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41d8d0", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d853", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4441d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_gy_us42", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#5bd841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#55d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_obstacle_distance", "color": "#41d5d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#d841d4", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#d841c8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#d841a1", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#d84184", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#d84151", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_ina220", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_control", "color": "#41d870", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_status", "color": "#41d875", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_iridiumsbd", "target": "t_iridiumsbd_status", "color": "#41d87b", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d881", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d84190", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d892", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_leddar_one", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance", "color": "#41d5d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance_fused", "color": "#41d0d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_attitude", "color": "#d841ce", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_ll40ls_pwm", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b241", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#b0d841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d841a6", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#d8418a", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#d84173", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8a8", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#d241d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_lps25h", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_lsm9ds1_mag", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d886", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8b3", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8b9", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84162", "style": "dashed"}, {"source": "m_mappydot", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8b741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8c341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8c841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8ce41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d8d441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_esc_serial_passthru", "color": "#c6d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#a4d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#72d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#5bd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#55d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#44d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d842", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d853", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d881", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d892", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d8bf", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8c4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_obstacle_distance", "color": "#41d5d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41cad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#41bfd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41b9d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#41b3d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4181d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#aa41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#b541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#bb41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#c641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#d741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d841ce", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841a6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d8418a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84179", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84151", "style": "dashed"}, {"source": "m_mb12xx", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88441", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#9f41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#b541d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841b2", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d8417f", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84c41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_mpl3115a2", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ms4515", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_ms5837", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8b741", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#ccd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#6cd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#66d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d864", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8c4", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d8ca", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41d8d5", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#419dd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#414ed8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4148d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#bb41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841a6", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d84190", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d84168", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84162", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#41d859", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_pcf8583", "target": "t_rpm", "color": "#4153d8", "style": "dashed"}, {"source": "m_pga460", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_pps_capture", "target": "t_pps_capture", "color": "#4192d8", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#418cd8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d85d41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#4186d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#4142d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8b9", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#41a3d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#4175d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#4170d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#416ad8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#4164d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#415fd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#4159d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#4175d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#4170d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#416ad8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#4164d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#415fd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#4159d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#4175d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#4170d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#416ad8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#4164d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#415fd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#4159d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41a3d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d8415d", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d84157", "style": "dashed"}, {"source": "m_rpi_rc_in", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_pwm_input", "color": "#418cd8", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_rpm", "color": "#4153d8", "style": "dashed"}, {"source": "m_rpm_simulator", "target": "t_rpm", "color": "#4153d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#4142d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_sagetech_mxs", "target": "t_transponder_report", "color": "#bb41d8", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#d88a41", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#5541d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#8241d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#8e41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d8419b", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d84195", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d853", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#4441d8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_sht3x", "target": "t_sensor_hygrometer", "color": "#7241d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#d7d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#41d881", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#4153d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#d841d4", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#d841c8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#d841a1", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#d84184", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84179", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84151", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87941", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#4a41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#6641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#6c41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#d841d4", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d841c8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841a1", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d84184", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_srf02", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_srf05", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#9941d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_tattu_can", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_tcbp001ta", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#5b41d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#d8b741", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#7d41d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_battery_info", "color": "#d89041", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41c4d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#4142d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#cc41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_gps_inject_data", "color": "#41d853", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_led_control", "color": "#41d8a3", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_tune_control", "color": "#c141d8", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d8415d", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d84157", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_uwb_sr150", "target": "t_sensor_uwb", "color": "#8841d8", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841bd", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#7741d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#b0d841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#5041d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#6141d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#8241d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#d2d841", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_armed", "color": "#d84641", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_motors", "color": "#d85141", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_outputs", "color": "#d85741", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_servos", "color": "#d86241", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_esc_status", "color": "#c1d841", "style": "dashed"}, {"source": "m_voxlpm", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#7dd841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#9341d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#b041d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c3", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841b7", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d8415d", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d84157", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414c", "style": "dashed"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#d84162", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87941", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#bbd841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#b0d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#77d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d89d", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#a441d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d8415d", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#5541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84179", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84151", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#d84162", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84162", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87341", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#d841ce", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_capture", "color": "#4192d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841bd", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a641", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#5bd841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841a6", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_trigger", "color": "#4192d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d8418a", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84641", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d87f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89541", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b241", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d7d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#d2d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#c1d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#bbd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#b5d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#aad841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#a4d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#6cd841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d864", "style": "normal"}, {"source": "t_iridiumsbd_status", "target": "m_commander", "color": "#41d87b", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8a8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8b3", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8b9", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d8ca", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41d8d5", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41cad8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#4197d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#418cd8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4148d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#4142d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#5b41d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#6141d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#6641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#7741d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#8241d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#8e41d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#9941d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841b7", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84162", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414c", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84146", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#99d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#7dd841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8b9", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#4153d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#9341d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#b041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d8415d", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d84157", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cyphal", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_test", "target": "m_cyphal", "color": "#d86e41", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_cyphal", "color": "#6141d8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8b741", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_dshot", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d84162", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87941", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d87f41", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#d88a41", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#d2d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d892", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d89d", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#5541d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#8241d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d8419b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84151", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#c1d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#d841b7", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#9f41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84162", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d84162", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d87f41", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88441", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#82d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84162", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84162", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d87f41", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#8ed841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#88d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#7dd841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d897", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8ae", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84162", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84146", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d87f41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8b3", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#419dd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84162", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84146", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d87f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89541", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8ac41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84162", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#d89541", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#5bd841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#55d841", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#44d841", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d842", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8b3", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#419dd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d84168", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d853", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#5b41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#6641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84162", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#6641d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#6c41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#d84195", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#61d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#50d841", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_gz_bridge", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#d841bd", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_hardfault_stream", "color": "#aa41d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#4a41d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d87941", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d89541", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#c1d841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#41d864", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina220", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina220", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_internal_combustion_engine_control", "color": "#d85141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_internal_combustion_engine_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_rpm", "target": "m_internal_combustion_engine_control", "color": "#4153d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_internal_combustion_engine_control", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_io_bypass_control", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84641", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d87f41", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d89d", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#419dd8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#8241d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#9f41d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d8415d", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d8418a", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#ccd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d84162", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_lightware_sf45_serial", "color": "#d2d841", "style": "normal"}, {"source": "t_obstacle_distance", "target": "m_lightware_sf45_serial", "color": "#41d5d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_lightware_sf45_serial", "color": "#d841ce", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_linux_pwm_out", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_linux_pwm_out", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_linux_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_linux_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_linux_pwm_out", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_linux_pwm_out", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_linux_pwm_out", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_linux_pwm_out", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_linux_pwm_out", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_linux_pwm_out", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_linux_pwm_out", "color": "#d841bd", "style": "normal"}, {"source": "t_pwm_input", "target": "m_ll40ls_pwm", "color": "#418cd8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#d84641", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#d2d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#41d892", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#5541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d84179", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d84151", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89541", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8b3", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#d741d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84162", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#7741d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84162", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8b9", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d85d41", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87941", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d87f41", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88441", "style": "normal"}, {"source": "t_battery_info", "target": "m_mavlink", "color": "#d89041", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89541", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89b41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a141", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a641", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b241", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8bd41", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8c341", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8c841", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8ce41", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d8d441", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#d7d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#d2d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#c1d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#bbd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#b5d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#b0d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#a4d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#9fd841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#93d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#6cd841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#5bd841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#55d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#50d841", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#4ad841", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d848", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d84e", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d853", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d85f", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d864", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d86a", "style": "normal"}, {"source": "t_internal_combustion_engine_status", "target": "m_mavlink", "color": "#41d875", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8b3", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8b9", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8c4", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d8ca", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41d8d0", "style": "normal"}, {"source": "t_obstacle_distance_fused", "target": "m_mavlink", "color": "#41d0d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41c4d8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#41aed8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#41a3d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#419dd8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#417bd8", "style": "normal"}, {"source": "t_rpm", "target": "m_mavlink", "color": "#4153d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4148d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4441d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#5b41d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#6141d8", "style": "normal"}, {"source": "t_sensor_hygrometer", "target": "m_mavlink", "color": "#7241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#7741d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#8241d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#a441d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#bb41d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#cc41d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#d241d8", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d841c8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841b7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d8419b", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d84184", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d8417f", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d84173", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d8415d", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84146", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88441", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84c41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d84157", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841b2", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d8418a", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89541", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8ac41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84162", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_microbench", "color": "#9fd841", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_microbench", "color": "#6641d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_microbench", "color": "#6c41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_microbench", "color": "#d8418a", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d87f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89541", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d864", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d86a", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d84162", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8bd41", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#66d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d864", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d892", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8c4", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#41a8d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41a3d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#414ed8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#bb41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84162", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84146", "style": "normal"}, {"source": "t_led_control", "target": "m_neopixel", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pca9685_pwm_out", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pca9685_pwm_out", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#d84641", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_pps_capture", "color": "#6141d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out_sim", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_px4io", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8b3", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#4186d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d84162", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d87341", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d84162", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d86a", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8b9", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4181d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d8a3", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d8a3", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d8a3", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d8a3", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#41d8a3", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_roboclaw", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#d86241", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#41d8b3", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_ackermann", "color": "#41cad8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#41a3d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#419dd8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#4175d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#4170d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#416ad8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#4164d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#415fd8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#4159d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#d8418a", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#d85141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#41d8b3", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_differential", "color": "#41cad8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#419dd8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#4175d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#4170d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#416ad8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#4164d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#415fd8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#4159d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#d8418a", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#d85141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#41d8b3", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_mecanum", "color": "#41cad8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#419dd8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#4175d8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#4170d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#416ad8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#4164d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#415fd8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#4159d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#d8418a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#419dd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d841a6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d8418a", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84641", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_sagetech_mxs", "color": "#6141d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_sagetech_mxs", "color": "#bb41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_sagetech_mxs", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_sagetech_mxs", "color": "#d84162", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89541", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b241", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#9fd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d84184", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d84184", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841c8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841a1", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87341", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d7d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#b5d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#5b41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#6641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#7741d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#7d41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d8419b", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d84195", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d853", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d85d41", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#d84162", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d85d41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_tap_esc", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_tap_esc", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_tap_esc", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_tap_esc", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_tap_esc", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_tap_esc", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_tap_esc", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_tap_esc", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_tap_esc", "color": "#41d88c", "style": "normal"}, {"source": "t_led_control", "target": "m_tap_esc", "color": "#41d8a3", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_tap_esc", "color": "#41d8b3", "style": "normal"}, {"source": "t_tune_control", "target": "m_tap_esc", "color": "#c141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_tap_esc", "color": "#d841bd", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#6641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#7741d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841bd", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_template_module", "color": "#5541d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#d8bd41", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#41d86a", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#c141d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#61d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d853", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#41d859", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d864", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_uavcan", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d88c", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d8a3", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8b3", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#41bfd8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41b9d8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#41b3d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#c141d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#c641d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d84162", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#d8416e", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d8418a", "style": "normal"}, {"source": "t_sensor_uwb", "target": "m_uwb_sr150", "color": "#8841d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841b7", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_vertiq_io", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_vertiq_io", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_vertiq_io", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_vertiq_io", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_vertiq_io", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_vertiq_io", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_vertiq_io", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_vertiq_io", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_vertiq_io", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_vertiq_io", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vertiq_io", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl2_io", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl2_io", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl2_io", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl2_io", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl2_io", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl2_io", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl2_io", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl2_io", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl2_io", "color": "#41d88c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl2_io", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl2_io", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl_esc", "color": "#d84641", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl_esc", "color": "#d85141", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl_esc", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl_esc", "color": "#d86e41", "style": "normal"}, {"source": "t_esc_serial_passthru", "target": "m_voxl_esc", "color": "#c6d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxl_esc", "color": "#77d841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl_esc", "color": "#61d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl_esc", "color": "#41d859", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl_esc", "color": "#41d870", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl_esc", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl_esc", "color": "#41d88c", "style": "normal"}, {"source": "t_led_control", "target": "m_voxl_esc", "color": "#41d8a3", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl_esc", "color": "#41d8b3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl_esc", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_voxl_esc", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxl_esc", "color": "#d84162", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxlpm", "color": "#77d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxlpm", "color": "#d84162", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d87f41", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#72d841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d864", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#419dd8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#a441d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841ac", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d84190", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d8417f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84162", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_full_no_mavlink.json b/docs/public/middleware/graph_full_no_mavlink.json index eaf719b975..0aa5bd90a6 100644 --- a/docs/public/middleware/graph_full_no_mavlink.json +++ b/docs/public/middleware/graph_full_no_mavlink.json @@ -1 +1 @@ -{"nodes": [{"id": "m_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_sf45_serial", "name": "lightware_sf45_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_io_bypass_control", "name": "io_bypass_control", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_template_module", "name": "template_module", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_linux_pwm_out", "name": "linux_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_rpm_simulator", "name": "rpm_simulator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_ets_airspeed", "name": "ets_airspeed", "type": "Module", "color": "#666666"}, {"id": "m_sagetech_mxs", "name": "sagetech_mxs", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_rpm_capture", "name": "rpm_capture", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1_mag", "name": "lsm9ds1_mag", "type": "Module", "color": "#666666"}, {"id": "m_pps_capture", "name": "pps_capture", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls_pwm", "name": "ll40ls_pwm", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_leddar_one", "name": "leddar_one", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_bmi088_i2c", "name": "bmi088_i2c", "type": "Module", "color": "#666666"}, {"id": "m_iam20680hp", "name": "iam20680hp", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_iridiumsbd", "name": "iridiumsbd", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_uavcannode", "name": "uavcannode", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_microbench", "name": "microbench", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16477", "name": "adis16477", "type": "Module", "color": "#666666"}, {"id": "m_adis16497", "name": "adis16497", "type": "Module", "color": "#666666"}, {"id": "m_icm40609d", "name": "icm40609d", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_rpi_rc_in", "name": "rpi_rc_in", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_vertiq_io", "name": "vertiq_io", "type": "Module", "color": "#666666"}, {"id": "m_tattu_can", "name": "tattu_can", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_uwb_sr150", "name": "uwb_sr150", "type": "Module", "color": "#666666"}, {"id": "m_tcbp001ta", "name": "tcbp001ta", "type": "Module", "color": "#666666"}, {"id": "m_mpl3115a2", "name": "mpl3115a2", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_voxl2_io", "name": "voxl2_io", "type": "Module", "color": "#666666"}, {"id": "m_mappydot", "name": "mappydot", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_icm42605", "name": "icm42605", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_iim42653", "name": "iim42653", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_roboclaw", "name": "roboclaw", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_voxl_esc", "name": "voxl_esc", "type": "Module", "color": "#666666"}, {"id": "m_neopixel", "name": "neopixel", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_afbrs50", "name": "afbrs50", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_gy_us42", "name": "gy_us42", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1", "name": "lsm9ds1", "type": "Module", "color": "#666666"}, {"id": "m_mpu6500", "name": "mpu6500", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_asp5033", "name": "asp5033", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_pcf8583", "name": "pcf8583", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_tap_esc", "name": "tap_esc", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_mb12xx", "name": "mb12xx", "type": "Module", "color": "#666666"}, {"id": "m_pga460", "name": "pga460", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_bmi270", "name": "bmi270", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_bmi085", "name": "bmi085", "type": "Module", "color": "#666666"}, {"id": "m_sch16t", "name": "sch16t", "type": "Module", "color": "#666666"}, {"id": "m_cyphal", "name": "cyphal", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_bmm350", "name": "bmm350", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_ms4515", "name": "ms4515", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina220", "name": "ina220", "type": "Module", "color": "#666666"}, {"id": "m_voxlpm", "name": "voxlpm", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_lps25h", "name": "lps25h", "type": "Module", "color": "#666666"}, {"id": "m_ms5837", "name": "ms5837", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_srf02", "name": "srf02", "type": "Module", "color": "#666666"}, {"id": "m_srf05", "name": "srf05", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_auav", "name": "auav", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#7641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#d86541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "topic", "color": "#76d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#4ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#41d854", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d89141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#d841c5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#d8416d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#41d871", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#419ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#60d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41d88f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#4196d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#8cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#415bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#8541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#d84191", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#41d1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#d84f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#c0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#aad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#418fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#ce41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#d841d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#d841af", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84183", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84174", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d8d341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#41d863", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#c7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#41d8c2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d8415e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d8414f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#41d84d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#9b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#aa41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#b141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#41d85b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#41d89e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#41cad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#41acd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#d84148", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#41c2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_iridiumsbd_status", "name": "iridiumsbd_status", "type": "topic", "color": "#414dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance", "name": "obstacle_distance", "type": "topic", "color": "#d841cc", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#a2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41d8d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#41a5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#5941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#6841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#d841a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#d84841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#d8c541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#6fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#59d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d887", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#4171d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#4a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#6041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#c041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d84165", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d88341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d89941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#9bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#52d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d896", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#4154d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#d85e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#d87441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d8a5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#41d8ac", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#5241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#d8cc41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#d6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#ced841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#b1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#9441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8a041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#d8af41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#4163d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pps_capture", "name": "pps_capture", "type": "topic", "color": "#b841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#d841a0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d84157", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_uwb", "name": "sensor_uwb", "type": "topic", "color": "#d86d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#b8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#85d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#68d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#c741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#8c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#6f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d84199", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#d85741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8a741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#4187d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#94d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#a241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_voxl2_io", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#5241d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d89941", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#5241d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#68d841", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d887", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d89941", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#5241d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#ced841", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_rpm", "color": "#d841bd", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_pwm_input", "color": "#8c41d8", "style": "dashed"}, {"source": "m_ll40ls_pwm", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_mb12xx", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_attitude", "color": "#6841d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance", "color": "#d841cc", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_pga460", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_leddar_one", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_afbrs50", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_gy_us42", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_srf02", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_srf05", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_mappydot", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#68d841", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d887", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#d841a7", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#68d841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#5941d8", "style": "dashed"}, {"source": "m_cyphal", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_cyphal", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_lsm9ds1_mag", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_bmm350", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#85d841", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#d6d841", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#85d841", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_ms4515", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_auav", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_auav", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_asp5033", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_ets_airspeed", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d8a5", "style": "dashed"}, {"source": "m_pps_capture", "target": "t_pps_capture", "color": "#b841d8", "style": "dashed"}, {"source": "m_rpi_rc_in", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#8c41d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_iridiumsbd", "target": "t_iridiumsbd_status", "color": "#414dd8", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_gps_inject_data", "color": "#41d887", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_ina220", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_voxlpm", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_tattu_can", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_pcf8583", "target": "t_rpm", "color": "#d841bd", "style": "dashed"}, {"source": "m_rpm_simulator", "target": "t_rpm", "color": "#d841bd", "style": "dashed"}, {"source": "m_sagetech_mxs", "target": "t_transponder_report", "color": "#d84148", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_uwb_sr150", "target": "t_sensor_uwb", "color": "#d86d41", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_tcbp001ta", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_mpl3115a2", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_lps25h", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_ms5837", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#d84165", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#d841c5", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#d8c541", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#60d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d641d8", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#d85741", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d84199", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#41d89e", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#d84841", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#41cad8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#d841a7", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#7ed841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#4163d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#aad841", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#d87b41", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#d8b641", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#41d845", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#d8bd41", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d88341", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#41bbd8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d8415e", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#94d841", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#d87441", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#41d85b", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#d85e41", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d641d8", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#c0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#a241d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#41d863", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#41d880", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#d841a7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#5941d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#8cd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#6841d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#41d8c2", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#52d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#41c2d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#41d845", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#d84141", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#d841af", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#41d84d", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#d841d3", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#9bd841", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#d841bd", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d8d341", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#41d871", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#4179d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84183", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#4145d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#41d8a5", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#6f41d8", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d84199", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#4145d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#41d871", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#a2d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#4179d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#68d841", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#d6d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#68d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#aa41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#41b4d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#c741d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#d8af41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_obstacle_distance", "color": "#d841cc", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#d841c5", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#41d871", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#4179d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#4171d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#d84191", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#4145d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#d84183", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#d84157", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#4180d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#4154d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d88a41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d8414f", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#41d8ac", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#c7d841", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#41acd8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d89141", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#41d8bb", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#7e41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#415bd8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#4196d8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#41d845", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_control", "color": "#76d841", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#d84141", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#d841af", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#41d84d", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#d841d3", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d8ca", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#415bd8", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#41a5d8", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#41d845", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d8418a", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#41d1d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#41d880", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#5941d8", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#41d854", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#41d8b4", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d89141", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#d84f41", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#b1d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#d86541", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#d8416d", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#52d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#4ad841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#416ad8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#41c2d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#419ed8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41d8d1", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#8541d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#41d8d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#59d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#d87441", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#c041d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d88341", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8a041", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#4187d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#41d880", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#c7d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d896", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#7641d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#b8d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d84165", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#d84148", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#41d854", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#52d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d641d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#b141d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#41c2d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#43d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#415bd8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d641d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41d88f", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#415bd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#d841d3", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#d84141", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#d841af", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#4a41d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#41d84d", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#6041d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#41d88f", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#b1d841", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#7e41d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#c0d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#6fd841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d88341", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#b1d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#4341d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#d841a0", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#9b41d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#d8cc41", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8a741", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#6841d8", "style": "dashed"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl2_io", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl2_io", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl2_io", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl2_io", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl2_io", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl2_io", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl2_io", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl2_io", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl2_io", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl2_io", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl2_io", "color": "#d8b641", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#6fd841", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_capture", "color": "#b841d8", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_uavcan", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#6fd841", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#d85741", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#d87441", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d88341", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#d8b641", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#d8c541", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#d8cc41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d841b6", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d879", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d887", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#c7d841", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#d841a0", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#b1d841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#4a41d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d887", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#d841b6", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#41d880", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#9bd841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#41acd8", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#d87441", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d841b6", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_trigger", "color": "#b841d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d88341", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_px4io", "color": "#76d841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#d8b641", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#ced841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_linux_pwm_out", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_linux_pwm_out", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_linux_pwm_out", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_linux_pwm_out", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_linux_pwm_out", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_linux_pwm_out", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_linux_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_linux_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_linux_pwm_out", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_linux_pwm_out", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_linux_pwm_out", "color": "#d8b641", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#9441d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_ll40ls_pwm", "color": "#8c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_lightware_sf45_serial", "color": "#6841d8", "style": "normal"}, {"source": "t_obstacle_distance", "target": "m_lightware_sf45_serial", "color": "#d841cc", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_lightware_sf45_serial", "color": "#4171d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d88341", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#7641d8", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_dshot", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#d8b641", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#d8cc41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#6841d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#9bd841", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#85d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#4154d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d887", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cyphal", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_cyphal", "color": "#68d841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_cyphal", "color": "#41d8ac", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_roboclaw", "color": "#4154d8", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#85d841", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pca9685_pwm_out", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pca9685_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#d8b641", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_pps_capture", "color": "#68d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxl_esc", "color": "#d88341", "style": "normal"}, {"source": "t_led_control", "target": "m_voxl_esc", "color": "#d841a0", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl_esc", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl_esc", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl_esc", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl_esc", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl_esc", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl_esc", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl_esc", "color": "#d85741", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxl_esc", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_voxl_esc", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl_esc", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl_esc", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl_esc", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl_esc", "color": "#d8b641", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_vertiq_io", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vertiq_io", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_vertiq_io", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_vertiq_io", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_vertiq_io", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_vertiq_io", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_vertiq_io", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_vertiq_io", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_vertiq_io", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_vertiq_io", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_vertiq_io", "color": "#d8b641", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d84199", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#41d86a", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#9bd841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#d87441", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#41d880", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#9bd841", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina220", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina220", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxlpm", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxlpm", "color": "#aad841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_sagetech_mxs", "color": "#d88341", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_sagetech_mxs", "color": "#68d841", "style": "normal"}, {"source": "t_transponder_report", "target": "m_sagetech_mxs", "color": "#d84148", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_sagetech_mxs", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d88341", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#6fd841", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#9bd841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#d841a0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#d841a0", "style": "normal"}, {"source": "t_led_control", "target": "m_neopixel", "color": "#d841a0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#d841a0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#d841a0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#d841a0", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_tap_esc", "color": "#76d841", "style": "normal"}, {"source": "t_led_control", "target": "m_tap_esc", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_tap_esc", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_tap_esc", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_tap_esc", "color": "#4154d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_tap_esc", "color": "#d8cc41", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_tap_esc", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_tap_esc", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_tap_esc", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_tap_esc", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_tap_esc", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_tap_esc", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_tap_esc", "color": "#d8b641", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#d8b641", "style": "normal"}, {"source": "t_sensor_uwb", "target": "m_uwb_sr150", "color": "#d86d41", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#6f41d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#41a5d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#d88341", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_io_bypass_control", "color": "#d88a41", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_microbench", "color": "#d8af41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_microbench", "color": "#d841b6", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_microbench", "color": "#a2d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_microbench", "color": "#41bbd8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#9b41d8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_template_module", "color": "#d84841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#d841c5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#8541d8", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#d84191", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#41d880", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8a041", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#d88341", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#41d89e", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#41b4d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#c741d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d8415e", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#9441d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#d841a7", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#d8af41", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#aa41d8", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#85d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#41d8c2", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#d87b41", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d88341", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#9441d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#d8af41", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#d87b41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d841b6", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#52d841", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d86541", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d8415e", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#4ad841", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#a241d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#41acd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#6841d8", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#419ed8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#6fd841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#c741d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#9441d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d84157", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#d8af41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d879", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#41acd8", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#6841d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#41d854", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#415bd8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#6fd841", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41d8d1", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#8c41d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#68d841", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#d85e41", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#41d8d8", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#59d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#9441d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#41cad8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#9b41d8", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#a241d8", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#d87441", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#b141d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#d87b41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d88341", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#41b4d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#c741d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8a741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#41acd8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#d8af41", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d841b6", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#41d86a", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#41d863", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#41d880", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#d841a7", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#d6d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#4171d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#c7d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#4154d8", "style": "normal"}, {"source": "t_iridiumsbd_status", "target": "m_commander", "color": "#414dd8", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d896", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#c0d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#41d89e", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#4341d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#5241d8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d84157", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#9bd841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#94d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#5941d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#8cd841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#6841d8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#41d8c2", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#6fd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d879", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d88341", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#41d86a", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d88341", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#85d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#41d845", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#415bd8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#c0d841", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d88341", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#c7d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8ca", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#6fd841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#d84f41", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84183", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#d84841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#4171d8", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#4180d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#41cad8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#41acd8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d88341", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#41d1d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d879", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#41d845", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#41acd8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#8541d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#d84141", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#d8417b", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#d841b6", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#4a41d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#41d84d", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#41d871", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#6fd841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#6fd841", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#d88a41", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#9bd841", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d8414f", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d8414f", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d88a41", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#4145d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#4145d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_gz_bridge", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#d85741", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#60d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#d8b641", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out_sim", "color": "#76d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#4154d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d8418a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#b1d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d879", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#41d8ac", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#d8b641", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#9b41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d88341", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#8541d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#41d89e", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#d84f41", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84174", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d8415e", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#41d880", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#d841a7", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#41acd8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d88341", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d84199", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#d84f41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84174", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#aad841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#5941d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#8cd841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#6841d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#4163d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#c7d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d8415e", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#7e41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d88341", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#41d1d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d879", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#41d845", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d88341", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#c741d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_internal_combustion_engine_control", "color": "#d88341", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_internal_combustion_engine_control", "color": "#41d879", "style": "normal"}, {"source": "t_rpm", "target": "m_internal_combustion_engine_control", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_internal_combustion_engine_control", "color": "#4a41d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#8541d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#d84141", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#d8417b", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#d841b6", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#d8415e", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#4a41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#41d879", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#41d84d", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d841b6", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d8a5", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#41d880", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d89941", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d8415e", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d84165", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#6841d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#41d854", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#415bd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d88341", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#d8bd41", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#c0d841", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84174", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#52d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d8415e", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d641d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#41c2d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#43d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#c7d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#41d8ca", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#d84841", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d84183", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d8d341", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#4171d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d88341", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d88341", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#8541d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#41d880", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#a241d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#41acd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#6fd841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8ca", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#41a5d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#b8d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d841b6", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#4187d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#41d880", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#a241d8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#416ad8", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#d87441", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#d84148", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41d88f", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d88341", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#4196d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#6fd841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#8541d8", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#d87441", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d89141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#41acd8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#4163d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#c7d841", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#4341d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d8415e", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#6841d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#8541d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d8415e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#41d880", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#415bd8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#d8af41", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#a2d841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#41d89e", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#8541d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#d84141", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#d841b6", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#ce41d8", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#6041d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#d8415e", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#4a41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#41d879", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#41d84d", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#6841d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#41d88f", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#c7d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d8415e", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#415bd8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#c0d841", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#4341d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d88341", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#6fd841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#41bbd8", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8a741", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#9bd841", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#d84841", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84183", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d8d341", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#6841d8", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "Module", "color": "#666666"}, {"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_lightware_sf45_serial", "name": "lightware_sf45_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_io_bypass_control", "name": "io_bypass_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_template_module", "name": "template_module", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_linux_pwm_out", "name": "linux_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_rpm_simulator", "name": "rpm_simulator", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_ets_airspeed", "name": "ets_airspeed", "type": "Module", "color": "#666666"}, {"id": "m_sagetech_mxs", "name": "sagetech_mxs", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1_mag", "name": "lsm9ds1_mag", "type": "Module", "color": "#666666"}, {"id": "m_pps_capture", "name": "pps_capture", "type": "Module", "color": "#666666"}, {"id": "m_rpm_capture", "name": "rpm_capture", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_leddar_one", "name": "leddar_one", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls_pwm", "name": "ll40ls_pwm", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_bmi088_i2c", "name": "bmi088_i2c", "type": "Module", "color": "#666666"}, {"id": "m_iam20680hp", "name": "iam20680hp", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_iridiumsbd", "name": "iridiumsbd", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_uavcannode", "name": "uavcannode", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_microbench", "name": "microbench", "type": "Module", "color": "#666666"}, {"id": "m_vertiq_io", "name": "vertiq_io", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_mpl3115a2", "name": "mpl3115a2", "type": "Module", "color": "#666666"}, {"id": "m_tcbp001ta", "name": "tcbp001ta", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_adis16477", "name": "adis16477", "type": "Module", "color": "#666666"}, {"id": "m_adis16497", "name": "adis16497", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_icm40609d", "name": "icm40609d", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_rpi_rc_in", "name": "rpi_rc_in", "type": "Module", "color": "#666666"}, {"id": "m_tattu_can", "name": "tattu_can", "type": "Module", "color": "#666666"}, {"id": "m_uwb_sr150", "name": "uwb_sr150", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_voxl_esc", "name": "voxl_esc", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_mappydot", "name": "mappydot", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm42605", "name": "icm42605", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_iim42653", "name": "iim42653", "type": "Module", "color": "#666666"}, {"id": "m_neopixel", "name": "neopixel", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_roboclaw", "name": "roboclaw", "type": "Module", "color": "#666666"}, {"id": "m_voxl2_io", "name": "voxl2_io", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_asp5033", "name": "asp5033", "type": "Module", "color": "#666666"}, {"id": "m_afbrs50", "name": "afbrs50", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_gy_us42", "name": "gy_us42", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_mpu6500", "name": "mpu6500", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_lsm9ds1", "name": "lsm9ds1", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_pcf8583", "name": "pcf8583", "type": "Module", "color": "#666666"}, {"id": "m_tap_esc", "name": "tap_esc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_lps25h", "name": "lps25h", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ms5837", "name": "ms5837", "type": "Module", "color": "#666666"}, {"id": "m_cyphal", "name": "cyphal", "type": "Module", "color": "#666666"}, {"id": "m_ms4515", "name": "ms4515", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_mb12xx", "name": "mb12xx", "type": "Module", "color": "#666666"}, {"id": "m_pga460", "name": "pga460", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_bmi085", "name": "bmi085", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_bmi270", "name": "bmi270", "type": "Module", "color": "#666666"}, {"id": "m_sch16t", "name": "sch16t", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_bmm350", "name": "bmm350", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_ina220", "name": "ina220", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_voxlpm", "name": "voxlpm", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_srf02", "name": "srf02", "type": "Module", "color": "#666666"}, {"id": "m_srf05", "name": "srf05", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_auav", "name": "auav", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#ced841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_internal_combustion_engine_control", "name": "internal_combustion_engine_control", "type": "topic", "color": "#41d863", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8ac", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#41d1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d84191", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d89941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#85d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#52d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d88f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#c741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#8cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41cad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#c0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#4ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#41c2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#ce41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#a241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#94d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#6fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d896", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#419ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#4196d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#4187d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84165", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84157", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#aad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d84199", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84183", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d8d341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#b8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d841a0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d86541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d87441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841c5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#d8a041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d887", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#418fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#6841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#aa41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841cc", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d89141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#b141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d841a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_iridiumsbd_status", "name": "iridiumsbd_status", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_obstacle_distance", "name": "obstacle_distance", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ObstacleDistance.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4163d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#8541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8cc41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#b1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41d8d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#5941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#6f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#c041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#d86d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8c541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#d6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#68d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#60d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#59d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d8a741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8af41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#9bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#76d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d8ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#9441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d8416d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d854", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d871", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8a5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#415bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#41a5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4154d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#8c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#b841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d89e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pps_capture", "name": "pps_capture", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#414dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#5241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#9b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841af", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d84174", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d88341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#c7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#4a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#6041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_uwb", "name": "sensor_uwb", "type": "topic", "color": "#7641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#41acd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d85b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#41d84d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8c2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#a2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84148", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#4171d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16477", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16497", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d88341", "style": "dashed"}, {"source": "m_afbrs50", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84165", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415e", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d89141", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_asp5033", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#c041d8", "style": "dashed"}, {"source": "m_auav", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_auav", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_bmi085", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_bmi088_i2c", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_bmi270", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_bmm350", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d88341", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#8c41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8af41", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8af41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#a2d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#9bd841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#94d841", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d854", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#41bbd8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841c5", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d8416d", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d87441", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8b641", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_cyphal", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_cyphal", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8cc41", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#c0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#b8d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#b1d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#aad841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#6f41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#c041d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841bd", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d84199", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84148", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_ets_airspeed", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d879", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#aa41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841cc", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d880", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d89941", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#6fd841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#9b41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#8cd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#85d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#7ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#76d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d879", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d88f", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d896", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8ac", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#41d1d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#8541d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d8418a", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#76d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#8541d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#59d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#52d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#43d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d845", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#4a41d8", "style": "dashed"}, {"source": "m_gy_us42", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#52d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#4ad841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_obstacle_distance", "color": "#41d8d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#4a41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#c741d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b6", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#d84191", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#d84157", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_iam20680hp", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm40609d", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm42605", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_iim42653", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_ina220", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_internal_combustion_engine_control", "target": "t_internal_combustion_engine_control", "color": "#41d863", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_io_bypass_control", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_iridiumsbd", "target": "t_iridiumsbd_status", "color": "#41d86a", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d871", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d841a0", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d887", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_leddar_one", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_obstacle_distance", "color": "#41d8d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_attitude", "color": "#c041d8", "style": "dashed"}, {"source": "m_lightware_sf45_serial", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_linux_pwm_out", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_ll40ls_pwm", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8bd41", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#b1d841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d841bd", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#d84199", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8a5", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_lps25h", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_lsm9ds1", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_lsm9ds1_mag", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d879", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8b4", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8bb", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d8416d", "style": "dashed"}, {"source": "m_mappydot", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_mb12xx", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d89941", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#9441d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#aa41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841cc", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d8418a", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84f41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d8417b", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_mpl3115a2", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mpu6500", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_ms4515", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_ms5837", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8c541", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#ced841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#68d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#60d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d854", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8c2", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d8ca", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41d8d1", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#41c2d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#416ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4163d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#b141d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841bd", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d841a0", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d84174", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d8416d", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#41d84d", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_pcf8583", "target": "t_rpm", "color": "#4171d8", "style": "dashed"}, {"source": "m_pga460", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_pps_capture", "target": "t_pps_capture", "color": "#41b4d8", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#41acd8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d86541", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#41a5d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#415bd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8bb", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#41cad8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#419ed8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#4196d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#4187d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#419ed8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#4196d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#4187d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#419ed8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#4196d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#418fd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#4187d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41cad8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84165", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415e", "style": "dashed"}, {"source": "m_rpi_rc_in", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_pwm_input", "color": "#41acd8", "style": "dashed"}, {"source": "m_rpm_capture", "target": "t_rpm", "color": "#4171d8", "style": "dashed"}, {"source": "m_rpm_simulator", "target": "t_rpm", "color": "#4171d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#415bd8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_sagetech_mxs", "target": "t_transponder_report", "color": "#b141d8", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_sch16t", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#d8a041", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#4a41d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d88a41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4145d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#6f41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#7e41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841af", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d841a7", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d845", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#4a41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#d8d341", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#41d871", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#4171d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#c741d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b6", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#d84191", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84183", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84157", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d88a41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#4154d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#5941d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#c741d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b6", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d84191", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_srf02", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_srf05", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#8c41d8", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_tap_esc", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_tattu_can", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_tcbp001ta", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#4341d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#d8c541", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#6841d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#415bd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_gps_inject_data", "color": "#41d845", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_led_control", "color": "#41d89e", "style": "dashed"}, {"source": "m_uavcannode", "target": "t_tune_control", "color": "#b841d8", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84165", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415e", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_uwb_sr150", "target": "t_sensor_uwb", "color": "#7641d8", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d641d8", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#6041d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#b1d841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#414dd8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#4a41d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#6f41d8", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_vertiq_io", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#d6d841", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_voxl2_io", "target": "t_input_rc", "color": "#41d85b", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_armed", "color": "#d84841", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_motors", "color": "#d85741", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_outputs", "color": "#d85e41", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_servos", "color": "#d86d41", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_actuator_test", "color": "#d87b41", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_voxl_esc", "target": "t_esc_status", "color": "#c7d841", "style": "dashed"}, {"source": "m_voxlpm", "target": "t_battery_status", "color": "#d8a741", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#76d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#8541d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#a241d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#ce41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84165", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415e", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414f", "style": "dashed"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#d8416d", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d88a41", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#c0d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#b1d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#6fd841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d896", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#9b41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84165", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4145d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84183", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84157", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#d8416d", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d88341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d8416d", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d88341", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#c041d8", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_capture", "color": "#41b4d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d641d8", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8af41", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#52d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841bd", "style": "normal"}, {"source": "t_pps_capture", "target": "m_camera_trigger", "color": "#41b4d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d84199", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84841", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d89141", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d8a741", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8bd41", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d8d341", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#d6d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#c7d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#c0d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#b8d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#b1d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#aad841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#a2d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#68d841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d854", "style": "normal"}, {"source": "t_iridiumsbd_status", "target": "m_commander", "color": "#41d86a", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8a5", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8b4", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8bb", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d8ca", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41d8d1", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#41bbd8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#41acd8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4163d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#415bd8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#414dd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#6041d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#6f41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#7e41d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#8c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d8416d", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414f", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84148", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#94d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#76d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8bb", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#4171d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#8541d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#a241d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84165", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415e", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d8416d", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cyphal", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_cyphal", "color": "#d87b41", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_cyphal", "color": "#4a41d8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8c541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_dshot", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d8416d", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d88a41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d89141", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#d8a041", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#d6d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d887", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d896", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#6f41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#7e41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84157", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#c7d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#d841d3", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#9441d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d8416d", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d8416d", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d89141", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d89941", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#7ed841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d8416d", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d8416d", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d89141", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#8cd841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#85d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#76d841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d88f", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8ac", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d8416d", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84148", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d89141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#41c2d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d8416d", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84148", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d89141", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d8a741", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8b641", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d8416d", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#d8a741", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#52d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#4ad841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#41c2d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d84174", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d845", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#5241d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d8416d", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#5941d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#d841a7", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#59d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#43d841", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_gz_bridge", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#d641d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#4154d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d88a41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d8a741", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#c7d841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#41d854", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina220", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina220", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d8416d", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_internal_combustion_engine_control", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_internal_combustion_engine_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_rpm", "target": "m_internal_combustion_engine_control", "color": "#4171d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_internal_combustion_engine_control", "color": "#d8416d", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_io_bypass_control", "color": "#d85e41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d89141", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d896", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#41c2d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#6f41d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#9441d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84165", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d871", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d84199", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#ced841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d8416d", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_lightware_sf45_serial", "color": "#d6d841", "style": "normal"}, {"source": "t_obstacle_distance", "target": "m_lightware_sf45_serial", "color": "#41d8d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_lightware_sf45_serial", "color": "#c041d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_linux_pwm_out", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_linux_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_linux_pwm_out", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_linux_pwm_out", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_linux_pwm_out", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_linux_pwm_out", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_linux_pwm_out", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_linux_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_linux_pwm_out", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_linux_pwm_out", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_linux_pwm_out", "color": "#d641d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_ll40ls_pwm", "color": "#41acd8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#d84841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#d6d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#41d887", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#4145d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d84183", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d84157", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d8a741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d8416d", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#6041d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d8416d", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d8416d", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d89941", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d8416d", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84f41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415e", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841cc", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d84199", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d8a741", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8b641", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d8416d", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_microbench", "color": "#9bd841", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_microbench", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_microbench", "color": "#5941d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_microbench", "color": "#d84199", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d89141", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d8a741", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d854", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d8416d", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8cc41", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#60d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d854", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d887", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8c2", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#41d1d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41cad8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#416ad8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#b141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d8416d", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84148", "style": "normal"}, {"source": "t_led_control", "target": "m_neopixel", "color": "#41d89e", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pca9685_pwm_out", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pca9685_pwm_out", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#d84841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_pps_capture", "color": "#4a41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_pwm_out_sim", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_px4io", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8b4", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#41a5d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d8416d", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d88341", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d8416d", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d85b", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8bb", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d89e", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d89e", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d89e", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d89e", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#41d89e", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_roboclaw", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#d86d41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#41cad8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#41c2d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#419ed8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#4196d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#4187d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#4179d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#d84199", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#41c2d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#419ed8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#4196d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#4187d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#4179d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#d84199", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#d85741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#41c2d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#419ed8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#4196d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#418fd8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#4187d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#4179d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#d84199", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#41c2d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d84199", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_sagetech_mxs", "color": "#4a41d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_sagetech_mxs", "color": "#b141d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_sagetech_mxs", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_sagetech_mxs", "color": "#d8416d", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d8a741", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8bd41", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#9bd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d8416d", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d84191", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d84191", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#c741d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841b6", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d88341", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d8d341", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#b8d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#6041d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#6841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d841a7", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d845", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#d85e41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d86541", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#d8a741", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#d8416d", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85e41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d86541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_tap_esc", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_tap_esc", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_tap_esc", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_tap_esc", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_tap_esc", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_tap_esc", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_tap_esc", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_tap_esc", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_tap_esc", "color": "#41d880", "style": "normal"}, {"source": "t_led_control", "target": "m_tap_esc", "color": "#41d89e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_tap_esc", "color": "#41d8b4", "style": "normal"}, {"source": "t_tune_control", "target": "m_tap_esc", "color": "#b841d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_tap_esc", "color": "#d641d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#414dd8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#6041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d641d8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_template_module", "color": "#4145d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#d8cc41", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#41d85b", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#b841d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#59d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d845", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#41d84d", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d854", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_uavcan", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d880", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d89e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8b4", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#b841d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d8416d", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#ce41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#d8417b", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d84199", "style": "normal"}, {"source": "t_sensor_uwb", "target": "m_uwb_sr150", "color": "#7641d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841d3", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_vertiq_io", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_vertiq_io", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_vertiq_io", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_vertiq_io", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_vertiq_io", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_vertiq_io", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_vertiq_io", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_vertiq_io", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_vertiq_io", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_vertiq_io", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vertiq_io", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl2_io", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl2_io", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl2_io", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl2_io", "color": "#d87b41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl2_io", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl2_io", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl2_io", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl2_io", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl2_io", "color": "#41d880", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl2_io", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl2_io", "color": "#d641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_voxl_esc", "color": "#d84841", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_voxl_esc", "color": "#d85741", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_voxl_esc", "color": "#d87441", "style": "normal"}, {"source": "t_actuator_test", "target": "m_voxl_esc", "color": "#d87b41", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxl_esc", "color": "#6fd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_voxl_esc", "color": "#59d841", "style": "normal"}, {"source": "t_gripper", "target": "m_voxl_esc", "color": "#41d84d", "style": "normal"}, {"source": "t_internal_combustion_engine_control", "target": "m_voxl_esc", "color": "#41d863", "style": "normal"}, {"source": "t_landing_gear", "target": "m_voxl_esc", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_voxl_esc", "color": "#41d880", "style": "normal"}, {"source": "t_led_control", "target": "m_voxl_esc", "color": "#41d89e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_voxl_esc", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_voxl_esc", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_voxl_esc", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxl_esc", "color": "#d8416d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_voxlpm", "color": "#6fd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_voxlpm", "color": "#d8416d", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d89141", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d854", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#41c2d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#9b41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841c5", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d84199", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d8416d", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_fmu-v2.json b/docs/public/middleware/graph_px4_fmu-v2.json index 9799ca4f84..63b785f3cc 100644 --- a/docs/public/middleware/graph_px4_fmu-v2.json +++ b/docs/public/middleware/graph_px4_fmu-v2.json @@ -1 +1 @@ -{"nodes": [{"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d85541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#be41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d84155", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#41d894", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#b441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#d841be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#a9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#d86a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#41d89f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#418ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#7541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#7f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d87f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d89f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#75d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#8a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#d84194", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d8416a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#41bed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#9f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#d89441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#419fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#4141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d841c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#41d860", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#d84b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d8c941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#55d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#41d88a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#41d8a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#41d3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d841d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d841b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#d8be41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#8ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#4bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#41d8c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#41c9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#4194d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#4b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8419f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#c9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#9fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#41d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#417fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#c941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#d84160", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#60d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#4175d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#5541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d8417f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#d86041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#bed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#7fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#6041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#9441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#d8b441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#4155d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#a941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8414b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#b4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#41d87f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#41a9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#4160d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d855", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#41d8be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d875", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#94d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_board_adc", "target": "t_adc_report", "color": "#41a9d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#d86041", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#41d8b4", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#d8418a", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#d3d841", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#d84160", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#d84160", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#d3d841", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#d8418a", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#d8b441", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#d8b441", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#41d87f", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#41d87f", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#41d8c9", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d8c941", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d8417f", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#417fd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#417fd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#4175d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#bed841", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#7fd841", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#41d8c9", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#d88a41", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d8c941", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d855", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d8417f", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#8ad841", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#7fd841", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#414bd8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#417fd8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#7fd841", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#d88a41", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#416ad8", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#60d841", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#41d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#41d89f", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d341d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d84155", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#d87541", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#419fd8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d8417f", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#41d86a", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#8ad841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#41d8c9", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d841a9", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#a9d841", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#55d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#8a41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#94d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#41d84b", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#41b4d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d89f41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d841d3", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#418ad8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#41d88a", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d841b4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#41d894", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#6041d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#6ad841", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#75d841", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#a941d8", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#5541d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#7541d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#41d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#c941d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#d86a41", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#6041d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#8ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#d84141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d8d3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#7f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#41d3d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#d87541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#9441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#8ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d87f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#7fd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#b441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#be41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#41bed8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d855", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d89f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d841d3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#418ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#4194d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d875", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d8a941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#d8b441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#41d87f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#4160d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8419f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#d84194", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#d8418a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#d8416a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#4141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#41d8a9", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#41d8b4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#41d8be", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#4b41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#d3d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8414b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#6a41d8", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d87f41", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d8a941", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#6ad841", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d85541", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#9fd841", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d87f41", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#c9d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#b4d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#d84b41", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#8ad841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#75d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#41c9d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#9f41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#4bd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#41d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#41d860", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#418ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d875", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#d841be", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#416ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#4141d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#4b41d8", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#d86a41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d8416a", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#d8be41", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#41d88a", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#41d8be", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#d89441", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#4155d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d841c9", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#7fd841", "style": "dashed"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#41a9d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#417fd8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#d3d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#d3d841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#d88a41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#41d8c9", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#8ad841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d841a9", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d8417f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#6041d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#417fd8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#417fd8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#41d8c9", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#bed841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#7541d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#41d841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d8417f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#6041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#8ad841", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#7fd841", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#41a9d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#41d841", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#c9d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#7541d8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#41d8c9", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#d84b41", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#8a41d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#d86041", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#d86a41", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#d87541", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#9441d8", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#94d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#8ad841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#75d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#41c9d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#9f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#41d841", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#d89441", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#41d84b", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#c941d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#41d860", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#418ad8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#419fd8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#4194d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#417fd8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d841c9", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#4175d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#d8b441", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#416ad8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#41d87f", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d841b4", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#41d88a", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#41d894", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#d84194", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#d8418a", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d8416a", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#41d8b4", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#41d8a9", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#5541d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#41d841", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#41d89f", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d341d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#d86a41", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#4b41d8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#4194d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#75d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8d3", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#d8be41", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#7f41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#41d88a", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#41d8be", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#4155d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#8ad841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d8a941", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#75d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#41d841", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#9fd841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#8ad841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#d84175", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#d841be", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#41d88a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#41d841", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#9fd841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#418ad8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d841c9", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#417fd8", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#7541d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#8ad841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#7541d8", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#c941d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#d86a41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d85541", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#d86a41", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#d87541", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d87f41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d8a941", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d8c941", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d341", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#d3d841", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#c9d841", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#94d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#8ad841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#75d841", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#60d841", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#55d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#41d841", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d855", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#41d860", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#41d86a", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d875", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#41d87f", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#41d88a", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#41d894", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#41d8b4", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#41d8be", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d8d3", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#41c9d8", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#41b4d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#418ad8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#4194d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#417fd8", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#416ad8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#4160d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#4155d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#414bd8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#4141d8", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#6a41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#7541d8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#8a41d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#a941d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#9f41d8", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#b441d8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d841c9", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#d841be", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d841b4", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8419f", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#d8418a", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#d8416a", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#d84160", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d84155", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8414b", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d8a941", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#75d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d841d3", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#75d841", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#6ad841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d89f41", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d87f41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#75d841", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#a9d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d341d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#b4d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#75d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8d3", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#416ad8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#4141d8", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#4bd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#8ad841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#41d841", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#55d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#418ad8", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#94d841", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d875", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d89f41", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#41d3d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#d86a41", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d855", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d8416a", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#d8b441", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#41d87f", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#41d88a", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#8a41d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#4155d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#41bed8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d341d8", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#41a9d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#9441d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d841c9", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_mpu6000", "name": "mpu6000", "type": "Module", "color": "#666666"}, {"id": "m_lsm303d", "name": "lsm303d", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_l3gd20", "name": "l3gd20", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d8417f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#4bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#41a9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#a9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#41d3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#c941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d89f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84155", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#8ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d8418a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d8416a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#bed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#9fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41d8d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d84194", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d87f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#4b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#8a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841d3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#41c9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#6041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#9441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d8419f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4194d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d86041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8be41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#94d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41d8c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#5541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#7f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#be41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8b441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#b4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#60d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#55d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4160d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#b441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#75d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d8be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#417fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#7541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84160", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d89f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d855", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d860", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d894", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#418ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d875", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#41bed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4175d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#9f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8c941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d88a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#a941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#c9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#419fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#4155d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#4141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d88a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#7fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d8414b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_battery_status", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87f41", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#6a41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84b41", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#7fd841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#75d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#6ad841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d855", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d860", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d88a", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#41c9d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#41a9d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#9f41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d341d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841be", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84160", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86a41", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8a941", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8be41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#a9d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#9fd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#94d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#8ad841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#5541d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#be41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d8418a", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d84175", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d8414b", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d875", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#8a41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841c9", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d84b", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#417fd8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#4155d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#4141d8", "style": "dashed"}, {"source": "m_l3gd20", "target": "t_sensor_gyro", "color": "#414bd8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d84194", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d894", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#a941d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_accel", "color": "#4175d8", "style": "dashed"}, {"source": "m_lsm303d", "target": "t_sensor_mag", "color": "#4141d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d875", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d89f", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8a9", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d341d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84160", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d88a41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d89f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8b441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8c941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d3d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#c9d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#bed841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#b4d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#7fd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#4bd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d84b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d87f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8b4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41d8d3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#41b4d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#4175d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#416ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#4155d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#4141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#4b41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#7f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#8a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#9441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#9f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#b441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#be41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#c941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d8418a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d8416a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84155", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416a", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#7541d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#8a41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#c941d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841c9", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d8417f", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d8416a", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_accel", "color": "#4175d8", "style": "dashed"}, {"source": "m_mpu6000", "target": "t_sensor_gyro", "color": "#414bd8", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#416ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8b441", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#60d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#55d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d860", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8b4", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d8be", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41d8c9", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#41d3d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#419fd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4194d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#9441d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d341d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d84194", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84160", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84b41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d86041", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84b41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d86041", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d86a", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d88a", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#41bed8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#418ad8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#9f41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d341d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841d3", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8a9", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d88a41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#bed841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4160d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#5541d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#6041d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a9", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d8419f", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d84b", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#417fd8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#4155d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#9f41d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#9f41d8", "style": "dashed"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87f41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84160", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87f41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84b41", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84b41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85541", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89441", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#bed841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#b4d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#a9d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#9fd841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#94d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#8ad841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#7fd841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#60d841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d860", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d894", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d89f", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8a9", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d8be", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41d8c9", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41d8d3", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#41c9d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4194d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#418ad8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4175d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#416ad8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#4155d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#4141d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#5541d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#6041d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#6a41d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#7f41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d8419f", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84160", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d8414b", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#6ad841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8a9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84160", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8b441", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d88a41", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#b4d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d87f", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4160d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#5541d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#6041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84160", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84155", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#c941d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84160", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d84b", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84b41", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#41d3d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#5541d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#7541d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#8a41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d8419f", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84160", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89441", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d89f", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#b441d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84160", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d89f", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8a9", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84160", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84b41", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d86041", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d88a41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89441", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d89f41", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8be41", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8c941", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d341", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d3d841", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#c9d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#bed841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#b4d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#a9d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#9fd841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#94d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#7fd841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#75d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#60d841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#4bd841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d855", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d860", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d86a", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d87f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d89f", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8a9", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8b4", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d8be", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#41d3d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#41a9d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4194d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#417fd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#416ad8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#4155d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#4141d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#5541d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#9441d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#a941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#c941d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841d3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d8419f", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d8417f", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84160", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d8414b", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d89f", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#c941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84160", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#8a41d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d8418a", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89441", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8a941", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d89f", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84160", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8be41", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#55d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d860", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d87f", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8b4", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#419fd8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#9441d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d8418a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84160", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d8414b", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84b41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86a41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d87541", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d875", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d89f", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d341d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84b41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d86a41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d87541", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d875", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d89f", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#41bed8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d84160", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d86a", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8a9", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#41b4d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d88a", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87f41", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#bed841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#9fd841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4175d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#4141d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#4b41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#5541d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841be", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d8419f", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d84b", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#9f41d8", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_fmu-v4.json b/docs/public/middleware/graph_px4_fmu-v4.json index 0ba5a09f7a..ff7ab8543f 100644 --- a/docs/public/middleware/graph_px4_fmu-v4.json +++ b/docs/public/middleware/graph_px4_fmu-v4.json @@ -1 +1 @@ -{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_fake_gps", "name": "fake_gps", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#c6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#a5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#41d873", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#bfd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d852", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#7741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#a541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#4941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d841ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41d86c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d8c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#b2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#d841d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#91d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#4173d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#d8ca41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#84d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#41d866", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#41d8c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#9141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#d84189", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#ab41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d88f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#56d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#49d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41ced8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#4186d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#d88941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#41d8ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#8b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841d7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#8bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#77d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#41d859", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#5641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#b941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#5d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#71d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#7141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#9841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#d8d141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#98d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#41d85f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#41d8a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4193d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#4159d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#abd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#41d886", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#41d893", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#41a7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#b241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#c641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#d841a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#b9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#416cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#d841b0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#d8418f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d88d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#41c1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#4166d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#415fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#d8b041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#9ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#418dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#d8a341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#41c8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#8441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#5dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#4152d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#bf41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#9e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_ads1115", "target": "t_adc_report", "color": "#d8c441", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d8c441", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#41a1d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d84196", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d84196", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#d88f41", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#d88f41", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#d88f41", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#d8a341", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#9841d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#41a7d8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#4159d8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#41a7d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#4159d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#71d841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#d341d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#d8418f", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#9841d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#7ed841", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#9841d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#4152d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#6ad841", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#d8a341", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#d8a341", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41d89a", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#ab41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#9841d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#6ad841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#5641d8", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#7141d8", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#c641d8", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#d89c41", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84141", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841c4", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#9141d8", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#8bd841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#d841b0", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#b9d841", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#d86141", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d86e41", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#4186d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#91d841", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#4341d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#49d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#7141d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#41bbd8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#41d866", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#9e41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d341d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#d3d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#ccd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#414bd8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#71d841", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#8b41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d88d", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#cc41d8", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#d8419c", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#7741d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#d84189", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#9ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#d8b641", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d88d", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#a541d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#bfd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#43d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#d8bd41", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#415fd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#d8415b", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#41d8ce", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#d841a3", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84182", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#cc41d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#d841a3", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#56d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#4941d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#d84e41", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#4179d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#6a41d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d5d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d8c1", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#63d841", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#d88941", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#bf41d8", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#41d866", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#414bd8", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#41bbd8", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#d341d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8a1", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#5041d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#d8417b", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d88d", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#b241d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#d8ca41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#50d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d84147", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41ced8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d85441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#41d84b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#d85b41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#7141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d852", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#d86841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#d88941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#d86141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#d88f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#7e41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#41d859", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#419ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#41d866", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#418dd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#cc41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4180d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#41d880", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d841b6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#41d893", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#4173d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#b2d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#41d8b4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#4159d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#4152d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#d8418f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#4941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#98d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#d8416e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#d84168", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d84154", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#d8414e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#5dd841", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#cc41d8", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#7741d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#41d886", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#41d84b", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84182", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#8b41d8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d87541", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#cc41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84141", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d84741", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#d86841", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#d87b41", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#41b4d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#41d859", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#d8a941", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#41d866", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#41d873", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#d841d1", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#d8d141", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#d841a9", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#b9d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#41d8b4", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#d84161", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#63d841", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#d8417b", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#84d841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41d86c", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#41d84b", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4193d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#77d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#41d8bb", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#b941d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#71d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d88f41", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#5dd841", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#9841d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d88241", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#4145d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#abd841", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#41d845", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#8441d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d841ca", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#d8b041", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c6d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#41d8a7", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#41c1d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#a5d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#5dd841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d89641", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#41d8ae", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#84d841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#41d84b", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#41d85f", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#84d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#41d84b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#d841a3", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#41d8d5", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#41aed8", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#416cd8", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#4166d8", "style": "dashed"}, {"source": "m_fake_gps", "target": "t_sensor_gps", "color": "#41c8d8", "style": "dashed"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#41d85f", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#41d85f", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#414bd8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d84141", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#41d873", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d88d", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#4179d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#416cd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#4186d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#abd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#d8ca41", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#4159d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#4159d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#41c1d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#41d88d", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#4179d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#416cd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#4186d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#abd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d84141", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#d84189", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d88d", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#4179d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#416cd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#4186d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#abd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#41d85f", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#7141d8", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d8c441", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#abd841", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d84141", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#41d866", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#414bd8", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#d8a341", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#41d893", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#b9d841", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#5dd841", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d84141", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#7e41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#41d85f", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#419ad8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#4186d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#d8ca41", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#d841bd", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d88d", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#4179d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#4173d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#416cd8", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#b9d841", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#4166d8", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#b2d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#4159d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#414bd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#41d8c8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#ccd841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#414bd8", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#5dd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#63d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#d84189", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#d341d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#9ed841", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d841b6", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4193d8", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d85441", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84141", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#d84189", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d8c441", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#41d866", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#7141d8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#4941d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#49d841", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41ced8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#41c8d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#41d845", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#d86141", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#7141d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#41c1d8", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#d87b41", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d88f41", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#6ad841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#8441d8", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#d8a341", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#d8b041", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#41d85f", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#41a1d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#41d866", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#9e41d8", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#b241d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#b941d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#bf41d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d341d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841d7", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#d8d141", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#41d893", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#d3d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#ccd841", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8a1", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#41d8a7", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#d841a9", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#b9d841", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#41d8ae", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#abd841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#d8417b", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#8bd841", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#d8416e", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#5641d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#7ed841", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#d84161", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#77d841", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#41d8d5", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#71d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#41d8c8", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#9141d8", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#84d841", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#5d41d8", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#d841a3", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#41aed8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#41d8b4", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#41d85f", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#5641d8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#41d8a7", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d85441", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4193d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#41d8bb", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#77d841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#71d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#d88941", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#63d841", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#5dd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d84141", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#d8a341", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#d84189", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#d89c41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#41d85f", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#41d893", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#bf41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#41d85f", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#41d886", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841c4", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#5641d8", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#414bd8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#7741d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#63d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841c4", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d8b641", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#9e41d8", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#a541d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#5641d8", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#41d879", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#7141d8", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d8415b", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84141", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#41d85f", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#6341d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#41d866", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#63d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841c4", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#91d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#41d893", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#4941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d84741", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#41d85f", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#41d866", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#7141d8", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d852", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#d8414e", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#63d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#41c1d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#d8b041", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#41d8ae", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84141", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#41d8c8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#41d886", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#41d866", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#5641d8", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#b941d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#71d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#414bd8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#abd841", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#d88941", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d841b6", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#41d8a7", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#4193d8", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d85441", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#63d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84141", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#98d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#41d85f", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#41d893", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84141", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#d8417b", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#b241d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84141", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#d84e41", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d86e41", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#d86841", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d88241", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#d88941", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#d88f41", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#d8a341", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#d8ca41", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#d8d141", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d741", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#c6d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#ccd841", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#b9d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#a5d841", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#9ed841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#71d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#63d841", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#5dd841", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#56d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#49d841", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#41d859", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#41d85f", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#41d866", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#41d86c", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#41d880", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41d89a", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#41d893", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#41d8a7", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#41d8ae", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#41d8bb", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#41d8c8", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#41d8ce", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d5d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#41c8d8", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#41bbd8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#41a7d8", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#418dd8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#415fd8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#4159d8", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#4152d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#414bd8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#4341d8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#4941d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#5041d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#5641d8", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#6a41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#7141d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#7741d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#8441d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#ab41d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#9841d8", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#b941d8", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#c641d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#bf41d8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#cc41d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841d7", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841c4", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#d841b0", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84182", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#d84168", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d84154", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#414bd8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#7741d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#63d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#84d841", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d87541", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841c4", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841c4", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#91d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84141", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#41d859", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#d8a941", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#d88941", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#41d866", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#9e41d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41d86c", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#bfd841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#b9d841", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#414bd8", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#41b4d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#63d841", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#4341d8", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4180d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#d8417b", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#4152d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841c4", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#41d866", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#414bd8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#50d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#49d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841c4", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#d8b041", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#41c1d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#41d8bb", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#41d8ae", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#b941d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#71d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d88f41", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d8c441", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#41d85f", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d88d", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#4179d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#416cd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#4145d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#4186d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#abd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#d8ca41", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#a5d841", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#a5d841", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#a5d841", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#9841d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d88241", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#41d85f", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#d8b041", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#41d845", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#41c1d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d85b41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#41d85f", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#b241d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841c4", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#b9d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84182", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#9ed841", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#63d841", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250_i2c", "name": "mpu9250_i2c", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_icm20608g", "name": "icm20608g", "type": "Module", "color": "#666666"}, {"id": "m_vectornav", "name": "vectornav", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_fake_gps", "name": "fake_gps", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_mpu9250", "name": "mpu9250", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#c741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#c0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841af", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#4197d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d8418f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d85d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#79d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84188", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#45d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d8a4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#5fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d8d2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#4170d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#7fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#41d856", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d849", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d850", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#4191d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#b3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#72d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41d843", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#41b1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#418ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841d6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8af41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41b8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#9341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#ad41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#8cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#65d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8ab", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8c5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8cb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#a0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#b341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d84195", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#cdd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#add841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d863", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41bed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41abd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#41a4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841bc", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#86d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d89e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#5f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#9941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841c3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d897", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#4184d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#6c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#a041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d841a2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41cbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4163d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#4541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#7241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8c341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#a6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41c5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4177d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#6541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#8c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#cd41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8bc41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#c7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#58d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#52d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#4bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d870", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4143d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#c041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841d0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#93d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#6cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4156d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#7f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d877", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d87d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d88a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8b8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#415dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_battery_info", "name": "battery_info", "type": "topic", "color": "#d88f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d891", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#419ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4150d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#7941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#a641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8c941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d8b1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#4149d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#5241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#8641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#ba41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#bad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#4b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#5841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#417dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d884", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#99d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d87541", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d88241", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#cd41d8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87541", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#7941d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8a941", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89c41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a941", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#99d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#93d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#8cd841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d877", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d87d", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#4184d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#4170d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841bc", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8af41", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8c341", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#bad841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#b3d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#add841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#a6d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#a0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#6541d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#cd41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d84195", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8417b", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84147", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_fake_gps", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d891", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#9941d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841c3", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d897", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#65d841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#8641d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#86d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#7fd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#79d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#72d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#6cd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d891", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d8a4", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8ab", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8be", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#419ed8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#4197d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#7241d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84188", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#6cd841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#7241d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#4bd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#45d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d849", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d850", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d863", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d86a", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41cbd8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d870", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4156d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#bad841", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_icm20608g", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d88a", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d8419c", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d89e", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b641", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#a6d841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#d84195", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#d8417b", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8b8", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#ba41d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d891", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8c5", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8cb", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a241", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8bc41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8c941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d641", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d4d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#cdd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#99d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#5fd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#45d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41d843", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#41d856", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d85d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d870", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d884", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d88a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d89e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d8d2", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41bed8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#41b1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41abd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#41a4d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4177d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#8c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#9941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#a041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#ad41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#c041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#cd41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841d6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d84195", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84182", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88841", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#7f41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#9941d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d6", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841c3", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84188", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84e41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_mpu9250", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_mpu9250_i2c", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#cdd841", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#cdd841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8bc41", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#c0d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#58d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#52d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d87d", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d2d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41c5d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#418ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#416ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4163d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#a041d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d8419c", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8416e", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#417dd8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d86141", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d884", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8cb", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#4191d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d6", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#415dd8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#cdd841", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#5841d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#cdd841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4143d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#6541d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#6c41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a9", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d841a2", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d870", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#4156d8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#4150d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#5241d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c741d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d441d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841af", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d8418f", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#4541d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#5f41d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#bad841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d8b1", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41b8d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#415dd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#a641d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#b341d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d6", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841d0", "style": "dashed"}, {"source": "m_vectornav", "target": "t_estimator_status", "color": "#a6d841", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_baro", "color": "#4149d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_gps", "color": "#4b41d8", "style": "dashed"}, {"source": "m_vectornav", "target": "t_sensor_selection", "color": "#6541d8", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#c7d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#6cd841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#7241d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#9341d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d6", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841c9", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414e", "style": "dashed"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87b41", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#b3d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#a6d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#65d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8ab", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#8641d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84161", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4143d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84154", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87541", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#65d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84168", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87541", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841d0", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a941", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#45d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d84195", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84741", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89541", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b641", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#cdd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#c7d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#bad841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#b3d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#add841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#a6d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#a0d841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#99d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#58d841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d87d", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8b8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8c5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8cb", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d2d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41c5d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41bed8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#4184d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#417dd8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4163d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#415dd8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4150d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#4149d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#4541d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#4b41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#5841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#6541d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#6c41d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#7941d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#8c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d841a2", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84168", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414e", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#8cd841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#6cd841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8cb", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#7241d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#9341d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415b", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8bc41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#4bd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d891", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d897", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841d0", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d88241", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#c7d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d89e", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8ab", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4143d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#6541d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#6c41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84154", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#bad841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#65d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d84168", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#7f41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88841", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#72d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d88241", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#7fd841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#79d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#6cd841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8a4", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8be", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d88241", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8c5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#418ad8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#9941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89541", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8af41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#45d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#41d843", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#41d856", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d85d", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8c5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#418ad8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8416e", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d870", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#4150d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#4541d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#5241d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#4150d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d87b41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d89541", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#bad841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#41d87d", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#65d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d88241", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8ab", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#418ad8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#6541d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#7f41d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#9941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d841a2", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84161", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d88a", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d84195", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#c0d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#d84741", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#c7d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#41d89e", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#4143d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d84154", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89541", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8c5", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#c041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#5841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84168", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8cb", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88841", "style": "normal"}, {"source": "t_battery_info", "target": "m_mavlink", "color": "#d88f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89541", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a241", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a941", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b641", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8c341", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8c941", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d041", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d641", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d4d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#cdd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#c7d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#bad841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#b3d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#add841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#a6d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#99d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#93d841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#86d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#58d841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#45d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41d843", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d849", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d850", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d863", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d86a", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d870", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d877", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d87d", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d884", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d89e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8c5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8cb", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8d8", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d2d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41cbd8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41b8d8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#419ed8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#4191d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#418ad8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#4170d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4163d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4156d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#4149d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#4541d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#4b41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#5841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#6541d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#8641d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#a041d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#b341d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#ba41d8", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#c741d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d441d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d841a2", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84188", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84161", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415b", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#9941d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d84195", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89541", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8af41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8c341", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#52d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d87d", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d89e", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8d8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#4197d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#4191d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#416ad8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#a041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84147", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#4bd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#41d891", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#41d897", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#d841d0", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#4bd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d891", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d897", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841d0", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#4bd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d891", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d897", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841d0", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d87541", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d84168", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d884", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8cb", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4177d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d8b1", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d8b1", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d8b1", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d8b1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#418ad8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#9941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d84195", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84741", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89541", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b641", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#93d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841af", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d441d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841af", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87541", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#cdd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#add841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4150d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#4541d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#5841d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#5f41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#6541d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d841a2", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d870", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d86141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#4150d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#4149d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#5241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#5841d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841d0", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#a641d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#4bd841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d870", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d87d", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d891", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d897", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d8b1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8c5", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#41b1d8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41abd8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#41a4d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#a641d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#ad41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d84168", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#d841d6", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#9941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841c9", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#5fd841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d87d", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d8d2", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#418ad8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#8641d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#cd41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d84195", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84188", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84168", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_fmu-v5.json b/docs/public/middleware/graph_px4_fmu-v5.json index 7173a0525b..0ac93836b9 100644 --- a/docs/public/middleware/graph_px4_fmu-v5.json +++ b/docs/public/middleware/graph_px4_fmu-v5.json @@ -1 +1 @@ -{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_sht3x", "name": "sht3x", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#41d87b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d8a141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#41d847", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#4194d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#4147d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#d84174", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#aed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#d88141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#41d867", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#d841cf", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d841ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#d8419b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#4dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#417bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#bbd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#94d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#cfd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#5ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#41b5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#8841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#c841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#419bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#d841a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d87441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#d88e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#d8ae41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#8ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#81d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#41d8a8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#4154d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#9b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d8bb41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#4167d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#ae41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d8c841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#b5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#4161d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#a841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#8e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d841c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#d8418e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#d86741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8d541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#41d89b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#41a8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#d841d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#d84d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#67d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#54d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#41d8c2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#418ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#6141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_hygrometer", "name": "sensor_hygrometer", "type": "topic", "color": "#d5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#9bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41d894", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#41d8c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#415ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#b541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#d88841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8cf41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#41d854", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#41d861", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#416ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#6e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#bb41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#d841a8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#41d85a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#41d874", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#41d888", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#41d88e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#4188d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#4181d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#414dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#4d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#5a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#a141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#c241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d8a841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#a1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#61d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#47d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#41d881", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#41d8b5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#5441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#6741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#8141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d841c2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d841bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#c2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#7bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d86e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#4174d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#d8415a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#c8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#a8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#74d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#41c8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#41c2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#d84188", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d89441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#d8c241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#88d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#6ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#41d8cf", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41cfd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d84194", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d84167", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8414d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#d85a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#d89b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#4141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#7441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#9441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#d841b5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d8b541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#7b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#41d84d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#4741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#cf41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84181", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_ads1115", "target": "t_adc_report", "color": "#7441d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#7441d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#41c8d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d841bb", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d841bb", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#a841d8", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#a841d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#a841d8", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#d89b41", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#41d8ae", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#5441d8", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#414dd8", "style": "dashed"}, {"source": "m_sht3x", "target": "t_sensor_hygrometer", "color": "#d5d841", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#d8415a", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#d841b5", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#a8d841", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#c2d841", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#c2d841", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#d89b41", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41aed8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#4167d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#c2d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#d89b41", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#54d841", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#41d861", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#41d8b5", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d87b41", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#cf41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#8e41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d8a841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d86e", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#d84d41", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#d8ae41", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#6741d8", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#4174d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d8416e", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d541d8", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#41d8d5", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#d84741", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#d86141", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#d88841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#416ed8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#4154d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#41d861", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d8bb41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8cf41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84181", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#d84154", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d86e41", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#74d841", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#d86741", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#67d841", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#ae41d8", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d8417b", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#81d841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#41d8cf", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#d88141", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#61d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#41a8d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8a1", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#c8d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#cfd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#4dd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#4194d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#74d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#4147d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#aed841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#61d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#ae41d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41d894", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#9bd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#94d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#41d867", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#d84141", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#41d888", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#b5d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d8c841", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d8bb", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#41d84d", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41a1d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#6ed841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#a1d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#8ed841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#d88e41", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d8a841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#74d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#7b41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#41d8c2", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#8841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#9441d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d85441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#a841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#ae41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41bbd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#d86741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#c841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#cf41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#5ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#d841d5", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#d841cf", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#419bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#4181d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#417bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#41d854", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#4161d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#41d85a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#41d867", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#41d861", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#d8419b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#4154d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d84194", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#414dd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#41d881", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#d8418e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d8b541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d8bb41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#41d8a8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#d84174", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#4741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#41d8ae", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#d8415a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#5a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8414d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#6e41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d8bb", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d84147", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#ae41d8", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d8417b", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#c841d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#8141d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#d86741", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d86e41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#bbd841", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#ae41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#41d8c2", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#88d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#41b5d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#47d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#41d847", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#4181d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#4174d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#d841a8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#415ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#4154d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d8a841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#41d874", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#41d88e", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d8c841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#4141d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#4741d8", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#8ed841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#c841d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d87441", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41d841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#9b41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#d88841", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#418ed8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d89441", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#a841d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#a141d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#6141d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d8b541", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#4d41d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d841c8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d841c2", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#bb41d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#d84167", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#41d8ae", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#d85a41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d841ae", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#41d5d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#41c2d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d87b", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d8b541", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#4188d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d8a141", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#d8c241", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#b541d8", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d87441", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#9b41d8", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#c841d8", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#c241d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#c841d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#61d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#41d89b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8d541", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#41d8c8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#d841a1", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#9b41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d87441", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#7bd841", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41cfd8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#d84188", "style": "dashed"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#7441d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#c241d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d841c2", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#41d847", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d8a841", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#67d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#4d41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d841c2", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#7bd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#41d888", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#c241d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#414dd8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#41c2d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41cfd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41cfd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41cfd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41cfd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#41cfd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#d8bb41", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#41d881", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#54d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#41d881", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#7b41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d8bb41", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#4174d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#67d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#4d41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#d841c2", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#7bd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#41d888", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#c241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#81d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d8a841", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#67d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#4d41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d841c2", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#7bd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#41d888", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#c241d8", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#a8d841", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#67d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#4d41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d8a841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d841c2", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#7bd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#41d888", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#c241d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#41d881", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#7441d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#c241d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d841c2", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#41d861", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d8bb41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#41d881", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d8b541", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#d89b41", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#4174d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#d84188", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#8841d8", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41cfd8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41bbd8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#7bd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#c241d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#67d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d841c2", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#419bd8", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#4174d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d8a841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#414dd8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#d8418e", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#41d888", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d8bb41", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#d84188", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d8c841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d8416e", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#4d41d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#416ed8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d8c841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8a1", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#41d8cf", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d8a841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#d84741", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#81d841", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d87441", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d8b541", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d85441", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#a141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d8bb41", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#7441d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#81d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#4154d8", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d841bb", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#41d867", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#a1d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#8ed841", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#41c8d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#d84d41", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#41c2d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#a841d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#d85a41", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#b541d8", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#d86141", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#c241d8", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#cf41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#d88841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#54d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#d88e41", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#47d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d841c2", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41a1d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#418ed8", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#d89b41", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#4188d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#41d84d", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#4174d8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#d841b5", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#416ed8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#4161d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#d841a8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#415ad8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d8a841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#41d874", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d8bb41", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#d8c241", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#41d89b", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8d541", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84181", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d84167", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#41d8ae", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#4d41d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#c2d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#d84154", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#6141d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#6e41d8", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#61d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#8ed841", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#41d8c8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#8e41d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#9b41d8", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#d8ae41", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d87441", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#4181d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#41d8a8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#54d841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#d88841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8a1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d8a841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#4188d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d89441", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#a141d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#6141d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d8b541", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#c241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#81d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#d89b41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#41d881", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#6741d8", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#41d84d", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#c841d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#8141d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#c841d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d8c841", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d8417b", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#54d841", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#cfd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d8a841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#61d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d8c841", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84181", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d88141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#54d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d8a841", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#4dd841", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#4147d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#aed841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d8c841", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84181", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#54d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#4154d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d8a841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#d86741", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#41b5d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d8c841", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d541d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#54d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#ae41d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d8c841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#5ad841", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#d84174", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#41d861", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#41d867", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#88d841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#41b5d8", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#417bd8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#c241d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#41c2d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d8a841", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#d8c241", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#b541d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#41b5d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#8141d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#d88841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#54d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8a1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#4154d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d8a841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d841c2", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#d86741", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#418ed8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d87441", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#41d861", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#d8415a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d8bb41", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#41d85a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d8a841", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d8a841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#d85a41", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#a1d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d8a841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#8ed841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#d84141", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#d85a41", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d87441", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#d88841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#d88e41", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8414d", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d89441", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#d89b41", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d8a141", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d8a841", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d8b541", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8cf41", "style": "normal"}, {"source": "t_sensor_hygrometer", "target": "m_mavlink", "color": "#d5d841", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#c8d841", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#b5d841", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#9bd841", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#94d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#8ed841", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#6ed841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#5ad841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#54d841", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#41d841", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#47d841", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#41d84d", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#41d861", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#41d867", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d86e", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#41d874", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#41d87b", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#41d881", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41d894", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#41d89b", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#41d8ae", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#41d8b5", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d8bb", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#41d8c2", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#41d5d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#41d8cf", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#41d8d5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#41b5d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41aed8", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#41a8d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#418ed8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#4188d8", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#4174d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#416ed8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#4167d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#415ad8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#4154d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#414dd8", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#4741d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#5441d8", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#5a41d8", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#6741d8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#9441d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#8e41d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#a841d8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#ae41d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#bb41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#b541d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#c841d8", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#cf41d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d841c8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d841c2", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d841bb", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d841ae", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d84194", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84181", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84161", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#d84167", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#d84154", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#7b41d8", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#c841d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d8c841", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#9b41d8", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#bbd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#d86741", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d86e41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d8c841", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d541d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#ae41d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#41d881", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d8c841", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84181", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#41d8c2", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8bb", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#4741d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#4154d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#4141d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d8a841", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41d841", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#4194d8", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#41d88e", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d8bb41", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#4174d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#c241d8", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#7b41d8", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#41d854", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#8ed841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#c841d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#4154d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#41d861", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#d86741", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#41b5d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#7441d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#d88841", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#d841d5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#8e41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#b541d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#41c2d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d89441", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#d84154", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#a841d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#d85a41", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#418ed8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#d8c241", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#67d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#d88e41", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#4d41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d841c2", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#7bd841", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#41d888", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#74d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d8a141", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d8a141", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#41d5d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d8a141", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d841c8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#bb41d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d84167", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#41c2d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#d85a41", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#d8c241", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#c241d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#c841d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#d88e41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#ae41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#41d861", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#d86741", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#41d89b", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#a1d841", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#41d8cf", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#8e41d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#41b5d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#c241d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#54d841", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d841cf", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#4174d8", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d8419b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#41d861", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d8bb41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d8c841", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84161", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_pca9685_pwm_out", "name": "pca9685_pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_pwm", "name": "rgbled_pwm", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_pwm_input", "name": "pwm_input", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp101xx", "name": "icp101xx", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20689", "name": "icm20689", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_lps22hb", "name": "lps22hb", "type": "Module", "color": "#666666"}, {"id": "m_lps33hw", "name": "lps33hw", "type": "Module", "color": "#666666"}, {"id": "m_mpc2520", "name": "mpc2520", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp280", "name": "bmp280", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_bmp581", "name": "bmp581", "type": "Module", "color": "#666666"}, {"id": "m_dps310", "name": "dps310", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi055", "name": "bmi055", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_atxxxx", "name": "atxxxx", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_spa06", "name": "spa06", "type": "Module", "color": "#666666"}, {"id": "m_spl06", "name": "spl06", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_sht3x", "name": "sht3x", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#c941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#c3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8b8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#419fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d8418d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d858", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#7cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84187", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#49d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d89f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d8cb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#4172d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#83d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#41d852", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#4198d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#b6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#76d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#41b8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#4192d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841d4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8ae41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41bfd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#9641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#b041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#90d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#69d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8a5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8bf", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8c5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#a3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#b641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d84194", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84181", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84174", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#b0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d85e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41c5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41b2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d8419a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#41abd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841ba", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#89d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d898", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#9c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841c7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d88141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d892", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#418bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#7041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#a341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d841a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d865", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41d2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4165d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_hygrometer", "name": "sensor_hygrometer", "type": "topic", "color": "#5641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#7641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8c141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#a9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41cbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4178d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#6941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#9041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8417a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8ba41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8ce41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#c9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#5cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#56d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#4fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d86b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#c341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#96d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#70d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4158d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#8341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84167", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d86d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d872", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d878", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d885", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8b2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#415ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_battery_info", "name": "battery_info", "type": "topic", "color": "#d88d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d88b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#41a5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#417ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4152d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#7c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#a941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8c741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d8ab", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#4f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#8941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#bc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8416d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#bcd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#416bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#4941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#5c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_pwm_input", "name": "pwm_input", "type": "topic", "color": "#4185d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d87e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8d2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#9cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d87441", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d88141", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#d041d8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_info", "color": "#d88d41", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_info", "color": "#d88d41", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_bmi055", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_bmp280", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_bmp581", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87441", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#7c41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8a741", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89a41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a741", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#9cd841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#96d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#90d841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d872", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d878", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#418bd8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#4172d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841ba", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84167", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86741", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8ae41", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8c141", "style": "dashed"}, {"source": "m_dps310", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#bcd841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#b6d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#b0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#a9d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#a3d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#6941d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d041d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d84194", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8417a", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84147", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d88b", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#9c41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841c1", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d892", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88741", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#69d841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#8941d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#89d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#83d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#7cd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#76d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#70d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d88b", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d89f", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8a5", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8b8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#41a5d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#419fd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#7641d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84187", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#70d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#7641d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#4fd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#49d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d845", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d84b", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d85e", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d865", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41d2d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d86b", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4158d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#4941d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#bcd841", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_icm20689", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_icp101xx", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d885", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d8419a", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d898", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b441", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8b2", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#bc41d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_lps22hb", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_lps33hw", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d88b", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8bf", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8c5", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84167", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87a41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8ba41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8c741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8ce41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d6d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#d0d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#9cd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#63d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#49d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#43d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#41d852", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d858", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d86b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d885", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d898", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d8cb", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8d2", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41c5d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#41b8d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41b2d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#41abd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4178d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#4941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#9041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#9c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#a341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#b041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#c341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841d4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d84194", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84181", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88741", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#8341d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#9c41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d4", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841c1", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84187", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84d41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84174", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_mpc2520", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#d0d841", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#d0d841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8ba41", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#c3d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#5cd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#56d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d878", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8d2", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d8d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41cbd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#4192d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#416bd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4165d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#a341d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841b4", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d8419a", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8416d", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84167", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_pca9685_pwm_out", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_pwm_input", "target": "t_pwm_input", "color": "#4185d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d86141", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#417ed8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#415ed8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8c5", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#4198d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d4", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415a", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#415ed8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d87e", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#d0d841", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#4941d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#5c41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87a41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d0d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4145d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#6941d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#7041d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a7", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d841a1", "style": "dashed"}, {"source": "m_sht3x", "target": "t_sensor_hygrometer", "color": "#5641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87a41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#4152d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#4f41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c941d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841ae", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d8418d", "style": "dashed"}, {"source": "m_spa06", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_spl06", "target": "t_sensor_baro", "color": "#414bd8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#4341d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85a41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d86d41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_battery_info", "color": "#d88d41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#bcd841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d8ab", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41bfd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#415ed8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#a941d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#b641d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415a", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d4", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841ce", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#c9d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#70d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#7641d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#9641d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d4", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841c7", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415a", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414d", "style": "dashed"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87a41", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#b6d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#a9d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#69d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8a5", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#8941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84161", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4145d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84181", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84154", "style": "normal"}, {"source": "t_battery_status", "target": "m_atxxxx", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_atxxxx", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_atxxxx", "color": "#d84167", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87441", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#69d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84167", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87441", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841ce", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a741", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#49d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d84194", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84741", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d88141", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89441", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b441", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d0d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#c9d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#bcd841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#b6d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#a9d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#a3d841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#9cd841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#5cd841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d878", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8b2", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8bf", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8c5", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d8d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41cbd8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41c5d8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#418bd8", "style": "normal"}, {"source": "t_pwm_input", "target": "m_commander", "color": "#4185d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4165d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#415ed8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#4f41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#5c41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#6941d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#7041d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#7c41d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#9041d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841c7", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84167", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414d", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#90d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#70d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8c5", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#7641d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#9641d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415a", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d84167", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8ba41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#4fd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d84167", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87a41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d88141", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#c9d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d898", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8a5", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#6941d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#7041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84154", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#bcd841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#69d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d84167", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#8341d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84167", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d84167", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d88141", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88741", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#76d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84167", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84167", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d88141", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#83d841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#7cd841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#70d841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d89f", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8b8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84167", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d88141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8bf", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#4192d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84167", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d88141", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89441", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8ae41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84174", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84167", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#d89441", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#49d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#41d852", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d858", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8bf", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#4192d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8416d", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d86b", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#4f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84167", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#4152d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d87a41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d89441", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#bcd841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#41d878", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#69d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d84167", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d88141", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8a5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#4192d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#6941d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#8341d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84161", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d885", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d84194", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#c3d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d84167", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89441", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8bf", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#c341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84167", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#5c41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84167", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8c5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84167", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85a41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87a41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d88141", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88741", "style": "normal"}, {"source": "t_battery_info", "target": "m_mavlink", "color": "#d88d41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89441", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89a41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a141", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a741", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b441", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8c141", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8c741", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8ce41", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d441", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d6d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#d0d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#c9d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#bcd841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#b6d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#a9d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#9cd841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#96d841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#89d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#5cd841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#49d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d85e", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d865", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d86b", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d872", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d878", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d87e", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d898", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8bf", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8c5", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8d2", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d8d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41d2d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41bfd8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#41a5d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#4198d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#4192d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#4172d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4165d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4158d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_hygrometer", "target": "m_mavlink", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#5c41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#6941d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#8941d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#a341d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#b641d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#bc41d8", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#c941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841c7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d8418d", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84187", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8417a", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84174", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84161", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88741", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84167", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84d41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415a", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841c1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d84194", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89441", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8ae41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84174", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84167", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d88141", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89441", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d878", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d87e", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d84167", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8c141", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#56d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d878", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d898", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8d2", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#419fd8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#4198d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#416bd8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#a341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84167", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84147", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pca9685_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pca9685_pwm_out", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pca9685_pwm_out", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pca9685_pwm_out", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pca9685_pwm_out", "color": "#4fd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pca9685_pwm_out", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pca9685_pwm_out", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pca9685_pwm_out", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pca9685_pwm_out", "color": "#d841ce", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#4fd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841ce", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#4fd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841ce", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#4fd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d892", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8bf", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#417ed8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d84167", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d87441", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89441", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d84167", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d87e", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8c5", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4178d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d8ab", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d8ab", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d8ab", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d8ab", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_pwm", "color": "#41d8ab", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#4192d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d841b4", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d84194", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84741", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89441", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b441", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#96d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84167", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d8418d", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d641d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841ae", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87441", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d0d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#b0d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#4f41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#5c41d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#6341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#6941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d841a1", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85a41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d86141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#4f41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#5c41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841ce", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#a941d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d86741", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d86d41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#4fd841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d86b", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d878", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d88b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d892", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d8ab", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8bf", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#41b8d8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41b2d8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#41abd8", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#a941d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#b041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d84167", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8bf", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#d841d4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#d84174", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841c7", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d88141", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#63d841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d878", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d8cb", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#4192d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#8941d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841ba", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d84194", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84187", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84167", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_fmu-v5x.json b/docs/public/middleware/graph_px4_fmu-v5x.json index cd5dbf7280..9b12ca4386 100644 --- a/docs/public/middleware/graph_px4_fmu-v5x.json +++ b/docs/public/middleware/graph_px4_fmu-v5x.json @@ -1 +1 @@ -{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#b7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d89d41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#d8b141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#96d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#9641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#4190d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#41d8d2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#4141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#d89041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#417cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#d86f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d8aa41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#d84190", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#62d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#41d2d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#d8b741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#419dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#aa41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#cbd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#89d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#41bed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41a3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#68d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#4741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#5b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#d8cb41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#5bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#41aad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#4196d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#4e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#6241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d8419d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d84189", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#82d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#b741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#41d86f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d8aa", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41d8be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#9d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#cb41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#d841b1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#7541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#a341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841d2", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#41d8b7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#4182d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#4154d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#6f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#47d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#41d875", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d882", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#41d8c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#41cbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#d88941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#41d868", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#41d89d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#41d8b1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#d841cb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8a341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#d8d241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#41d896", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#7c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#b141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d841aa", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#41d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#41d85b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#41d87c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#41d889", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#41d890", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#41b1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#5441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#6841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#be41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#aad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#4ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#41d847", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#41d862", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#41c4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#415bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#4147d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#8241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#9041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#d841be", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d8416f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d8be41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#c4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#9dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#4189d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#414ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#d8417c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#7cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#6fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#c441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#d241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#d841b7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#d86241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#bed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#b1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#a3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#54d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#41d84e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#416fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#4168d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#d87c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#75d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#41b7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#4175d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#4162d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#d84162", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#90d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d8cb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#8941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#41d854", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d841a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_ads1115", "target": "t_adc_report", "color": "#4162d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#4162d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#d85b41", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#d8414e", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#d8414e", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#415bd8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#415bd8", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#9d41d8", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#9d41d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#9d41d8", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#d87c41", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d841aa", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#6841d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#41b7d8", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#9041d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#d8414e", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#9dd841", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d841aa", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#c441d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#c4d841", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d841aa", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#c4d841", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#d87c41", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#5b41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#d87c41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#c4d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#82d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d841aa", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#47d841", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#41d847", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841d2", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#d8417c", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#414ed8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#4147d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#41d854", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#8241d8", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#41cbd8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d841d8", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#41aad8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#7541d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#4741d8", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d2d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#b741d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#d85441", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d86841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d89641", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d841a3", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8a341", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d8419d", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#41d86f", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#41d896", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#d84147", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#d241d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#6f41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d8c441", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d882", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#41d8d2", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#4168d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#d8cb41", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#d84182", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#d841b7", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#d84175", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#41d2d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#4141d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#41c4d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#41d868", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#41bed8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#d241d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#417cd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84154", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#4e41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#9641d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#41c4d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#41d868", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#d841cb", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#d8b741", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#aa41d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#d88941", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d8aa", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#be41d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#d89041", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#cb41d8", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#4182d8", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d88241", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#d84168", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#d86241", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#4196d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8a3", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#41d862", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#8241d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#d241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#d84141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#9dd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#b141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#90d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#89d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#b741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#d84741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d86841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#41b7d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#41b1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#68d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41a3d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#62d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#5bd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#d86f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#4190d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#4189d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#4182d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#d89041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#d841b1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d8419d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#4175d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#d84190", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#4154d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#41d854", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d8416f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#41d890", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#cbd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#6841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#6f41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#bed841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41d8be", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#b1d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#7c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d8cb", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#8941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#d8414e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#9d41d8", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#41d8d2", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d8c441", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#89d841", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#6f41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#aad841", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84154", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#419dd8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#d84741", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#75d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#cb41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#54d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#d841c4", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#d841be", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d8419d", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#d8b141", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#d8417c", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#41d87c", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#5441d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#41d89d", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#d8d241", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#8241d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#8941d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#d87541", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#4196d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#d8415b", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#41d896", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#90d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#41d8c4", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#41d875", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#a3d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#9d41d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#a341d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#4ed841", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d841aa", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#41d889", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#d8414e", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#41b7d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#d84162", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#41d84e", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#41d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#90d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#96d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#7cd841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#b7d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d89d41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d8aa41", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#41d8b1", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#41d85b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d84196", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d84189", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#6241d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#89d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#41d8b7", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#41d8d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#41c4d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#41d868", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d8be41", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#416fd8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#6fd841", "style": "dashed"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#4162d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#b741d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#4ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#8241d8", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#d8b141", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#d87541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#4ed841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d8be41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#41d85b", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#7541d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#d241d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d882", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#41d889", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#6841d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#7cd841", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#416fd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#416fd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#416fd8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#416fd8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#47d841", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#d8417c", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#b741d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#8241d8", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d8cb", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d8419d", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#8241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#d8cb41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#8241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#d8cb41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#8241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#d8cb41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#4ed841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#d87541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#4ed841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d8be41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#41d85b", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#7541d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#d241d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d882", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#41d889", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#d87541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#4ed841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d8be41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#be41d8", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#c441d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#41d85b", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#8241d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#d241d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d882", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#41d889", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#8241d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#d8416f", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#4162d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#41d85b", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#4ed841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#d86841", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#b741d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d8419d", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#d8417c", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#d87c41", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#90d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d8416f", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#6fd841", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#b741d8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#cb41d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#d241d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#68d841", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#6fd841", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#d87541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#4ed841", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#416fd8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d8be41", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#d8417c", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#41d85b", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d882", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#41d889", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8a3", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#cbd841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#6841d8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41d8be", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#7541d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#8241d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#4168d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#b741d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#d85441", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#6241d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#90d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#cb41d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d86841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#4e41d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#d8cb41", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#4162d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#8241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#d8cb41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d86841", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#415bd8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d8419d", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#d89041", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#b741d8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#7cd841", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#d85b41", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#cb41d8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#41cbd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d86841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#41b7d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#4196d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#4ed841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#47d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#d87c41", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d88241", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#d841be", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#41d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#d841b1", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d89641", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d8419d", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d84196", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#41d84e", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#d8417c", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#41d85b", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#41d862", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#41d854", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#d84162", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#d84168", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#41d86f", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#41d875", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#41d87c", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#41d889", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#41d896", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#41d89d", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8a3", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#d8d241", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#c4d841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#41d8b7", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#41d8b1", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#7c41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#8241d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#41d8c4", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d8414e", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#9d41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841d2", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d84189", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#4196d8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#6241d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#41d8d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#8241d8", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#41c4d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#41d868", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#41aad8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8d841", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#5bd841", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#d8415b", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#41d896", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#47d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#41d841", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#90d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#4182d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#cb41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#41d8c4", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#4e41d8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#a3d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#d87c41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#8241d8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#d8cb41", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d88241", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#4147d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#41d85b", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841d2", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#89d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#8241d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#aad841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841d2", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#41d8d2", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#47d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#89d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#8241d8", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#41bed8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d86841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841d2", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#47d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d86841", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d84175", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#41d2d8", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#4141d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#41c4d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#8241d8", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#417cd8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841d2", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#d841c4", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#47d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d86841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#8241d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d8419d", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841d2", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#47d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#8241d8", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#4741d8", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#62d841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#d841c4", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#4190d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#d89041", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#41d85b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d8419d", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#41a3d8", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#54d841", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#41d8b1", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#7cd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#8241d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#41d84e", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841d2", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#41d896", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#4ed841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#47d841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#6241d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#41d875", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d8419d", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#aad841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#4e41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#b741d8", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#9dd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#41d85b", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#8241d8", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#41b1d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#8241d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#d84162", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#41d862", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#4196d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84e41", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#d85441", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#d86241", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d86841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#d87c41", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d88241", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#d88941", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#d89041", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d89d41", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8a341", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d8aa41", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#d8b741", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d2d841", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#bed841", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#b7d841", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#b1d841", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#a3d841", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#96d841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#89d841", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#90d841", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#82d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#4ed841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#47d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#41d841", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#41d847", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#41d854", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#41d85b", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#41d86f", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#41d875", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#41d87c", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#41d890", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#41d896", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#41d89d", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d8aa", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#41d8b1", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#41d8b7", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d8cb", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#41d8d2", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#41b7d8", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41a3d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#4196d8", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#4189d8", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#4182d8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#4175d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#4168d8", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#415bd8", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#414ed8", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#4147d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#5b41d8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#6241d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#6841d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#8241d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#9041d8", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#8941d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#9d41d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#a341d8", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#aa41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#cb41d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d841d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#d841cb", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841d2", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#d841c4", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#d841be", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#d841b7", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d841aa", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d8419d", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#d84182", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#d8417c", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d8416f", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#d84162", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84154", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#d8414e", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841d2", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#41d8d2", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#89d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#419dd8", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d84189", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841d2", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#b741d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#6f41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841d2", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8a3", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d8416f", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#8241d8", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#4741d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#d84741", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#d8417c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#b741d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d2d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#41d85b", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#4182d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#cb41d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#75d841", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d8419d", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#5441d8", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#8941d8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#9641d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#41d85b", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#b141d8", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d8cb", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#4196d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841d2", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#41d896", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#41d84e", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#4162d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#4154d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#41d8b1", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#7cd841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#d84162", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#41d86f", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#41d875", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#a3d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#9d41d8", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#d87541", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#4ed841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d8be41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8a3", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#be41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#41d85b", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#7541d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#d241d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d882", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#41d889", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d89d41", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#96d841", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d89d41", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d8aa41", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d89d41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#a341d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d841aa", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#41d84e", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#7cd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#41d85b", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#d84162", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d8414e", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#41d8b7", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#cb41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d86841", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d86f41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841d2", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#d841c4", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#47d841", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d84190", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#4168d8", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#d8417c", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#41d85b", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#41d862", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#8241d8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84154", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_hardfault_stream", "name": "hardfault_stream", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_frsky_telemetry", "name": "frsky_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_hott_telemetry", "name": "hott_telemetry", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_batt_smbus", "name": "batt_smbus", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16448", "name": "adis16448", "type": "Module", "color": "#666666"}, {"id": "m_adis16507", "name": "adis16507", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_thoneflow", "name": "thoneflow", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_paa3905", "name": "paa3905", "type": "Module", "color": "#666666"}, {"id": "m_paw3902", "name": "paw3902", "type": "Module", "color": "#666666"}, {"id": "m_pmw3901", "name": "pmw3901", "type": "Module", "color": "#666666"}, {"id": "m_px4flow", "name": "px4flow", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_crsf_rc", "name": "crsf_rc", "type": "Module", "color": "#666666"}, {"id": "m_ghst_rc", "name": "ghst_rc", "type": "Module", "color": "#666666"}, {"id": "m_sbus_rc", "name": "sbus_rc", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_irlock", "name": "irlock", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_dsm_rc", "name": "dsm_rc", "type": "Module", "color": "#666666"}, {"id": "m_batmon", "name": "batmon", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "m_bst", "name": "bst", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#bfd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#418dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d84189", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d85f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#77d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#5dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#416cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d841d7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#41d859", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d852", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#b2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#71d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#41a7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#4186d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8b041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#9841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#b241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#8bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841b0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#9ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#b941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d8418f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#abd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d866", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#84d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#9e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#7141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#a541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d86c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41c1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#415fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#4941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#7741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#a5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4173d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#9141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#c6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#56d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#49d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d873", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#c641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#91d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41c8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4152d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#8441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d886", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d893", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#4159d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_battery_info", "name": "battery_info", "type": "topic", "color": "#d88f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#4193d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#ab41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8ca41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#5641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#8b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#bf41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#b9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#4166d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#5d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d88d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41ced8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#98d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_adis16448", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_adis16507", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d87541", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d88241", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_batmon", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_batt_smbus", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87541", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#7e41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8a941", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89c41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a941", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#98d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#91d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#8bd841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d880", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d886", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#4180d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#416cd8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841b6", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8b041", "style": "dashed"}, {"source": "m_crsf_rc", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8c441", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#b9d841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_dsm_rc", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#b2d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#abd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#a5d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#9ed841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#6a41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d341d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841b0", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d8418f", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8417b", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84147", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d89a", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#9e41d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841bd", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d8a1", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88941", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#63d841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#8b41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#84d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#7ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#77d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#71d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#6ad841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d89a", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d8ae", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8b4", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8c8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#4193d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#418dd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#7741d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84182", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#6ad841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#7741d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_ghst_rc", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#49d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#43d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d84b", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d852", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d866", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d86c", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41c1d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d873", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4152d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_hott_telemetry", "target": "t_esc_status", "color": "#b9d841", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_irlock", "target": "t_irlock_report", "color": "#41d893", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d84196", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d8a7", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b641", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8c1", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#bf41d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d89a", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8ce", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8d5", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8bd41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8ca41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d3d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#98d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#5dd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#43d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41d845", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#41d859", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d85f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d873", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d893", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d8a7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d5d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41ced8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41b4d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#41a7d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#41a1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#419ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4173d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#9141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#9e41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#a541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#b241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#c641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841d1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841b0", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d8418f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88941", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#8441d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#9e41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d1", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841bd", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84182", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84e41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8bd41", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#bfd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#56d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#50d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d886", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41ced8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41c8d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41bbd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#4186d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#4166d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#415fd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#a541d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841b0", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d84196", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8416e", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_paa3905", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_paw3902", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#41d879", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_pmw3901", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d86141", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_px4flow", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#4179d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#4159d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8d5", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#4159d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_sbus_rc", "target": "t_input_rc", "color": "#41d88d", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#5d41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4341d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#6a41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#7141d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a3", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d8419c", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#cc41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d841d7", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841a9", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d84189", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#4941d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_thoneflow", "target": "t_sensor_optical_flow", "color": "#6341d8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d86e41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_battery_info", "color": "#d88f41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#b9d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d8bb", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41aed8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#4159d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#ab41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#b941d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841ca", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#6ad841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#7741d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#9841d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d1", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841c4", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414e", "style": "dashed"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87b41", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#b2d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#a5d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#63d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8b4", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84161", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87541", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d84168", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87541", "style": "normal"}, {"source": "t_battery_status", "target": "m_bst", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_bst", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841ca", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a941", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d8418f", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84741", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89641", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b641", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#c6d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#b9d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#b2d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#abd841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#a5d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#9ed841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#98d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#56d841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d886", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8c1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8ce", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8d5", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41c8d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41bbd8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41b4d8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#4180d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#415fd8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#4159d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#5d41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#6a41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#7141d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#7e41d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#9141d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84168", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414e", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#8bd841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#6ad841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8d5", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#7741d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#9841d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415b", "style": "normal"}, {"source": "t_battery_status", "target": "m_crsf_rc", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_crsf_rc", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_crsf_rc", "color": "#d84168", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8bd41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#49d841", "style": "normal"}, {"source": "t_gripper", "target": "m_dshot", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d89a", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d8a1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dsm_rc", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_dsm_rc", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d88241", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#c6d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8a7", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8b4", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#6a41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84154", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#b9d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d84168", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_frsky_telemetry", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_frsky_telemetry", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_frsky_telemetry", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_frsky_telemetry", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88941", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#71d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d88241", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#7ed841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#77d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#6ad841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8ae", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8c8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d88241", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8ce", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#4186d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89641", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8b041", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_ghst_rc", "color": "#d89641", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#41d859", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d85f", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8ce", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#4186d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8416e", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d873", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84168", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_hardfault_stream", "color": "#9141d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#414bd8", "style": "normal"}, {"source": "t_airspeed", "target": "m_hott_telemetry", "color": "#d87b41", "style": "normal"}, {"source": "t_battery_status", "target": "m_hott_telemetry", "color": "#d89641", "style": "normal"}, {"source": "t_esc_status", "target": "m_hott_telemetry", "color": "#b9d841", "style": "normal"}, {"source": "t_home_position", "target": "m_hott_telemetry", "color": "#41d886", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d84168", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d84168", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#63d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d88241", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8b4", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#4186d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#6a41d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#8441d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84161", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d8418f", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#bfd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d84168", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89641", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8ce", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#c641d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#5d41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84168", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88941", "style": "normal"}, {"source": "t_battery_info", "target": "m_mavlink", "color": "#d88f41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a341", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a941", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b641", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8c441", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8ca41", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d141", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d741", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d3d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#c6d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#b9d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#b2d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#abd841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#a5d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#98d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#91d841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#84d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#56d841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d852", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d866", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d86c", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d873", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d880", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d886", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d88d", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d8a7", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8ce", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8d5", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41ced8", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41c8d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41c1d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41aed8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#4193d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#4186d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#416cd8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#415fd8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#5d41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#6a41d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#8b41d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#a541d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#b941d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#bf41d8", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d84189", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84161", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88941", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415b", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d8418f", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89641", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8b041", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89641", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d886", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d88d", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d84168", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8c441", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#50d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d886", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8a7", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41ced8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#418dd8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#4166d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d841ca", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#49d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d89a", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d8a1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841ca", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#49d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d89a", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d8a1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841ca", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#49d841", "style": "normal"}, {"source": "t_gripper", "target": "m_px4io", "color": "#41d879", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d89a", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d8a1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8ce", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#4179d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d84168", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d87541", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d84168", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d88d", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8d5", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4173d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d8bb", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d8bb", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d8bb", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d8bb", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84741", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89641", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b641", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#91d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d84189", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841a9", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87541", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#ccd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#abd841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#5d41d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#6341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#6a41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d8419c", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d86141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#5d41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841ca", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#ab41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d86841", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d86e41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#49d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d873", "style": "normal"}, {"source": "t_gripper", "target": "m_uavcan", "color": "#41d879", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d886", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d89a", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d8a1", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d8bb", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8ce", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#41a7d8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#41a1d8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#419ad8", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#ab41d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#b241d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841c4", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#5dd841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d886", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d5d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#4186d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84168", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_fmu-v6x.json b/docs/public/middleware/graph_px4_fmu-v6x.json index 7beaf21d0a..c102aaa60a 100644 --- a/docs/public/middleware/graph_px4_fmu-v6x.json +++ b/docs/public/middleware/graph_px4_fmu-v6x.json @@ -1 +1 @@ -{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_vcm1193l", "name": "vcm1193l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#d8d141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#41d84e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#4185d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41bdd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#41a8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#4147d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#4171d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#4141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#d8ca41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#71d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#415cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#8c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#93d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#55d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#41d855", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41d878", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#41d8bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#417fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#7141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#bd41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d89a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41d87f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#9341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d8af41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#41d85c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#41d86a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d885", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#41cad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#4741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#5c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#c4d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#41d863", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#4178d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#d841d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#d88541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#b6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#78d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#4163d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#8541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#d841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d87141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#bdd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#a841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#d1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#41d847", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#41d88c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#7841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#a141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#af41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#9ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#4ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#41d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#d141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#d84171", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#d84163", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#d85c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#8cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#5cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#41b6d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#d841a8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#85d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#47d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#41d893", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#5541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d84193", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d8418c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#d85541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#afd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#41d8ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#41d1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#4193d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#4e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#9a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#ca41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d84155", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d8a141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#41d8af", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#41afd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#416ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#7f41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#d84185", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84178", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#d8416a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#d8415c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#d88c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#7fd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d8a8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#41d8b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#b641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#d841af", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#d841a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#d8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#cad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#41d871", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#418cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#414ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#c441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#d86a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d87841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d87f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#41d8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#d8419a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#d86341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#d8a841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#a8d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#a1d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d841ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#d8417f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#4155d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#41c4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_ads1115", "target": "t_adc_report", "color": "#a8d841", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#cad841", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#a8d841", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#d87841", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#d87841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#d87841", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8c441", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8c441", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#8541d8", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#8541d8", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#8541d8", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#41d893", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#7f41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#ca41d8", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#d84147", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#d84141", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#d8415c", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#d86341", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#d84141", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#d86341", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#d8415c", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_vcm1193l", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#41d893", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#7f41d8", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#ca41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#41d893", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#d841af", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#414ed8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#7f41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#ca41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#d8417f", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#d8417f", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#d841af", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#41d893", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#d841af", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#d84147", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#7f41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#ca41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#c4d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41d87f", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#41d841", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d8a141", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#d84171", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#71d841", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#41cad8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#a841d8", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#4155d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d8a8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#7f41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#41d8af", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#416ad8", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#d88c41", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d89a41", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#ca41d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d87141", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d841c4", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d84e41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#41c4d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#4178d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#4163d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#d841d1", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#47d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d84193", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d8418c", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d8af41", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#41d8bd", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#7841d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#d8d841", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#af41d8", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#d141d8", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#41d863", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#4147d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#419ad8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#41d85c", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#d841b6", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#4185d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#41d8a1", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#bd41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#c441d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#d8d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#41d84e", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#4171d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#41afd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#d85c41", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#41a8d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#d8414e", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d885", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#41afd8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#d85c41", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#41d863", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#b6d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#afd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#5cd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#55d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#4141d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#93d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#8cd841", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#78d841", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#a141d8", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#63d841", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#d86a41", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#d841a1", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#d8bd41", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#d8d841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#41d8af", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84178", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8d1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#a141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d84741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#d84141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#41d8d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41bdd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#d86341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#d8419a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#a1d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#41a1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#b641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#4193d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#7fd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#6ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#d87841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#417fd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#d88541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#4178d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#d841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#415cd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d841ca", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#4ed841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#4155d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#4141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#4741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#4e41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#41d863", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d8418c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41d878", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d8af41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#5541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#d8417f", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#41d8ca", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#41d871", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#6a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#7141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#7841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#d8ca41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#8541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#d1d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#8c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8c4", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#9341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#bdd841", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#41d863", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#4147d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#d8416a", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#7141d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#7841d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#af41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#4171d8", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#41d89a", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#41d863", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#41d1d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8c4", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#85d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#78d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#d841a8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#4ed841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#d8a841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#41d855", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#d84185", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d8af41", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8b641", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#d8d141", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d8a8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#41d8af", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#41d8ca", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#9a41d8", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#d8bd41", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#d85541", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#47d841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#d84163", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d87f41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#8541d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#9ad841", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#41a1d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#41b6d8", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d84155", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#41d88c", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#41d86a", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#7141d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#6341d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#d85c41", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#41d847", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#41afd8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#5c41d8", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#41d8b6", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#d841bd", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#418cd8", "style": "dashed"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#a8d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d84155", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#7f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#41d8af", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#d8d141", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#afd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#d8d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#7f41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#41d8b6", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#ca41d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#d141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d84155", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8d1", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d87141", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#d84141", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#d84141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#41d871", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#d841bd", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#d841bd", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#4178d8", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d8a8", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d8af41", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#d8417f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#41d8af", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#41d85c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#41d8af", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#41d85c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#41d8af", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#41d85c", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#7f41d8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#afd841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#d8d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#7f41d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#41d8b6", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#ca41d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#d141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d84155", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8d1", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d87141", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#afd841", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#414ed8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#d8d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#7f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#41d8af", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#41d8b6", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#ca41d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#d141d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d84155", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8d1", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d87141", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#a8d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d8418c", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#7f41d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#418cd8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#d84141", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#afd841", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#418cd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#78d841", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d87141", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#417fd8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#4178d8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#d88541", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#ca41d8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#d141d8", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#d841bd", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#d8d841", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#7f41d8", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#41d8af", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#41d8b6", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d84155", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#9341d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8d1", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#bdd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#78d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#d84e41", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d885", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#41d85c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#41d8af", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#41d8bd", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#419ad8", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#41a1d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#5c41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#41d8af", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#a8d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#41d85c", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d8418c", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d8af41", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#4141d8", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#41d1d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d84e41", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#41c4d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#41b6d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#d86341", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#a1d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#9ad841", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#85d841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#78d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#6ad841", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#63d841", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d87841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#4178d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89341", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#ca41d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#d841d8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#4163d8", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#d841d1", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#d841af", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#d841a8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#47d841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#4155d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#41d847", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#d841a1", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d8418c", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#5541d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d8af41", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#d84185", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#41d871", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84178", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#41d88c", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#d84171", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#d8bd41", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#d84163", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#7f41d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#8541d8", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#41d8af", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#cad841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#41d8bd", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d84155", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#d8419a", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8d1", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#41cad8", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#41d86a", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#a841d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#6341d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#d8bd41", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#d85c41", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#41afd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#5c41d8", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#41d8ca", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#a141d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#78d841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d885", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#d85541", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#6ad841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#47d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#41d841", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d87f41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#4741d8", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#41a1d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#41d8af", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#d84147", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#41d85c", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#63d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#416ad8", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#78d841", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#a841d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#a841d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#bd41d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#4147d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#41d8af", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#78d841", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#4185d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#a841d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#41c4d8", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#41d8a1", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#4178d8", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#41afd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#41d8af", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#41a8d8", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#d8414e", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#a841d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#41c4d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#7841d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#4178d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d8af41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#a841d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#41d841", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#41d8af", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d89a41", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#41d863", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8b641", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41bdd8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#4141d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d84155", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#8c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d8418c", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#41d878", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d8af41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#41d8af", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#41d871", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#41b6d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#d8419a", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d885", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#a841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#47d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#7841d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#4178d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#7f41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#9ad841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#5c41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d8af41", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d8418c", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#b641d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#4178d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#41d8af", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#4e41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d84155", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#41d8af", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#a1d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#41d8af", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84178", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#d84141", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d84e41", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#d86341", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#d86a41", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#d87841", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d87f41", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#d88c41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89341", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d8a141", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d8af41", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#d8bd41", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8c441", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#c4d841", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#b6d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#9ad841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#a1d841", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#93d841", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#8cd841", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#7fd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#78d841", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#71d841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#6ad841", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#63d841", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#5cd841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#55d841", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#4ed841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#47d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#41d841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#41d847", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#41d863", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41d878", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41d87f", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#41d893", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#41d8af", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#41d8bd", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8c4", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8d1", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#41d8d8", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#41d1d8", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#41c4d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#41b6d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#419ad8", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#41a1d8", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#4193d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#4171d8", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#416ad8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#4163d8", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#4155d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#4147d8", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#4141d8", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#5c41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#7141d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#7f41d8", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#8541d8", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#a141d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#a841d8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#c441d8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d841ca", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#d841b6", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d841c4", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#d841a8", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d8418c", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#d84185", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#d8417f", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#d8415c", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d84155", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#a841d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#7141d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#4147d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#41d89a", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d86a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#a841d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#7841d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#af41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#a841d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#41d8af", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d89a41", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#41d863", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#78d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#a141d8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d841c4", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#4ed841", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#41c4d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#d8a841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#4178d8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#41d84e", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d84155", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8c4", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d8af41", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#9a41d8", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#d8bd41", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#d8417f", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#6a41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#a841d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#47d841", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d87f41", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#a8d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#8541d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#41b6d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#d1d841", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#9ad841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#a1d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#4163d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#d8419a", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#41d871", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d87841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#a1d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d84155", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#d8419a", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#41d871", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#41d847", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#a841d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#419ad8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#78d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#4178d8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#4171d8", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#415cd8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#41d841", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#41d855", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84178", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d8ca41", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d8a8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#41d8af", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d84155", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#41d8af", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_serial", "name": "lightware_laser_serial", "type": "Module", "color": "#666666"}, {"id": "m_pm_selector_auterion", "name": "pm_selector_auterion", "type": "Module", "color": "#666666"}, {"id": "m_lightware_laser_i2c", "name": "lightware_laser_i2c", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_is31fl3195", "name": "rgbled_is31fl3195", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_cdcacm_autostart", "name": "cdcacm_autostart", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_hardfault_stream", "name": "hardfault_stream", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_ncp5623c", "name": "rgbled_ncp5623c", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_capture", "name": "camera_capture", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_ulanding_radar", "name": "ulanding_radar", "type": "Module", "color": "#666666"}, {"id": "m_battery_status", "name": "battery_status", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_rgbled_lp5562", "name": "rgbled_lp5562", "type": "Module", "color": "#666666"}, {"id": "m_safety_button", "name": "safety_button", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_i2c_launcher", "name": "i2c_launcher", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_esc_battery", "name": "esc_battery", "type": "Module", "color": "#666666"}, {"id": "m_led_control", "name": "led_control", "type": "Module", "color": "#666666"}, {"id": "m_teraranger", "name": "teraranger", "type": "Module", "color": "#666666"}, {"id": "m_septentrio", "name": "septentrio", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_board_adc", "name": "board_adc", "type": "Module", "color": "#666666"}, {"id": "m_ms5525dso", "name": "ms5525dso", "type": "Module", "color": "#666666"}, {"id": "m_adis16470", "name": "adis16470", "type": "Module", "color": "#666666"}, {"id": "m_icm42670p", "name": "icm42670p", "type": "Module", "color": "#666666"}, {"id": "m_icm42688p", "name": "icm42688p", "type": "Module", "color": "#666666"}, {"id": "m_lsm303agr", "name": "lsm303agr", "type": "Module", "color": "#666666"}, {"id": "m_mmc5983ma", "name": "mmc5983ma", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_icp201xx", "name": "icp201xx", "type": "Module", "color": "#666666"}, {"id": "m_ms4525do", "name": "ms4525do", "type": "Module", "color": "#666666"}, {"id": "m_icm20602", "name": "icm20602", "type": "Module", "color": "#666666"}, {"id": "m_icm20649", "name": "icm20649", "type": "Module", "color": "#666666"}, {"id": "m_icm20948", "name": "icm20948", "type": "Module", "color": "#666666"}, {"id": "m_icm45686", "name": "icm45686", "type": "Module", "color": "#666666"}, {"id": "m_iim42652", "name": "iim42652", "type": "Module", "color": "#666666"}, {"id": "m_qmc5883l", "name": "qmc5883l", "type": "Module", "color": "#666666"}, {"id": "m_rc_input", "name": "rc_input", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_ads1115", "name": "ads1115", "type": "Module", "color": "#666666"}, {"id": "m_cm8jl65", "name": "cm8jl65", "type": "Module", "color": "#666666"}, {"id": "m_tf02pro", "name": "tf02pro", "type": "Module", "color": "#666666"}, {"id": "m_vl53l0x", "name": "vl53l0x", "type": "Module", "color": "#666666"}, {"id": "m_vl53l1x", "name": "vl53l1x", "type": "Module", "color": "#666666"}, {"id": "m_ak09916", "name": "ak09916", "type": "Module", "color": "#666666"}, {"id": "m_hmc5883", "name": "hmc5883", "type": "Module", "color": "#666666"}, {"id": "m_ist8308", "name": "ist8308", "type": "Module", "color": "#666666"}, {"id": "m_ist8310", "name": "ist8310", "type": "Module", "color": "#666666"}, {"id": "m_lis3mdl", "name": "lis3mdl", "type": "Module", "color": "#666666"}, {"id": "m_iis2mdc", "name": "iis2mdc", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out", "name": "pwm_out", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_bmp388", "name": "bmp388", "type": "Module", "color": "#666666"}, {"id": "m_ms5611", "name": "ms5611", "type": "Module", "color": "#666666"}, {"id": "m_ll40ls", "name": "ll40ls", "type": "Module", "color": "#666666"}, {"id": "m_tfmini", "name": "tfmini", "type": "Module", "color": "#666666"}, {"id": "m_heater", "name": "heater", "type": "Module", "color": "#666666"}, {"id": "m_bmi088", "name": "bmi088", "type": "Module", "color": "#666666"}, {"id": "m_rgbled", "name": "rgbled", "type": "Module", "color": "#666666"}, {"id": "m_ak8963", "name": "ak8963", "type": "Module", "color": "#666666"}, {"id": "m_bmm150", "name": "bmm150", "type": "Module", "color": "#666666"}, {"id": "m_rm3100", "name": "rm3100", "type": "Module", "color": "#666666"}, {"id": "m_ina226", "name": "ina226", "type": "Module", "color": "#666666"}, {"id": "m_ina228", "name": "ina228", "type": "Module", "color": "#666666"}, {"id": "m_ina238", "name": "ina238", "type": "Module", "color": "#666666"}, {"id": "m_uavcan", "name": "uavcan", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_sdp3x", "name": "sdp3x", "type": "Module", "color": "#666666"}, {"id": "m_dshot", "name": "dshot", "type": "Module", "color": "#666666"}, {"id": "m_px4io", "name": "px4io", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_distance_sensor_mode_change_request", "name": "distance_sensor_mode_change_request", "type": "topic", "color": "#bed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#4183d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d867", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#73d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84185", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d8b3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#57d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41ced8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#4160d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#7ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#41d860", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d853", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d85a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#b0d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#6cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#41d84c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_operator_id", "name": "open_drone_id_operator_id", "type": "topic", "color": "#419ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#417cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841c9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8ae41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_arm_status", "name": "open_drone_id_arm_status", "type": "topic", "color": "#41a5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#a941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_request", "name": "uavcan_parameter_request", "type": "topic", "color": "#c541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#87d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#5ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8b9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84163", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84155", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#9cd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_uavcan_parameter_value", "name": "uavcan_parameter_value", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d8418c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84177", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#a9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d86e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41acd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_self_id", "name": "open_drone_id_self_id", "type": "topic", "color": "#4197d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d84193", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_open_drone_id_system", "name": "open_drone_id_system", "type": "topic", "color": "#4190d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#80d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8ac", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#7341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#b041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841bc", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841b5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d87e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d8a5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#4175d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#8041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#b741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d8419a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d875", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41b9d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4153d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#5741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#8741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8c341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#a3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41b3d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#4167d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#7a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#a341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d841d0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8417e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8bc41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#c5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#4ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d87c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#d841d7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841c3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#8ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#65d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41c0d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#9541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d8416a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d86a41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d883", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d88a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d897", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8c7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_safety_button", "name": "safety_button", "type": "topic", "color": "#414cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_battery_info", "name": "battery_info", "type": "topic", "color": "#d88c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d89e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#418ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_px4io_status", "name": "px4io_status", "type": "topic", "color": "#416ed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#8e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#be41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8c941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_led_control", "name": "led_control", "type": "topic", "color": "#41d8c0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#4a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#6541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#9c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d84170", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_adc_report", "name": "adc_report", "type": "topic", "color": "#d87041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#b7d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#415ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#5e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#6c41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d890", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41c7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#95d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_adis16470", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_ads1115", "target": "t_adc_report", "color": "#d87041", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d87e41", "style": "dashed"}, {"source": "m_ak09916", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ak8963", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_battery_status", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_bmi088", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_bmm150", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_bmp388", "target": "t_sensor_baro", "color": "#4a41d8", "style": "dashed"}, {"source": "m_board_adc", "target": "t_adc_report", "color": "#d87041", "style": "dashed"}, {"source": "m_board_adc", "target": "t_system_power", "color": "#8e41d8", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_camera_trigger", "color": "#d8a741", "style": "dashed"}, {"source": "m_camera_capture", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89a41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a741", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_cm8jl65", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#95d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#8ed841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#87d841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d883", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d88a", "style": "dashed"}, {"source": "m_commander", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#4175d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#4160d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841ae", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d8416a", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86341", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8ae41", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8c341", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_outputs", "color": "#d85c41", "style": "dashed"}, {"source": "m_dshot", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_dshot", "target": "t_esc_status", "color": "#b7d841", "style": "dashed"}, {"source": "m_dshot", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#b0d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#a9d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#a3d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#9cd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#7a41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d841d0", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841a7", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d8418c", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8417e", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84147", "style": "dashed"}, {"source": "m_esc_battery", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d89e", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#b041d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841b5", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d8a5", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84177", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88541", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#5ed841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#9c41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#80d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#7ad841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#73d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#6cd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#65d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d89e", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d8b3", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8b9", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8ce", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#418ad8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#4183d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#8741d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#65d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#8741d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84177", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#43d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#41d845", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d853", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d85a", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d86e", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d875", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41b9d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d87c", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4145d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#5e41d8", "style": "dashed"}, {"source": "m_hmc5883", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm20602", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm20649", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icm20948", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm42670p", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm42688p", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_icm45686", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_icp201xx", "target": "t_sensor_baro", "color": "#4a41d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_iim42652", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_iis2mdc", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ina226", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_ina228", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_ina238", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_ist8308", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ist8310", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d84193", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d8ac", "style": "dashed"}, {"source": "m_led_control", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_lightware_laser_i2c", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_lightware_laser_serial", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_lis3mdl", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ll40ls", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b541", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8c7", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#d341d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_lsm303agr", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d89e", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8d5", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d5d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d8416a", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8bc41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8c941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d3d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#95d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#57d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#41d845", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#41d84c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#41d860", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d867", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d87c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d890", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d897", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d8ac", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41ced8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41c7d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41acd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_operator_id", "color": "#419ed8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_self_id", "color": "#4197d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_open_drone_id_system", "color": "#4190d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#4167d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#4341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#4a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#5e41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#6541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#7341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#a341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#b041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#b741d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_uavcan_parameter_request", "color": "#c541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#d841d7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d841d0", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841c9", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841a7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d8418c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84177", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84155", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84177", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88541", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#9541d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#b041d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c9", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841b5", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84185", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84e41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84177", "style": "dashed"}, {"source": "m_mmc5983ma", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_ms4525do", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_ms5525dso", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_ms5611", "target": "t_sensor_baro", "color": "#4a41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8bc41", "style": "dashed"}, {"source": "m_navigator", "target": "t_distance_sensor_mode_change_request", "color": "#bed841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#50d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#4ad841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d88a", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41c7d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41c0d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41b3d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#417cd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#415ad8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4153d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#b741d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841a7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d84193", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d84170", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d8416a", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_outputs", "color": "#d85c41", "style": "dashed"}, {"source": "m_pwm_out", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_outputs", "color": "#d85c41", "style": "dashed"}, {"source": "m_px4io", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_px4io", "target": "t_input_rc", "color": "#41d890", "style": "dashed"}, {"source": "m_px4io", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_px4io", "target": "t_px4io_status", "color": "#416ed8", "style": "dashed"}, {"source": "m_px4io", "target": "t_safety_button", "color": "#414cd8", "style": "dashed"}, {"source": "m_px4io", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_px4io", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_qmc5883l", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_rc_input", "target": "t_input_rc", "color": "#41d890", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_rc_input", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d5d8", "style": "dashed"}, {"source": "m_rm3100", "target": "t_sensor_mag", "color": "#6c41d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_safety_button", "target": "t_safety_button", "color": "#414cd8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_safety_button", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_sdp3x", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_send_event", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87741", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#5041d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#7a41d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#8041d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a0", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d8419a", "style": "dashed"}, {"source": "m_septentrio", "target": "t_gps_inject_data", "color": "#41d87c", "style": "dashed"}, {"source": "m_septentrio", "target": "t_satellite_info", "color": "#4145d8", "style": "dashed"}, {"source": "m_septentrio", "target": "t_sensor_gps", "color": "#5e41d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#5741d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_teraranger", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_tf02pro", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_tfmini", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_motors", "color": "#d85541", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_outputs", "color": "#d85c41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_actuator_test", "color": "#d86a41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_battery_info", "color": "#d88c41", "style": "dashed"}, {"source": "m_uavcan", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_esc_status", "color": "#b7d841", "style": "dashed"}, {"source": "m_uavcan", "target": "t_led_control", "color": "#41d8c0", "style": "dashed"}, {"source": "m_uavcan", "target": "t_open_drone_id_arm_status", "color": "#41a5d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_safety_button", "color": "#414cd8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_tune_control", "color": "#be41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_uavcan_parameter_value", "color": "#cc41d8", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_uavcan", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_ulanding_radar", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841c3", "style": "dashed"}, {"source": "m_vl53l0x", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_vl53l1x", "target": "t_distance_sensor", "color": "#c5d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#65d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#8741d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#a941d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841c9", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841bc", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84163", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415c", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414e", "style": "dashed"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87741", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#a3d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#5ed841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8b9", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84163", "style": "normal"}, {"source": "t_adc_report", "target": "m_battery_status", "color": "#d87041", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_status", "color": "#5ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_status", "color": "#d8416a", "style": "normal"}, {"source": "t_adc_report", "target": "m_board_adc", "color": "#d87041", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_capture", "color": "#d841c3", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a741", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#41d845", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d8418c", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_cdcacm_autostart", "color": "#d84741", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85541", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d87e41", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89341", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b541", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#c5d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#b7d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#a9d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#a3d841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#9cd841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#95d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#50d841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d88a", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8c7", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8d5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d5d8", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41c0d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41b3d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41acd8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#4175d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4153d8", "style": "normal"}, {"source": "t_safety_button", "target": "m_commander", "color": "#414cd8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#5741d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#5e41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#6541d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#6c41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#7a41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#8041d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#8e41d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#a341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d8416a", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414e", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#87d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#65d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d5d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#8741d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#a941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84163", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415c", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8bc41", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_dshot", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_dshot", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_dshot", "color": "#d86341", "style": "normal"}, {"source": "t_actuator_test", "target": "m_dshot", "color": "#d86a41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_dshot", "color": "#43d841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_dshot", "color": "#41d89e", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_dshot", "color": "#41d8a5", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_dshot", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_dshot", "color": "#d841c3", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d87e41", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#c5d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8ac", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8b9", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#7a41d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#8041d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84155", "style": "normal"}, {"source": "t_esc_status", "target": "m_esc_battery", "color": "#b7d841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_esc_battery", "color": "#5ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_esc_battery", "color": "#d8416a", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#9541d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d8416a", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d87e41", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88541", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#6cd841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d8416a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d8416a", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d87e41", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#7ad841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#73d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#65d841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8b3", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d8416a", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d87e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8d5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#417cd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#b041d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d8416a", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d87e41", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89341", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8ae41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84177", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d8416a", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#41d84c", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#41d860", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d867", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8d5", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#417cd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d84170", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d87c", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#5741d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#6541d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d8416a", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_hardfault_stream", "color": "#a341d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_heater", "color": "#4341d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_i2c_launcher", "color": "#d8416a", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina226", "color": "#5ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina226", "color": "#d8416a", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina228", "color": "#5ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina228", "color": "#d8416a", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_ina238", "color": "#5ed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ina238", "color": "#d8416a", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d87e41", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8b9", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#417cd8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#7a41d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#9541d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#b041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84163", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d897", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d8418c", "style": "normal"}, {"source": "t_distance_sensor_mode_change_request", "target": "m_lightware_laser_i2c", "color": "#bed841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_lightware_laser_i2c", "color": "#d8416a", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89341", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8d5", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d8416a", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#6c41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d8416a", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d5d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d8416a", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85c41", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d87e41", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88541", "style": "normal"}, {"source": "t_battery_info", "target": "m_mavlink", "color": "#d88c41", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89341", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89a41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a041", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a741", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b541", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8c341", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8c941", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d041", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d741", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d3d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#c5d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#b7d841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#b0d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#a9d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#a3d841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#95d841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#8ed841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#80d841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#50d841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#41d84c", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d853", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d85a", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d86e", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d875", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d87c", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d883", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d88a", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d890", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d8ac", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8d5", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d5d8", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41c7d8", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41c0d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41b9d8", "style": "normal"}, {"source": "t_open_drone_id_arm_status", "target": "m_mavlink", "color": "#41a5d8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#418ad8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#417cd8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#4160d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4153d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#5741d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#5e41d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#6c41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#7a41d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#9c41d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#b741d8", "style": "normal"}, {"source": "t_uavcan_parameter_value", "target": "m_mavlink", "color": "#cc41d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841bc", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d8419a", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84185", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8417e", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84177", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84163", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88541", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841c9", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d8416a", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415c", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#b041d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841b5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d8418c", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89341", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8ae41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84177", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d8416a", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d87e41", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89341", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d88a", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d890", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d8416a", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8c341", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#4ad841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d88a", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8ac", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41c7d8", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#4183d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#415ad8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#b741d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841a7", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d8416a", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84147", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pm_selector_auterion", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out", "color": "#d86341", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out", "color": "#d86a41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out", "color": "#43d841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out", "color": "#41d89e", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out", "color": "#41d8a5", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out", "color": "#d841c3", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_px4io", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_px4io", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_px4io", "color": "#d86341", "style": "normal"}, {"source": "t_actuator_test", "target": "m_px4io", "color": "#d86a41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_px4io", "color": "#43d841", "style": "normal"}, {"source": "t_landing_gear", "target": "m_px4io", "color": "#41d89e", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_px4io", "color": "#41d8a5", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_px4io", "color": "#41d8d5", "style": "normal"}, {"source": "t_px4io_status", "target": "m_px4io", "color": "#416ed8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_px4io", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_px4io", "color": "#d8416a", "style": "normal"}, {"source": "t_adc_report", "target": "m_rc_input", "color": "#d87041", "style": "normal"}, {"source": "t_battery_status", "target": "m_rc_input", "color": "#d89341", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rc_input", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_rc_input", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_rc_input", "color": "#d8416a", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d890", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d5d8", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#4167d8", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled", "color": "#41d8c0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_is31fl3195", "color": "#41d8c0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_lp5562", "color": "#41d8c0", "style": "normal"}, {"source": "t_led_control", "target": "m_rgbled_ncp5623c", "color": "#41d8c0", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_safety_button", "color": "#d84741", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89341", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b541", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#8ed841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d8416a", "style": "normal"}, {"source": "t_adc_report", "target": "m_sensors", "color": "#d87041", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#ccd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#a9d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#5741d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#6541d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#6c41d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#7341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#7a41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a0", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d8419a", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_septentrio", "color": "#41d87c", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#4a41d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#6541d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#6c41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841c3", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#be41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_uavcan", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_uavcan", "color": "#d85541", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_uavcan", "color": "#d86341", "style": "normal"}, {"source": "t_actuator_test", "target": "m_uavcan", "color": "#d86a41", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_uavcan", "color": "#43d841", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_uavcan", "color": "#41d87c", "style": "normal"}, {"source": "t_home_position", "target": "m_uavcan", "color": "#41d88a", "style": "normal"}, {"source": "t_landing_gear", "target": "m_uavcan", "color": "#41d89e", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_uavcan", "color": "#41d8a5", "style": "normal"}, {"source": "t_led_control", "target": "m_uavcan", "color": "#41d8c0", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uavcan", "color": "#41d8d5", "style": "normal"}, {"source": "t_open_drone_id_operator_id", "target": "m_uavcan", "color": "#419ed8", "style": "normal"}, {"source": "t_open_drone_id_self_id", "target": "m_uavcan", "color": "#4197d8", "style": "normal"}, {"source": "t_open_drone_id_system", "target": "m_uavcan", "color": "#4190d8", "style": "normal"}, {"source": "t_tune_control", "target": "m_uavcan", "color": "#be41d8", "style": "normal"}, {"source": "t_uavcan_parameter_request", "target": "m_uavcan", "color": "#c541d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_uavcan", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_uavcan", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uavcan", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_uavcan", "color": "#d8416a", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841bc", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d87e41", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#57d841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d88a", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41ced8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#417cd8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#9c41d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d841d0", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841c3", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841ae", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d84193", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d8418c", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84185", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d8416a", "style": "normal"}]} \ No newline at end of file diff --git a/docs/public/middleware/graph_px4_sitl.json b/docs/public/middleware/graph_px4_sitl.json index eb6e1afc8c..04d7687057 100644 --- a/docs/public/middleware/graph_px4_sitl.json +++ b/docs/public/middleware/graph_px4_sitl.json @@ -1 +1 @@ -{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_fake_magnetometer", "name": "fake_magnetometer", "type": "Module", "color": "#666666"}, {"id": "m_px4_mavlink_debug", "name": "px4_mavlink_debug", "type": "Module", "color": "#666666"}, {"id": "m_work_item_example", "name": "work_item_example", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_px4_simple_app", "name": "px4_simple_app", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_fake_gps", "name": "fake_gps", "type": "Module", "color": "#666666"}, {"id": "m_fake_imu", "name": "fake_imu", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#41d852", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#a5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#bf41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#4186d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#77d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d886", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#4173d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#41d893", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#ab41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#c6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#5dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#415fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#4159d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#d841ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#b9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41c8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#5d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#8b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#71d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#b941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#c641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#41d866", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#4193d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#4152d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#d841d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#41c1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#d8ca41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#41d859", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#41d873", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#98d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#91d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#4166d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#bfd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#41a7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#9841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#9ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#49d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#416cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#a541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#41d85f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#41d86c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#41d88d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#b241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#d8a341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#b2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#41ced8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#7141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#8441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#d841d7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d8418f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#84d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#56d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#5641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d84189", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#d88941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#41d8c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#41d8c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#418dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#4941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#7741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#d841b0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#abd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#8bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#41d8a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#9e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#d8d741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#d88f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d841a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#d8b041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#9141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8415b", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#8bd841", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#d87b41", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#d8a341", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#d8b641", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#4166d8", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#d84175", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#63d841", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#d341d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#84d841", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#d8b041", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#56d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#7e41d8", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#8441d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#41d84b", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#41ced8", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#98d841", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#d8b641", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#41d8ae", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41a1d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#41c1d8", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#41d86c", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#4179d8", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d84141", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#43d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#b941d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#d86841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d87541", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#41d866", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#41d880", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#41d8a1", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#9ed841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#d84175", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#d84147", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#d8b641", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#41d873", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#d84161", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#6a41d8", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d89c41", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#8b41d8", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#41d8c8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8bb", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#77d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#41d893", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#d841c4", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#50d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#4186d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#d84168", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#d89641", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#d84161", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#d85b41", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41c8d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#bf41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#4159d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#d84168", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#d841c4", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#c6d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#bfd841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#4193d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#415fd8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#9841d8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#d86141", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#41b4d8", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#7ed841", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#6ad841", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d841a3", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d87541", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#9ed841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#b941d8", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#d86841", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8d5", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#7741d8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#ccd841", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8ce", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#d84161", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#41ced8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d8418f", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#41aed8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#ab41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#b241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#d85441", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#b941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#d86141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#c641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d87541", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#d87b41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#d841d1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#d841ca", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro_fifo", "color": "#d88241", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#d88941", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#d88f41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#416cd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#d841b6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#d8b041", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#d841b0", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#d8ca41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#d8b641", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#d8d741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d886", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#4152d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#41d88d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#4341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#5041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#5641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#abd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#4941d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#d84182", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d84189", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#7141d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#91d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#8bd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#41d8c1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#6ad841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#41bbd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8414e", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d89c41", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#d8416e", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#4186d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#5041d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#b2d841", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#41d873", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d8a941", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#49d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41a1d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d87541", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#d841d7", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#418dd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#d88f41", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#41d85f", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#41d8b4", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#91d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#d8417b", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#7ed841", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#41ced8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#d84154", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8414e", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#9e41d8", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#41d89a", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#ccd841", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#5dd841", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#b9d841", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#41d86c", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#d8c441", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#d86e41", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#d3d841", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#b9d841", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#d8c441", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#d86e41", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#d3d841", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#b9d841", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#d84e41", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#5d41d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#d8c441", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#d86e41", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#d3d841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#5dd841", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#5041d8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a9", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#d841d1", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#41d5d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#d84196", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#41bbd8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#41d880", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#419ad8", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#7141d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#a541d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#d86141", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d852", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#d841d1", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#d841ca", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#d88941", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#4173d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#41d86c", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#d841b0", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#d8ca41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#414bd8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#41d88d", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#d8419c", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#4941d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#a5d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#abd841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#41d8a7", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#8bd841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#84d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#8441d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#84d841", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#a541d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d841bd", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#4180d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#8441d8", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#41d86c", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#cc41d8", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#d841d1", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#d841b0", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#8bd841", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#abd841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#c641d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d852", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#d88241", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#d841d1", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#d88941", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#4173d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#d841b0", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#d8ca41", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#d8d741", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#414bd8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#d8419c", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#4941d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#5641d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#a5d841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#abd841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#41d8a7", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#9141d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#41d88d", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#d88241", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d8419c", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#d88941", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#4173d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#4941d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#a5d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#41bbd8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#41d852", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#4145d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#41a7d8", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#5041d8", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#d84741", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#41d859", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#d841c4", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#5041d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#d84168", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#41d845", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#6341d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#41d879", "style": "dashed"}, {"source": "m_actuator_test", "target": "t_actuator_test", "color": "#84d841", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#d8bd41", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#d8414e", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#d8b641", "style": "dashed"}, {"source": "m_fake_gps", "target": "t_sensor_gps", "color": "#8bd841", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_gyro_fifo", "color": "#d88241", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_accel", "color": "#d88941", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_gyro", "color": "#4941d8", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_esc_status", "color": "#41d8a7", "style": "dashed"}, {"source": "m_fake_magnetometer", "target": "t_sensor_mag", "color": "#abd841", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_vect", "color": "#41aed8", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_array", "color": "#41d8c1", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_key_value", "color": "#d8d141", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_value", "color": "#4341d8", "style": "dashed"}, {"source": "m_px4_simple_app", "target": "t_vehicle_attitude", "color": "#d84175", "style": "dashed"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#b941d8", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#d87b41", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d87541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#d84175", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41a1d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#b941d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#7141d8", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#d8d741", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#d8b641", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#41ced8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#7ed841", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#41d8c8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#d84175", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#41bbd8", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#b941d8", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41c8d8", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#41d879", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#b941d8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#c641d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d87541", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#d84175", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8415b", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#d86141", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#49d841", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#b941d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#41a7d8", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#43d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#41d845", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41a1d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#419ad8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d87541", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#41d859", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#d841d7", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#d841d1", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#d88941", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#4180d8", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#41d85f", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#4166d8", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#41d866", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#d8b041", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d8bd41", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#d841b0", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#41d880", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#4152d8", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#41d88d", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#ccd841", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d841a3", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#4145d8", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#41d8a1", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#abd841", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d8418f", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#98d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#41d8a7", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#7141d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#8bd841", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#7ed841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#d84175", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8d5", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#41d5d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#41ced8", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#41d879", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#d84741", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#ccd841", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#d841c4", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#d84168", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#9141d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#41d84b", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#41d8ae", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8414e", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#7ed841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#41d88d", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#41ced8", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41c8d8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#d84196", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d8bd41", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#41bbd8", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#6ad841", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#41d880", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#419ad8", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d841a3", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#7e41d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d8bd41", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#5041d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#b2d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#5041d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d89c41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#41ced8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#b941d8", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#4159d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#41ced8", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#7ed841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#77d841", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#41d893", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#d84175", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#4166d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#b941d8", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#bf41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d87541", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#7ed841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8ce", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#d84175", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#4166d8", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#b941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#d84154", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#71d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#4179d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#4166d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#41d84b", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d87541", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#7ed841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#d84175", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#418dd8", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#ab41d8", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#d841b6", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#d84154", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#d86141", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#41ced8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#d88941", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#41a7d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#41d880", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#41d5d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#d88241", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d87541", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#41d5d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#8441d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#b941d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#b2d841", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#4166d8", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41c8d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#d84154", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#41d879", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#41d880", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#7ed841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#41d88d", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#d84175", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#8441d8", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#b941d8", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#6ad841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#c641d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8ce", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#b241d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d8bd41", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#7141d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#41ced8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#ccd841", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#41ced8", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d84141", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#d85b41", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#d86841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d87541", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#d88f41", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#d8a341", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#d8b041", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d8bd41", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d141", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#d8d741", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#ccd841", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#c6d841", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#bfd841", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#9ed841", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#a5d841", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#abd841", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#91d841", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#8bd841", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#71d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#6ad841", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#63d841", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#5dd841", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#56d841", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#41d852", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#41d85f", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#41d866", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#41d879", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#41d880", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#41d88d", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#41d8a7", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#41d8c1", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#41d8c8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#41d5d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#41ced8", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#41bbd8", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#41aed8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#41a7d8", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41a1d8", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#4193d8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#4186d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#4173d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#4166d8", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#415fd8", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#4341d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#5041d8", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#7141d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#7741d8", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#7e41d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#8441d8", "style": "normal"}, {"source": "t_rpm", "target": "m_mavlink", "color": "#9141d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#9841d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#b941d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#d841d7", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#d841d1", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#d841ca", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d841bd", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d8419c", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d84189", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#d84175", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8415b", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#d84154", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#7ed841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#5041d8", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d89c41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#6341d8", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d8a941", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#7ed841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#41d873", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#7ed841", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#71d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#4179d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#41d84b", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d87541", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#91d841", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d84141", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#7ed841", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#5dd841", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#d88f41", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#50d841", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#41ced8", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#43d841", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#b941d8", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#6ad841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d8bd41", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#41d8b4", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41a1d8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d8bd41", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#ccd841", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#416cd8", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#d8d741", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_ackermann", "color": "#4152d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#5dd841", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#b9d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#d84175", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#d8416e", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#41d8ce", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#d84e41", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#5d41d8", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#41d86c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#b941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#d84154", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#41d84b", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#d86e41", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#d3d841", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_differential", "color": "#4152d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#b9d841", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#d84175", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#41d8ce", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#d84e41", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#5d41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#b941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#d84154", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#41d84b", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#d86e41", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#d3d841", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_mecanum", "color": "#4152d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#b9d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#d84175", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#d8416e", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#d84e41", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#5d41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#b941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#d84154", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#d8c441", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#41d84b", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#d86e41", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#d3d841", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d87541", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#d84175", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#5041d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#b941d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#d84154", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a9", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#d841d1", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#d88941", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#41d5d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#d8ca41", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#abd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#41d866", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#41a7d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#41d84b", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#41d880", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#d8bd41", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#41ced8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#84d841", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#41d89a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#41d8ce", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#4180d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#8441d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#d8bd41", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#415fd8", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#6a41d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#41c1d8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#41b4d8", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#84d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#41d89a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8ce", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#4180d8", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#8441d8", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d8bd41", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#6a41d8", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#41c1d8", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#41b4d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#a5d841", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#a5d841", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#4173d8", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#a541d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#d8bd41", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#7141d8", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d841bd", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#a541d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#d88941", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#abd841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d8bd41", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#71d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#5041d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#41d84b", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#b941d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#d8416e", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#41d845", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#41d84b", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41a1d8", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#4186d8", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#4166d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#d84154", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d8bd41", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d886", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d8418f", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#7ed841", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#41d8c8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#41ced8", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#41d845", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#d84141", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#d8d741", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fake_magnetometer", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_work_item_example", "color": "#41ced8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_work_item_example", "color": "#d88941", "style": "normal"}]} \ No newline at end of file +{"nodes": [{"id": "m_fw_autotune_attitude_control", "name": "fw_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_autotune_attitude_control", "name": "mc_autotune_attitude_control", "type": "Module", "color": "#666666"}, {"id": "m_landing_target_estimator", "name": "landing_target_estimator", "type": "Module", "color": "#666666"}, {"id": "m_local_position_estimator", "name": "local_position_estimator", "type": "Module", "color": "#666666"}, {"id": "m_temperature_compensation", "name": "temperature_compensation", "type": "Module", "color": "#666666"}, {"id": "m_system_power_simulator", "name": "system_power_simulator", "type": "Module", "color": "#666666"}, {"id": "m_attitude_estimator_q", "name": "attitude_estimator_q", "type": "Module", "color": "#666666"}, {"id": "m_airship_att_control", "name": "airship_att_control", "type": "Module", "color": "#666666"}, {"id": "m_flight_mode_manager", "name": "flight_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_sensor_airspeed_sim", "name": "sensor_airspeed_sim", "type": "Module", "color": "#666666"}, {"id": "m_fw_lat_lon_control", "name": "fw_lat_lon_control", "type": "Module", "color": "#666666"}, {"id": "m_mag_bias_estimator", "name": "mag_bias_estimator", "type": "Module", "color": "#666666"}, {"id": "m_rover_differential", "name": "rover_differential", "type": "Module", "color": "#666666"}, {"id": "m_airspeed_selector", "name": "airspeed_selector", "type": "Module", "color": "#666666"}, {"id": "m_control_allocator", "name": "control_allocator", "type": "Module", "color": "#666666"}, {"id": "m_payload_deliverer", "name": "payload_deliverer", "type": "Module", "color": "#666666"}, {"id": "m_rover_pos_control", "name": "rover_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_battery_simulator", "name": "battery_simulator", "type": "Module", "color": "#666666"}, {"id": "m_simulator_mavlink", "name": "simulator_mavlink", "type": "Module", "color": "#666666"}, {"id": "m_fake_magnetometer", "name": "fake_magnetometer", "type": "Module", "color": "#666666"}, {"id": "m_px4_mavlink_debug", "name": "px4_mavlink_debug", "type": "Module", "color": "#666666"}, {"id": "m_work_item_example", "name": "work_item_example", "type": "Module", "color": "#666666"}, {"id": "m_gyro_calibration", "name": "gyro_calibration", "type": "Module", "color": "#666666"}, {"id": "m_uxrce_dds_client", "name": "uxrce_dds_client", "type": "Module", "color": "#666666"}, {"id": "m_vtol_att_control", "name": "vtol_att_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_feedback", "name": "camera_feedback", "type": "Module", "color": "#666666"}, {"id": "m_fw_mode_manager", "name": "fw_mode_manager", "type": "Module", "color": "#666666"}, {"id": "m_fw_rate_control", "name": "fw_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_rate_control", "name": "mc_rate_control", "type": "Module", "color": "#666666"}, {"id": "m_rover_ackermann", "name": "rover_ackermann", "type": "Module", "color": "#666666"}, {"id": "m_sensor_baro_sim", "name": "sensor_baro_sim", "type": "Module", "color": "#666666"}, {"id": "m_uuv_att_control", "name": "uuv_att_control", "type": "Module", "color": "#666666"}, {"id": "m_uuv_pos_control", "name": "uuv_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_camera_trigger", "name": "camera_trigger", "type": "Module", "color": "#666666"}, {"id": "m_fw_att_control", "name": "fw_att_control", "type": "Module", "color": "#666666"}, {"id": "m_manual_control", "name": "manual_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_att_control", "name": "mc_att_control", "type": "Module", "color": "#666666"}, {"id": "m_mc_pos_control", "name": "mc_pos_control", "type": "Module", "color": "#666666"}, {"id": "m_sensor_agp_sim", "name": "sensor_agp_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_gps_sim", "name": "sensor_gps_sim", "type": "Module", "color": "#666666"}, {"id": "m_sensor_mag_sim", "name": "sensor_mag_sim", "type": "Module", "color": "#666666"}, {"id": "m_px4_simple_app", "name": "px4_simple_app", "type": "Module", "color": "#666666"}, {"id": "m_land_detector", "name": "land_detector", "type": "Module", "color": "#666666"}, {"id": "m_rover_mecanum", "name": "rover_mecanum", "type": "Module", "color": "#666666"}, {"id": "m_simulator_sih", "name": "simulator_sih", "type": "Module", "color": "#666666"}, {"id": "m_actuator_test", "name": "actuator_test", "type": "Module", "color": "#666666"}, {"id": "m_tune_control", "name": "tune_control", "type": "Module", "color": "#666666"}, {"id": "m_pwm_out_sim", "name": "pwm_out_sim", "type": "Module", "color": "#666666"}, {"id": "m_tone_alarm", "name": "tone_alarm", "type": "Module", "color": "#666666"}, {"id": "m_send_event", "name": "send_event", "type": "Module", "color": "#666666"}, {"id": "m_commander", "name": "commander", "type": "Module", "color": "#666666"}, {"id": "m_navigator", "name": "navigator", "type": "Module", "color": "#666666"}, {"id": "m_rc_update", "name": "rc_update", "type": "Module", "color": "#666666"}, {"id": "m_gz_bridge", "name": "gz_bridge", "type": "Module", "color": "#666666"}, {"id": "m_gyro_fft", "name": "gyro_fft", "type": "Module", "color": "#666666"}, {"id": "m_load_mon", "name": "load_mon", "type": "Module", "color": "#666666"}, {"id": "m_fake_gps", "name": "fake_gps", "type": "Module", "color": "#666666"}, {"id": "m_fake_imu", "name": "fake_imu", "type": "Module", "color": "#666666"}, {"id": "m_msp_osd", "name": "msp_osd", "type": "Module", "color": "#666666"}, {"id": "m_dataman", "name": "dataman", "type": "Module", "color": "#666666"}, {"id": "m_mavlink", "name": "mavlink", "type": "Module", "color": "#666666"}, {"id": "m_sensors", "name": "sensors", "type": "Module", "color": "#666666"}, {"id": "m_failure", "name": "failure", "type": "Module", "color": "#666666"}, {"id": "m_gimbal", "name": "gimbal", "type": "Module", "color": "#666666"}, {"id": "m_logger", "name": "logger", "type": "Module", "color": "#666666"}, {"id": "m_tests", "name": "tests", "type": "Module", "color": "#666666"}, {"id": "m_ekf2", "name": "ekf2", "type": "Module", "color": "#666666"}, {"id": "m_gps", "name": "gps", "type": "Module", "color": "#666666"}, {"id": "t_vehicle_angular_velocity_groundtruth", "name": "vehicle_angular_velocity_groundtruth", "type": "topic", "color": "#c641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position_groundtruth", "name": "vehicle_global_position_groundtruth", "type": "topic", "color": "#d841b0", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_longitudinal_control_configuration", "name": "longitudinal_control_configuration", "type": "topic", "color": "#41d8bb", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_landing_status", "name": "position_controller_landing_status", "type": "topic", "color": "#41b4d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_groundtruth", "name": "vehicle_local_position_groundtruth", "type": "topic", "color": "#d8418f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_manual_control", "name": "gimbal_manager_set_manual_control", "type": "topic", "color": "#41d859", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_autotune_attitude_control_status", "name": "autotune_attitude_control_status", "type": "topic", "color": "#d88941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_longitudinal_setpoint", "name": "fixed_wing_longitudinal_setpoint", "type": "topic", "color": "#7ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position_setpoint", "name": "vehicle_local_position_setpoint", "type": "topic", "color": "#d84189", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_attitude_status", "name": "gimbal_device_attitude_status", "type": "topic", "color": "#49d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_lateral_control_configuration", "name": "lateral_control_configuration", "type": "topic", "color": "#41d8a7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fw_virtual_attitude_setpoint", "name": "fw_virtual_attitude_setpoint", "type": "topic", "color": "#63d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mc_virtual_attitude_setpoint", "name": "mc_virtual_attitude_setpoint", "type": "topic", "color": "#41d8ce", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_register_ext_component_reply", "name": "register_ext_component_reply", "type": "topic", "color": "#4193d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_groundtruth", "name": "vehicle_attitude_groundtruth", "type": "topic", "color": "#d341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_lateral_setpoint", "name": "fixed_wing_lateral_setpoint", "type": "topic", "color": "#84d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_set_attitude", "name": "gimbal_manager_set_attitude", "type": "topic", "color": "#41d852", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_controls_status_0", "name": "actuator_controls_status_0", "type": "topic", "color": "#d84e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorControlsStatus.msg"}, {"id": "t_gimbal_device_set_attitude", "name": "gimbal_device_set_attitude", "type": "topic", "color": "#41d845", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_information", "name": "gimbal_manager_information", "type": "topic", "color": "#41d84b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_controller_status", "name": "position_controller_status", "type": "topic", "color": "#41aed8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_selector_status", "name": "estimator_selector_status", "type": "topic", "color": "#b9d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_fixed_wing_runway_control", "name": "fixed_wing_runway_control", "type": "topic", "color": "#77d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_device_information", "name": "gimbal_device_information", "type": "topic", "color": "#43d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_position_setpoint_triplet", "name": "position_setpoint_triplet", "type": "topic", "color": "#41a7d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude_setpoint", "name": "vehicle_attitude_setpoint", "type": "topic", "color": "#d841d7", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_control_allocator_status", "name": "control_allocator_status", "type": "topic", "color": "#d8b041", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tiltrotor_extra_controls", "name": "tiltrotor_extra_controls", "type": "topic", "color": "#9e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failure_detector_status", "name": "failure_detector_status", "type": "topic", "color": "#91d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flight_phase_estimation", "name": "flight_phase_estimation", "type": "topic", "color": "#6ad841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_launch_detection_status", "name": "launch_detection_status", "type": "topic", "color": "#41d8ae", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_setpoint", "name": "manual_control_setpoint", "type": "topic", "color": "#41d8c1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_manual_control_switches", "name": "manual_control_switches", "type": "topic", "color": "#41d8c8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_attitude_setpoint", "name": "rover_attitude_setpoint", "type": "topic", "color": "#418dd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_position_setpoint", "name": "rover_position_setpoint", "type": "topic", "color": "#4186d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_steering_setpoint", "name": "rover_steering_setpoint", "type": "topic", "color": "#4179d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_throttle_setpoint", "name": "rover_throttle_setpoint", "type": "topic", "color": "#4173d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_velocity_setpoint", "name": "rover_velocity_setpoint", "type": "topic", "color": "#416cd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_global_position", "name": "vehicle_global_position", "type": "topic", "color": "#d841b6", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_thrust_setpoint", "name": "vehicle_thrust_setpoint", "type": "topic", "color": "#d84161", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg"}, {"id": "t_vehicle_torque_setpoint", "name": "vehicle_torque_setpoint", "type": "topic", "color": "#d8415b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleTorqueSetpoint.msg"}, {"id": "t_vehicle_visual_odometry", "name": "vehicle_visual_odometry", "type": "topic", "color": "#d84154", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status_flags", "name": "estimator_status_flags", "type": "topic", "color": "#a5d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_local_position", "name": "vehicle_local_position", "type": "topic", "color": "#d84196", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_mocap_odometry", "name": "vehicle_mocap_odometry", "type": "topic", "color": "#d84182", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_rates_setpoint", "name": "vehicle_rates_setpoint", "type": "topic", "color": "#d84175", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_differential_pressure", "name": "differential_pressure", "type": "topic", "color": "#ccd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_sensor_bias", "name": "estimator_sensor_bias", "type": "topic", "color": "#b2d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_manager_status", "name": "gimbal_manager_status", "type": "topic", "color": "#41d85f", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_offboard_control_mode", "name": "offboard_control_mode", "type": "topic", "color": "#41c1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_land_detected", "name": "vehicle_land_detected", "type": "topic", "color": "#d8419c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_outputs_sim", "name": "actuator_outputs_sim", "type": "topic", "color": "#d86141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_actuator_servos_trim", "name": "actuator_servos_trim", "type": "topic", "color": "#d86e41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_control_mode", "name": "vehicle_control_mode", "type": "topic", "color": "#d841bd", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_aux_global_position", "name": "aux_global_position", "type": "topic", "color": "#d88f41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource2d.msg"}, {"id": "t_figure_eight_status", "name": "figure_eight_status", "type": "topic", "color": "#8bd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_target_pose", "name": "landing_target_pose", "type": "topic", "color": "#41d8a1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rover_rate_setpoint", "name": "rover_rate_setpoint", "type": "topic", "color": "#4180d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_optical_flow", "name": "sensor_optical_flow", "type": "topic", "color": "#6a41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_trajectory_setpoint", "name": "trajectory_setpoint", "type": "topic", "color": "#a541d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command_ack", "name": "vehicle_command_ack", "type": "topic", "color": "#d841ca", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_constraints", "name": "vehicle_constraints", "type": "topic", "color": "#d841c4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vtol_vehicle_status", "name": "vtol_vehicle_status", "type": "topic", "color": "#d8414e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed_validated", "name": "airspeed_validated", "type": "topic", "color": "#d88241", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear_wheel", "name": "landing_gear_wheel", "type": "topic", "color": "#41d89a", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_power_button_state", "name": "power_button_state", "type": "topic", "color": "#41a1d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensors_status_imu", "name": "sensors_status_imu", "type": "topic", "color": "#7741d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_transponder_report", "name": "transponder_report", "type": "topic", "color": "#ab41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu_status", "name": "vehicle_imu_status", "type": "topic", "color": "#d841a3", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_v1_command", "name": "gimbal_v1_command", "type": "topic", "color": "#41d866", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mount_orientation", "name": "mount_orientation", "type": "topic", "color": "#41ced8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_time_estimate", "name": "rtl_time_estimate", "type": "topic", "color": "#4159d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_correction", "name": "sensor_correction", "type": "topic", "color": "#4941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_spoilers_setpoint", "name": "spoilers_setpoint", "type": "topic", "color": "#7e41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_actuator_outputs", "name": "actuator_outputs", "type": "topic", "color": "#d85b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorOutputs.msg"}, {"id": "t_dataman_response", "name": "dataman_response", "type": "topic", "color": "#d8c441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_estimator_status", "name": "estimator_status", "type": "topic", "color": "#abd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_navigator_status", "name": "navigator_status", "type": "topic", "color": "#41c8d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rc_parameter_map", "name": "rc_parameter_map", "type": "topic", "color": "#419ad8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro_fifo", "name": "sensor_gyro_fifo", "type": "topic", "color": "#5d41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_selection", "name": "sensor_selection", "type": "topic", "color": "#7141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_telemetry_status", "name": "telemetry_status", "type": "topic", "color": "#9841d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_attitude", "name": "vehicle_attitude", "type": "topic", "color": "#cc41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_odometry", "name": "vehicle_odometry", "type": "topic", "color": "#d8417b", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_motors", "name": "actuator_motors", "type": "topic", "color": "#d85441", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_servos", "name": "actuator_servos", "type": "topic", "color": "#d86841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_dataman_request", "name": "dataman_request", "type": "topic", "color": "#d8bd41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_key_value", "name": "debug_key_value", "type": "topic", "color": "#d8d141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_distance_sensor", "name": "distance_sensor", "type": "topic", "color": "#c6d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_result", "name": "geofence_result", "type": "topic", "color": "#5dd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_geofence_status", "name": "geofence_status", "type": "topic", "color": "#56d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gimbal_controls", "name": "gimbal_controls", "type": "topic", "color": "#50d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gps_inject_data", "name": "gps_inject_data", "type": "topic", "color": "#41d86c", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_combined", "name": "sensor_combined", "type": "topic", "color": "#4341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream_ack", "name": "ulog_stream_ack", "type": "topic", "color": "#bf41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_command", "name": "vehicle_command", "type": "topic", "color": "#d841d1", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_action_request", "name": "action_request", "type": "topic", "color": "#d84141", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_armed", "name": "actuator_armed", "type": "topic", "color": "#d84741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_battery_status", "name": "battery_status", "type": "topic", "color": "#d89641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_capture", "name": "camera_capture", "type": "topic", "color": "#d89c41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_trigger", "name": "camera_trigger", "type": "topic", "color": "#d8a941", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_failsafe_flags", "name": "failsafe_flags", "type": "topic", "color": "#98d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_flaps_setpoint", "name": "flaps_setpoint", "type": "topic", "color": "#71d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/NormalizedUnsignedSetpoint.msg"}, {"id": "t_mission_result", "name": "mission_result", "type": "topic", "color": "#41d5d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_satellite_info", "name": "satellite_info", "type": "topic", "color": "#4152d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_takeoff_status", "name": "takeoff_status", "type": "topic", "color": "#8b41d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_status", "name": "vehicle_status", "type": "topic", "color": "#d84168", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_actuator_test", "name": "actuator_test", "type": "topic", "color": "#d87541", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_camera_status", "name": "camera_status", "type": "topic", "color": "#d8a341", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_health_report", "name": "health_report", "type": "topic", "color": "#41d879", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_home_position", "name": "home_position", "type": "topic", "color": "#41d880", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_irlock_report", "name": "irlock_report", "type": "topic", "color": "#41d88d", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_logger_status", "name": "logger_status", "type": "topic", "color": "#41d8b4", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_landing_gear", "name": "landing_gear", "type": "topic", "color": "#41d893", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_orbit_status", "name": "orbit_status", "type": "topic", "color": "#41bbd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_accel", "name": "sensor_accel", "type": "topic", "color": "#414bd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_system_power", "name": "system_power", "type": "topic", "color": "#8441d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tune_control", "name": "tune_control", "type": "topic", "color": "#b241d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_array", "name": "debug_array", "type": "topic", "color": "#d8ca41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_value", "name": "debug_value", "type": "topic", "color": "#d8d741", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_baro", "name": "sensor_baro", "type": "topic", "color": "#4145d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gyro", "name": "sensor_gyro", "type": "topic", "color": "#5641d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_tecs_status", "name": "tecs_status", "type": "topic", "color": "#9141d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_ulog_stream", "name": "ulog_stream", "type": "topic", "color": "#b941d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_imu", "name": "vehicle_imu", "type": "topic", "color": "#d841a9", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_vehicle_roi", "name": "vehicle_roi", "type": "topic", "color": "#d8416e", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_debug_vect", "name": "debug_vect", "type": "topic", "color": "#d3d841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_esc_status", "name": "esc_status", "type": "topic", "color": "#bfd841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_rtl_status", "name": "rtl_status", "type": "topic", "color": "#415fd8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_sensor_gps", "name": "sensor_gps", "type": "topic", "color": "#5041d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg"}, {"id": "t_sensor_mag", "name": "sensor_mag", "type": "topic", "color": "#6341d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_airspeed", "name": "airspeed", "type": "topic", "color": "#d87b41", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/EstimatorAidSource1d.msg"}, {"id": "t_input_rc", "name": "input_rc", "type": "topic", "color": "#41d886", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_cpuload", "name": "cpuload", "type": "topic", "color": "#d8b641", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_gripper", "name": "gripper", "type": "topic", "color": "#41d873", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_mission", "name": "mission", "type": "topic", "color": "#41d8d5", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}, {"id": "t_event", "name": "event", "type": "topic", "color": "#9ed841", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/ButtonEvent.msg"}, {"id": "t_wind", "name": "wind", "type": "topic", "color": "#d84147", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/Wind.msg"}, {"id": "t_rpm", "name": "rpm", "type": "topic", "color": "#4166d8", "url": "https://github.com/PX4/PX4-Autopilot/blob/main/msg/no_file.msg"}], "links": [{"source": "m_actuator_test", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_airship_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_airspeed_selector", "target": "t_airspeed_validated", "color": "#d88241", "style": "dashed"}, {"source": "m_attitude_estimator_q", "target": "t_vehicle_attitude", "color": "#cc41d8", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_battery_simulator", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_camera_feedback", "target": "t_camera_capture", "color": "#d89c41", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_camera_trigger", "color": "#d8a941", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_camera_trigger", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_commander", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_commander", "target": "t_event", "color": "#9ed841", "style": "dashed"}, {"source": "m_commander", "target": "t_failsafe_flags", "color": "#98d841", "style": "dashed"}, {"source": "m_commander", "target": "t_failure_detector_status", "color": "#91d841", "style": "dashed"}, {"source": "m_commander", "target": "t_health_report", "color": "#41d879", "style": "dashed"}, {"source": "m_commander", "target": "t_home_position", "color": "#41d880", "style": "dashed"}, {"source": "m_commander", "target": "t_power_button_state", "color": "#41a1d8", "style": "dashed"}, {"source": "m_commander", "target": "t_register_ext_component_reply", "color": "#4193d8", "style": "dashed"}, {"source": "m_commander", "target": "t_tune_control", "color": "#b241d8", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_control_mode", "color": "#d841bd", "style": "dashed"}, {"source": "m_commander", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos", "color": "#d86841", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_actuator_servos_trim", "color": "#d86e41", "style": "dashed"}, {"source": "m_control_allocator", "target": "t_control_allocator_status", "color": "#d8b041", "style": "dashed"}, {"source": "m_dataman", "target": "t_dataman_response", "color": "#d8c441", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_selector_status", "color": "#b9d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_sensor_bias", "color": "#b2d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status", "color": "#abd841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_estimator_status_flags", "color": "#a5d841", "style": "dashed"}, {"source": "m_ekf2", "target": "t_sensor_selection", "color": "#7141d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_attitude", "color": "#cc41d8", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_local_position", "color": "#d84196", "style": "dashed"}, {"source": "m_ekf2", "target": "t_vehicle_odometry", "color": "#d8417b", "style": "dashed"}, {"source": "m_ekf2", "target": "t_wind", "color": "#d84147", "style": "dashed"}, {"source": "m_failure", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_fake_gps", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_esc_status", "color": "#bfd841", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_fake_imu", "target": "t_sensor_gyro_fifo", "color": "#5d41d8", "style": "dashed"}, {"source": "m_fake_magnetometer", "target": "t_sensor_mag", "color": "#6341d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_landing_gear", "color": "#41d893", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_trajectory_setpoint", "color": "#a541d8", "style": "dashed"}, {"source": "m_flight_mode_manager", "target": "t_vehicle_constraints", "color": "#d841c4", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_landing_gear_wheel", "color": "#41d89a", "style": "dashed"}, {"source": "m_fw_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_fw_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88941", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_flight_phase_estimation", "color": "#6ad841", "style": "dashed"}, {"source": "m_fw_lat_lon_control", "target": "t_tecs_status", "color": "#9141d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_figure_eight_status", "color": "#8bd841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_lateral_setpoint", "color": "#84d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_longitudinal_setpoint", "color": "#7ed841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_fixed_wing_runway_control", "color": "#77d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_flaps_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_landing_gear", "color": "#41d893", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_lateral_control_configuration", "color": "#41d8a7", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_launch_detection_status", "color": "#41d8ae", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_longitudinal_control_configuration", "color": "#41d8bb", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_orbit_status", "color": "#41bbd8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_position_controller_landing_status", "color": "#41b4d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_spoilers_setpoint", "color": "#7e41d8", "style": "dashed"}, {"source": "m_fw_mode_manager", "target": "t_vehicle_local_position_setpoint", "color": "#d84189", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_flaps_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_spoilers_setpoint", "color": "#7e41d8", "style": "dashed"}, {"source": "m_fw_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_controls", "color": "#50d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_attitude_status", "color": "#49d841", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_device_set_attitude", "color": "#41d845", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_information", "color": "#41d84b", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_manager_status", "color": "#41d85f", "style": "dashed"}, {"source": "m_gimbal", "target": "t_gimbal_v1_command", "color": "#41d866", "style": "dashed"}, {"source": "m_gimbal", "target": "t_mount_orientation", "color": "#41ced8", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_gimbal", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_gps", "target": "t_gps_inject_data", "color": "#41d86c", "style": "dashed"}, {"source": "m_gps", "target": "t_satellite_info", "color": "#4152d8", "style": "dashed"}, {"source": "m_gps", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_servos", "color": "#d86841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_esc_status", "color": "#bfd841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_attitude_status", "color": "#49d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_gimbal_device_information", "color": "#43d841", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_mag", "color": "#6341d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_sensor_optical_flow", "color": "#6a41d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c641d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_attitude_groundtruth", "color": "#d341d8", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b0", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_local_position_groundtruth", "color": "#d8418f", "style": "dashed"}, {"source": "m_gz_bridge", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_land_detector", "target": "t_vehicle_land_detected", "color": "#d8419c", "style": "dashed"}, {"source": "m_landing_target_estimator", "target": "t_landing_target_pose", "color": "#41d8a1", "style": "dashed"}, {"source": "m_load_mon", "target": "t_cpuload", "color": "#d8b641", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_estimator_status", "color": "#abd841", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_local_position", "color": "#d84196", "style": "dashed"}, {"source": "m_local_position_estimator", "target": "t_vehicle_odometry", "color": "#d8417b", "style": "dashed"}, {"source": "m_logger", "target": "t_logger_status", "color": "#41d8b4", "style": "dashed"}, {"source": "m_logger", "target": "t_ulog_stream", "color": "#b941d8", "style": "dashed"}, {"source": "m_logger", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_manual_control", "target": "t_action_request", "color": "#d84141", "style": "dashed"}, {"source": "m_manual_control", "target": "t_landing_gear", "color": "#41d893", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_setpoint", "color": "#41d8c1", "style": "dashed"}, {"source": "m_manual_control", "target": "t_manual_control_switches", "color": "#41d8c8", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_manual_control", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_mavlink", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_battery_status", "color": "#d89641", "style": "dashed"}, {"source": "m_mavlink", "target": "t_camera_status", "color": "#d8a341", "style": "dashed"}, {"source": "m_mavlink", "target": "t_dataman_request", "color": "#d8bd41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_array", "color": "#d8ca41", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_key_value", "color": "#d8d141", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_value", "color": "#d8d741", "style": "dashed"}, {"source": "m_mavlink", "target": "t_debug_vect", "color": "#d3d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_event", "color": "#9ed841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_fw_virtual_attitude_setpoint", "color": "#63d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_attitude_status", "color": "#49d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_device_information", "color": "#43d841", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_attitude", "color": "#41d852", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gimbal_manager_set_manual_control", "color": "#41d859", "style": "dashed"}, {"source": "m_mavlink", "target": "t_gps_inject_data", "color": "#41d86c", "style": "dashed"}, {"source": "m_mavlink", "target": "t_input_rc", "color": "#41d886", "style": "dashed"}, {"source": "m_mavlink", "target": "t_irlock_report", "color": "#41d88d", "style": "dashed"}, {"source": "m_mavlink", "target": "t_landing_target_pose", "color": "#41d8a1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mc_virtual_attitude_setpoint", "color": "#41d8ce", "style": "dashed"}, {"source": "m_mavlink", "target": "t_mission", "color": "#41d8d5", "style": "dashed"}, {"source": "m_mavlink", "target": "t_offboard_control_mode", "color": "#41c1d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_rc_parameter_map", "color": "#419ad8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_gyro_fifo", "color": "#5d41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_mag", "color": "#6341d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_sensor_optical_flow", "color": "#6a41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_telemetry_status", "color": "#9841d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_trajectory_setpoint", "color": "#a541d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_transponder_report", "color": "#ab41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_tune_control", "color": "#b241d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_ulog_stream_ack", "color": "#bf41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude", "color": "#cc41d8", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_attitude_setpoint", "color": "#d841d7", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_local_position", "color": "#d84196", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84182", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_mc_att_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_mc_autotune_attitude_control", "target": "t_autotune_attitude_control_status", "color": "#d88941", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_takeoff_status", "color": "#8b41d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_trajectory_setpoint", "color": "#a541d8", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d7", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_constraints", "color": "#d841c4", "style": "dashed"}, {"source": "m_mc_pos_control", "target": "t_vehicle_local_position_setpoint", "color": "#d84189", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_actuator_controls_status_0", "color": "#d84e41", "style": "dashed"}, {"source": "m_mc_rate_control", "target": "t_vehicle_rates_setpoint", "color": "#d84175", "style": "dashed"}, {"source": "m_navigator", "target": "t_dataman_request", "color": "#d8bd41", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_result", "color": "#5dd841", "style": "dashed"}, {"source": "m_navigator", "target": "t_geofence_status", "color": "#56d841", "style": "dashed"}, {"source": "m_navigator", "target": "t_home_position", "color": "#41d880", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission", "color": "#41d8d5", "style": "dashed"}, {"source": "m_navigator", "target": "t_mission_result", "color": "#41d5d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_navigator_status", "color": "#41c8d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_position_setpoint_triplet", "color": "#41a7d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_status", "color": "#415fd8", "style": "dashed"}, {"source": "m_navigator", "target": "t_rtl_time_estimate", "color": "#4159d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_transponder_report", "color": "#ab41d8", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_global_position", "color": "#d841b6", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_land_detected", "color": "#d8419c", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_roi", "color": "#d8416e", "style": "dashed"}, {"source": "m_navigator", "target": "t_vehicle_status", "color": "#d84168", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_gripper", "color": "#41d873", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_payload_deliverer", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_armed", "color": "#d84741", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs", "color": "#d85b41", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_outputs_sim", "color": "#d86141", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_servos", "color": "#d86841", "style": "dashed"}, {"source": "m_pwm_out_sim", "target": "t_actuator_test", "color": "#d87541", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_array", "color": "#d8ca41", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_key_value", "color": "#d8d141", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_value", "color": "#d8d741", "style": "dashed"}, {"source": "m_px4_mavlink_debug", "target": "t_debug_vect", "color": "#d3d841", "style": "dashed"}, {"source": "m_px4_simple_app", "target": "t_vehicle_attitude", "color": "#cc41d8", "style": "dashed"}, {"source": "m_rc_update", "target": "t_manual_control_switches", "color": "#41d8c8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_actuator_servos", "color": "#d86841", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_position_controller_status", "color": "#41aed8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_attitude_setpoint", "color": "#418dd8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_position_setpoint", "color": "#4186d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_rate_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_steering_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_throttle_setpoint", "color": "#4173d8", "style": "dashed"}, {"source": "m_rover_ackermann", "target": "t_rover_velocity_setpoint", "color": "#416cd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_attitude_setpoint", "color": "#418dd8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_position_setpoint", "color": "#4186d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_rate_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_steering_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_throttle_setpoint", "color": "#4173d8", "style": "dashed"}, {"source": "m_rover_differential", "target": "t_rover_velocity_setpoint", "color": "#416cd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_actuator_motors", "color": "#d85441", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_attitude_setpoint", "color": "#418dd8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_position_setpoint", "color": "#4186d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_rate_setpoint", "color": "#4180d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_steering_setpoint", "color": "#4179d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_throttle_setpoint", "color": "#4173d8", "style": "dashed"}, {"source": "m_rover_mecanum", "target": "t_rover_velocity_setpoint", "color": "#416cd8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_position_controller_status", "color": "#41aed8", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d7", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_rover_pos_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_send_event", "target": "t_tune_control", "color": "#b241d8", "style": "dashed"}, {"source": "m_send_event", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_sensor_agp_sim", "target": "t_aux_global_position", "color": "#d88f41", "style": "dashed"}, {"source": "m_sensor_airspeed_sim", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_sensor_baro_sim", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_sensor_gps_sim", "target": "t_sensor_gps", "color": "#5041d8", "style": "dashed"}, {"source": "m_sensor_mag_sim", "target": "t_sensor_mag", "color": "#6341d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_sensors", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_combined", "color": "#4341d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensor_selection", "color": "#7141d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_sensors_status_imu", "color": "#7741d8", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu", "color": "#d841a9", "style": "dashed"}, {"source": "m_sensors", "target": "t_vehicle_imu_status", "color": "#d841a3", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_differential_pressure", "color": "#ccd841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_esc_status", "color": "#bfd841", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_input_rc", "color": "#41d886", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_irlock_report", "color": "#41d88d", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_rpm", "color": "#4166d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_baro", "color": "#4145d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_gyro_fifo", "color": "#5d41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_mag", "color": "#6341d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_sensor_optical_flow", "color": "#6a41d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c641d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_attitude_groundtruth", "color": "#d341d8", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b0", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_local_position_groundtruth", "color": "#d8418f", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_mocap_odometry", "color": "#d84182", "style": "dashed"}, {"source": "m_simulator_mavlink", "target": "t_vehicle_visual_odometry", "color": "#d84154", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_airspeed", "color": "#d87b41", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_distance_sensor", "color": "#c6d841", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_accel", "color": "#414bd8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro", "color": "#5641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_sensor_gyro_fifo", "color": "#5d41d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_angular_velocity_groundtruth", "color": "#c641d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_attitude_groundtruth", "color": "#d341d8", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_global_position_groundtruth", "color": "#d841b0", "style": "dashed"}, {"source": "m_simulator_sih", "target": "t_vehicle_local_position_groundtruth", "color": "#d8418f", "style": "dashed"}, {"source": "m_system_power_simulator", "target": "t_system_power", "color": "#8441d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_sensor_correction", "color": "#4941d8", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_temperature_compensation", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_tests", "target": "t_dataman_request", "color": "#d8bd41", "style": "dashed"}, {"source": "m_tone_alarm", "target": "t_tune_control", "color": "#b241d8", "style": "dashed"}, {"source": "m_tune_control", "target": "t_tune_control", "color": "#b241d8", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_uuv_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_uuv_pos_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d7", "style": "dashed"}, {"source": "m_uxrce_dds_client", "target": "t_vehicle_command", "color": "#d841d1", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_flaps_setpoint", "color": "#71d841", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_spoilers_setpoint", "color": "#7e41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_tiltrotor_extra_controls", "color": "#9e41d8", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_attitude_setpoint", "color": "#d841d7", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_command_ack", "color": "#d841ca", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_thrust_setpoint", "color": "#d84161", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vehicle_torque_setpoint", "color": "#d8415b", "style": "dashed"}, {"source": "m_vtol_att_control", "target": "t_vtol_vehicle_status", "color": "#d8414e", "style": "dashed"}, {"source": "t_manual_control_setpoint", "target": "m_airship_att_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airship_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed", "target": "m_airspeed_selector", "color": "#d87b41", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_airspeed_selector", "color": "#b9d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_airspeed_selector", "color": "#abd841", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_airspeed_selector", "color": "#6ad841", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_airspeed_selector", "color": "#41d8ae", "style": "normal"}, {"source": "t_tecs_status", "target": "m_airspeed_selector", "color": "#9141d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_airspeed_selector", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_airspeed_selector", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_airspeed_selector", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_airspeed_selector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_airspeed_selector", "color": "#d84161", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_attitude_estimator_q", "color": "#4341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_attitude_estimator_q", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_attitude_estimator_q", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_attitude_estimator_q", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_attitude_estimator_q", "color": "#d84154", "style": "normal"}, {"source": "t_flight_phase_estimation", "target": "m_battery_simulator", "color": "#6ad841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_battery_simulator", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_battery_simulator", "color": "#d84168", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_camera_feedback", "color": "#d8a941", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_camera_feedback", "color": "#49d841", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_camera_feedback", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_camera_feedback", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_camera_trigger", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_camera_trigger", "color": "#d84196", "style": "normal"}, {"source": "t_action_request", "target": "m_commander", "color": "#d84141", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_commander", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_commander", "color": "#d85441", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_commander", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_commander", "color": "#d89641", "style": "normal"}, {"source": "t_cpuload", "target": "m_commander", "color": "#d8b641", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_commander", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_commander", "color": "#c6d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_commander", "color": "#bfd841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_commander", "color": "#b9d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_commander", "color": "#b2d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_commander", "color": "#abd841", "style": "normal"}, {"source": "t_estimator_status_flags", "target": "m_commander", "color": "#a5d841", "style": "normal"}, {"source": "t_event", "target": "m_commander", "color": "#9ed841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_commander", "color": "#5dd841", "style": "normal"}, {"source": "t_home_position", "target": "m_commander", "color": "#41d880", "style": "normal"}, {"source": "t_logger_status", "target": "m_commander", "color": "#41d8b4", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_commander", "color": "#41d8c1", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_commander", "color": "#41d8c8", "style": "normal"}, {"source": "t_mission_result", "target": "m_commander", "color": "#41d5d8", "style": "normal"}, {"source": "t_navigator_status", "target": "m_commander", "color": "#41c8d8", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_commander", "color": "#41c1d8", "style": "normal"}, {"source": "t_power_button_state", "target": "m_commander", "color": "#41a1d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_commander", "color": "#4159d8", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_commander", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_commander", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_commander", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_commander", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_commander", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_commander", "color": "#6341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_commander", "color": "#7141d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_commander", "color": "#7741d8", "style": "normal"}, {"source": "t_system_power", "target": "m_commander", "color": "#8441d8", "style": "normal"}, {"source": "t_telemetry_status", "target": "m_commander", "color": "#9841d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_commander", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_commander", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_commander", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_commander", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_commander", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_commander", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_commander", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_commander", "color": "#d84168", "style": "normal"}, {"source": "t_vtol_vehicle_status", "target": "m_commander", "color": "#d8414e", "style": "normal"}, {"source": "t_wind", "target": "m_commander", "color": "#d84147", "style": "normal"}, {"source": "t_failure_detector_status", "target": "m_control_allocator", "color": "#91d841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_control_allocator", "color": "#71d841", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_control_allocator", "color": "#41d8c8", "style": "normal"}, {"source": "t_rpm", "target": "m_control_allocator", "color": "#4166d8", "style": "normal"}, {"source": "t_spoilers_setpoint", "target": "m_control_allocator", "color": "#7e41d8", "style": "normal"}, {"source": "t_tiltrotor_extra_controls", "target": "m_control_allocator", "color": "#9e41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_control_allocator", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_control_allocator", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_control_allocator", "color": "#d84161", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_control_allocator", "color": "#d8415b", "style": "normal"}, {"source": "t_dataman_request", "target": "m_dataman", "color": "#d8bd41", "style": "normal"}, {"source": "t_airspeed", "target": "m_ekf2", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_ekf2", "color": "#d88241", "style": "normal"}, {"source": "t_aux_global_position", "target": "m_ekf2", "color": "#d88f41", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_ekf2", "color": "#c6d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_ekf2", "color": "#41d8a1", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_ekf2", "color": "#41d8ae", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_ekf2", "color": "#4341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_ekf2", "color": "#7141d8", "style": "normal"}, {"source": "t_sensors_status_imu", "target": "m_ekf2", "color": "#7741d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_ekf2", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_ekf2", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_ekf2", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_ekf2", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_ekf2", "color": "#d84154", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_failure", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fake_magnetometer", "color": "#cc41d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_flight_mode_manager", "color": "#8b41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_flight_mode_manager", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_flight_mode_manager", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_flight_mode_manager", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_flight_mode_manager", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_flight_mode_manager", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_flight_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_fw_att_control", "color": "#d88941", "style": "normal"}, {"source": "t_fixed_wing_runway_control", "target": "m_fw_att_control", "color": "#77d841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_att_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_att_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_fw_att_control", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_att_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_autotune_attitude_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_lat_lon_control", "color": "#d88241", "style": "normal"}, {"source": "t_fixed_wing_lateral_setpoint", "target": "m_fw_lat_lon_control", "color": "#84d841", "style": "normal"}, {"source": "t_fixed_wing_longitudinal_setpoint", "target": "m_fw_lat_lon_control", "color": "#7ed841", "style": "normal"}, {"source": "t_flaps_setpoint", "target": "m_fw_lat_lon_control", "color": "#71d841", "style": "normal"}, {"source": "t_lateral_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8a7", "style": "normal"}, {"source": "t_longitudinal_control_configuration", "target": "m_fw_lat_lon_control", "color": "#41d8bb", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_lat_lon_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_lat_lon_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_lat_lon_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_lat_lon_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_lat_lon_control", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_lat_lon_control", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_mode_manager", "color": "#d88241", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_mode_manager", "color": "#41d8c1", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_fw_mode_manager", "color": "#41a7d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_fw_mode_manager", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_fw_mode_manager", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_fw_mode_manager", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_mode_manager", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_fw_mode_manager", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_mode_manager", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_fw_mode_manager", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_mode_manager", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_fw_mode_manager", "color": "#d84147", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_fw_rate_control", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_fw_rate_control", "color": "#d89641", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_fw_rate_control", "color": "#d8b041", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_fw_rate_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_fw_rate_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_fw_rate_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_fw_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_fw_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_gimbal", "color": "#49d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_gimbal", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_manager_set_attitude", "target": "m_gimbal", "color": "#41d852", "style": "normal"}, {"source": "t_gimbal_manager_set_manual_control", "target": "m_gimbal", "color": "#41d859", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gimbal", "color": "#41d8c1", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_gimbal", "color": "#41a7d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_gimbal", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gimbal", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_gimbal", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_gimbal", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_roi", "target": "m_gimbal", "color": "#d8416e", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_gps", "color": "#41d86c", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_gyro_calibration", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_gyro_calibration", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_calibration", "color": "#5641d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_gyro_calibration", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_gyro_fft", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_gyro_fifo", "target": "m_gyro_fft", "color": "#5d41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_gyro_fft", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_gyro_fft", "color": "#d841a3", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_gz_bridge", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_gz_bridge", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_gz_bridge", "color": "#d86e41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_gz_bridge", "color": "#d87541", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_gz_bridge", "color": "#50d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_gz_bridge", "color": "#41d845", "style": "normal"}, {"source": "t_gripper", "target": "m_gz_bridge", "color": "#41d873", "style": "normal"}, {"source": "t_landing_gear", "target": "m_gz_bridge", "color": "#41d893", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_gz_bridge", "color": "#41d89a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_gz_bridge", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_gz_bridge", "color": "#d841d1", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_land_detector", "color": "#d84741", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_land_detector", "color": "#d88241", "style": "normal"}, {"source": "t_launch_detection_status", "target": "m_land_detector", "color": "#41d8ae", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_land_detector", "color": "#41a7d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_land_detector", "color": "#7141d8", "style": "normal"}, {"source": "t_takeoff_status", "target": "m_land_detector", "color": "#8b41d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_land_detector", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_land_detector", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_land_detector", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_land_detector", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_land_detector", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_land_detector", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_land_detector", "color": "#d84161", "style": "normal"}, {"source": "t_irlock_report", "target": "m_landing_target_estimator", "color": "#41d88d", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_landing_target_estimator", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_landing_target_estimator", "color": "#d84196", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_local_position_estimator", "color": "#d84741", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_local_position_estimator", "color": "#c6d841", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_local_position_estimator", "color": "#41d8a1", "style": "normal"}, {"source": "t_sensor_combined", "target": "m_local_position_estimator", "color": "#4341d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_local_position_estimator", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_local_position_estimator", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_local_position_estimator", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_local_position_estimator", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_mocap_odometry", "target": "m_local_position_estimator", "color": "#d84182", "style": "normal"}, {"source": "t_vehicle_visual_odometry", "target": "m_local_position_estimator", "color": "#d84154", "style": "normal"}, {"source": "t_battery_status", "target": "m_logger", "color": "#d89641", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_logger", "color": "#41d8c1", "style": "normal"}, {"source": "t_ulog_stream_ack", "target": "m_logger", "color": "#bf41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_logger", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_logger", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mag_bias_estimator", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mag_bias_estimator", "color": "#d84168", "style": "normal"}, {"source": "t_action_request", "target": "m_manual_control", "color": "#d84141", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_manual_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_manual_control", "color": "#41d8c8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_manual_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_mavlink", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_mavlink", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_airspeed", "target": "m_mavlink", "color": "#d87b41", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_mavlink", "color": "#d88241", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mavlink", "color": "#d88941", "style": "normal"}, {"source": "t_battery_status", "target": "m_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_camera_capture", "target": "m_mavlink", "color": "#d89c41", "style": "normal"}, {"source": "t_camera_status", "target": "m_mavlink", "color": "#d8a341", "style": "normal"}, {"source": "t_camera_trigger", "target": "m_mavlink", "color": "#d8a941", "style": "normal"}, {"source": "t_cpuload", "target": "m_mavlink", "color": "#d8b641", "style": "normal"}, {"source": "t_dataman_response", "target": "m_mavlink", "color": "#d8c441", "style": "normal"}, {"source": "t_debug_array", "target": "m_mavlink", "color": "#d8ca41", "style": "normal"}, {"source": "t_debug_key_value", "target": "m_mavlink", "color": "#d8d141", "style": "normal"}, {"source": "t_debug_value", "target": "m_mavlink", "color": "#d8d741", "style": "normal"}, {"source": "t_debug_vect", "target": "m_mavlink", "color": "#d3d841", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_mavlink", "color": "#ccd841", "style": "normal"}, {"source": "t_distance_sensor", "target": "m_mavlink", "color": "#c6d841", "style": "normal"}, {"source": "t_esc_status", "target": "m_mavlink", "color": "#bfd841", "style": "normal"}, {"source": "t_estimator_selector_status", "target": "m_mavlink", "color": "#b9d841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_mavlink", "color": "#b2d841", "style": "normal"}, {"source": "t_estimator_status", "target": "m_mavlink", "color": "#abd841", "style": "normal"}, {"source": "t_event", "target": "m_mavlink", "color": "#9ed841", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_mavlink", "color": "#98d841", "style": "normal"}, {"source": "t_figure_eight_status", "target": "m_mavlink", "color": "#8bd841", "style": "normal"}, {"source": "t_geofence_result", "target": "m_mavlink", "color": "#5dd841", "style": "normal"}, {"source": "t_gimbal_device_attitude_status", "target": "m_mavlink", "color": "#49d841", "style": "normal"}, {"source": "t_gimbal_device_information", "target": "m_mavlink", "color": "#43d841", "style": "normal"}, {"source": "t_gimbal_device_set_attitude", "target": "m_mavlink", "color": "#41d845", "style": "normal"}, {"source": "t_gimbal_manager_information", "target": "m_mavlink", "color": "#41d84b", "style": "normal"}, {"source": "t_gimbal_manager_status", "target": "m_mavlink", "color": "#41d85f", "style": "normal"}, {"source": "t_gimbal_v1_command", "target": "m_mavlink", "color": "#41d866", "style": "normal"}, {"source": "t_gps_inject_data", "target": "m_mavlink", "color": "#41d86c", "style": "normal"}, {"source": "t_health_report", "target": "m_mavlink", "color": "#41d879", "style": "normal"}, {"source": "t_home_position", "target": "m_mavlink", "color": "#41d880", "style": "normal"}, {"source": "t_input_rc", "target": "m_mavlink", "color": "#41d886", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_mavlink", "color": "#41d8a1", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mavlink", "color": "#41d8c1", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_mavlink", "color": "#41d8c8", "style": "normal"}, {"source": "t_mission", "target": "m_mavlink", "color": "#41d8d5", "style": "normal"}, {"source": "t_mission_result", "target": "m_mavlink", "color": "#41d5d8", "style": "normal"}, {"source": "t_mount_orientation", "target": "m_mavlink", "color": "#41ced8", "style": "normal"}, {"source": "t_orbit_status", "target": "m_mavlink", "color": "#41bbd8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_mavlink", "color": "#41aed8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_mavlink", "color": "#41a7d8", "style": "normal"}, {"source": "t_register_ext_component_reply", "target": "m_mavlink", "color": "#4193d8", "style": "normal"}, {"source": "t_rpm", "target": "m_mavlink", "color": "#4166d8", "style": "normal"}, {"source": "t_rtl_time_estimate", "target": "m_mavlink", "color": "#4159d8", "style": "normal"}, {"source": "t_satellite_info", "target": "m_mavlink", "color": "#4152d8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_mavlink", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_mavlink", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gps", "target": "m_mavlink", "color": "#5041d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_mavlink", "color": "#6341d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_mavlink", "color": "#7141d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_mavlink", "color": "#9141d8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_mavlink", "color": "#ab41d8", "style": "normal"}, {"source": "t_ulog_stream", "target": "m_mavlink", "color": "#b941d8", "style": "normal"}, {"source": "t_vehicle_angular_velocity_groundtruth", "target": "m_mavlink", "color": "#c641d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mavlink", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_mavlink", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mavlink", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_mavlink", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_mavlink", "color": "#d841ca", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mavlink", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_mavlink", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_mavlink", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_mavlink", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_mavlink", "color": "#d841a3", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mavlink", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mavlink", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_mavlink", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_mavlink", "color": "#d84189", "style": "normal"}, {"source": "t_vehicle_odometry", "target": "m_mavlink", "color": "#d8417b", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mavlink", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mavlink", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_thrust_setpoint", "target": "m_mavlink", "color": "#d84161", "style": "normal"}, {"source": "t_wind", "target": "m_mavlink", "color": "#d84147", "style": "normal"}, {"source": "t_autotune_attitude_control_status", "target": "m_mc_att_control", "color": "#d88941", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_att_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_mc_att_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_mc_att_control", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_att_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_controls_status_0", "target": "m_mc_autotune_attitude_control", "color": "#d84e41", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_autotune_attitude_control", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_torque_setpoint", "target": "m_mc_autotune_attitude_control", "color": "#d8415b", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_mc_pos_control", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_constraints", "target": "m_mc_pos_control", "color": "#d841c4", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_pos_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_pos_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_mc_pos_control", "color": "#d84196", "style": "normal"}, {"source": "t_battery_status", "target": "m_mc_rate_control", "color": "#d89641", "style": "normal"}, {"source": "t_control_allocator_status", "target": "m_mc_rate_control", "color": "#d8b041", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_mc_rate_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_mc_rate_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_mc_rate_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_mc_rate_control", "color": "#d84175", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_mc_rate_control", "color": "#d84168", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_msp_osd", "color": "#d88241", "style": "normal"}, {"source": "t_battery_status", "target": "m_msp_osd", "color": "#d89641", "style": "normal"}, {"source": "t_home_position", "target": "m_msp_osd", "color": "#41d880", "style": "normal"}, {"source": "t_input_rc", "target": "m_msp_osd", "color": "#41d886", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_msp_osd", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_msp_osd", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_msp_osd", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_msp_osd", "color": "#d84168", "style": "normal"}, {"source": "t_dataman_response", "target": "m_navigator", "color": "#d8c441", "style": "normal"}, {"source": "t_geofence_status", "target": "m_navigator", "color": "#56d841", "style": "normal"}, {"source": "t_home_position", "target": "m_navigator", "color": "#41d880", "style": "normal"}, {"source": "t_landing_target_pose", "target": "m_navigator", "color": "#41d8a1", "style": "normal"}, {"source": "t_mission", "target": "m_navigator", "color": "#41d8d5", "style": "normal"}, {"source": "t_position_controller_landing_status", "target": "m_navigator", "color": "#41b4d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_navigator", "color": "#41aed8", "style": "normal"}, {"source": "t_rtl_status", "target": "m_navigator", "color": "#415fd8", "style": "normal"}, {"source": "t_transponder_report", "target": "m_navigator", "color": "#ab41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_navigator", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_navigator", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_navigator", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_navigator", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_navigator", "color": "#d84168", "style": "normal"}, {"source": "t_wind", "target": "m_navigator", "color": "#d84147", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_payload_deliverer", "color": "#d841d1", "style": "normal"}, {"source": "t_actuator_armed", "target": "m_pwm_out_sim", "color": "#d84741", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_pwm_out_sim", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos_trim", "target": "m_pwm_out_sim", "color": "#d86e41", "style": "normal"}, {"source": "t_actuator_test", "target": "m_pwm_out_sim", "color": "#d87541", "style": "normal"}, {"source": "t_gimbal_controls", "target": "m_pwm_out_sim", "color": "#50d841", "style": "normal"}, {"source": "t_gripper", "target": "m_pwm_out_sim", "color": "#41d873", "style": "normal"}, {"source": "t_landing_gear", "target": "m_pwm_out_sim", "color": "#41d893", "style": "normal"}, {"source": "t_landing_gear_wheel", "target": "m_pwm_out_sim", "color": "#41d89a", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_pwm_out_sim", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_pwm_out_sim", "color": "#d841d1", "style": "normal"}, {"source": "t_input_rc", "target": "m_rc_update", "color": "#41d886", "style": "normal"}, {"source": "t_manual_control_switches", "target": "m_rc_update", "color": "#41d8c8", "style": "normal"}, {"source": "t_rc_parameter_map", "target": "m_rc_update", "color": "#419ad8", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_ackermann", "color": "#d85441", "style": "normal"}, {"source": "t_actuator_servos", "target": "m_rover_ackermann", "color": "#d86841", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_ackermann", "color": "#41d8c1", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_ackermann", "color": "#41c1d8", "style": "normal"}, {"source": "t_position_controller_status", "target": "m_rover_ackermann", "color": "#41aed8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_ackermann", "color": "#41a7d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_ackermann", "color": "#418dd8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_ackermann", "color": "#4186d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_ackermann", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_ackermann", "color": "#4179d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_ackermann", "color": "#4173d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_ackermann", "color": "#416cd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_ackermann", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_ackermann", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_ackermann", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_ackermann", "color": "#d84196", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_differential", "color": "#d85441", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_differential", "color": "#41d8c1", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_differential", "color": "#41c1d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_differential", "color": "#41a7d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_differential", "color": "#418dd8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_differential", "color": "#4186d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_differential", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_differential", "color": "#4179d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_differential", "color": "#4173d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_differential", "color": "#416cd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_differential", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_differential", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_differential", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_differential", "color": "#d84196", "style": "normal"}, {"source": "t_actuator_motors", "target": "m_rover_mecanum", "color": "#d85441", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_mecanum", "color": "#41d8c1", "style": "normal"}, {"source": "t_offboard_control_mode", "target": "m_rover_mecanum", "color": "#41c1d8", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_mecanum", "color": "#41a7d8", "style": "normal"}, {"source": "t_rover_attitude_setpoint", "target": "m_rover_mecanum", "color": "#418dd8", "style": "normal"}, {"source": "t_rover_position_setpoint", "target": "m_rover_mecanum", "color": "#4186d8", "style": "normal"}, {"source": "t_rover_rate_setpoint", "target": "m_rover_mecanum", "color": "#4180d8", "style": "normal"}, {"source": "t_rover_steering_setpoint", "target": "m_rover_mecanum", "color": "#4179d8", "style": "normal"}, {"source": "t_rover_throttle_setpoint", "target": "m_rover_mecanum", "color": "#4173d8", "style": "normal"}, {"source": "t_rover_velocity_setpoint", "target": "m_rover_mecanum", "color": "#416cd8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_mecanum", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_mecanum", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_mecanum", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_mecanum", "color": "#d84196", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_rover_pos_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_rover_pos_control", "color": "#41a7d8", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_rover_pos_control", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_rover_pos_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_rover_pos_control", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_rover_pos_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_global_position", "target": "m_rover_pos_control", "color": "#d841b6", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_rover_pos_control", "color": "#d84196", "style": "normal"}, {"source": "t_battery_status", "target": "m_send_event", "color": "#d89641", "style": "normal"}, {"source": "t_cpuload", "target": "m_send_event", "color": "#d8b641", "style": "normal"}, {"source": "t_failsafe_flags", "target": "m_send_event", "color": "#98d841", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_send_event", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_send_event", "color": "#d84168", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_agp_sim", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_sensor_airspeed_sim", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_airspeed_sim", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_baro_sim", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d841b0", "style": "normal"}, {"source": "t_vehicle_local_position_groundtruth", "target": "m_sensor_gps_sim", "color": "#d8418f", "style": "normal"}, {"source": "t_vehicle_attitude_groundtruth", "target": "m_sensor_mag_sim", "color": "#d341d8", "style": "normal"}, {"source": "t_vehicle_global_position_groundtruth", "target": "m_sensor_mag_sim", "color": "#d841b0", "style": "normal"}, {"source": "t_differential_pressure", "target": "m_sensors", "color": "#ccd841", "style": "normal"}, {"source": "t_estimator_sensor_bias", "target": "m_sensors", "color": "#b2d841", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_sensors", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_correction", "target": "m_sensors", "color": "#4941d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_sensors", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_sensors", "color": "#6341d8", "style": "normal"}, {"source": "t_sensor_optical_flow", "target": "m_sensors", "color": "#6a41d8", "style": "normal"}, {"source": "t_sensor_selection", "target": "m_sensors", "color": "#7141d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_sensors", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_imu", "target": "m_sensors", "color": "#d841a9", "style": "normal"}, {"source": "t_vehicle_imu_status", "target": "m_sensors", "color": "#d841a3", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_mavlink", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_mavlink", "color": "#d86141", "style": "normal"}, {"source": "t_battery_status", "target": "m_simulator_mavlink", "color": "#d89641", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_simulator_mavlink", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_simulator_mavlink", "color": "#d84168", "style": "normal"}, {"source": "t_actuator_outputs", "target": "m_simulator_sih", "color": "#d85b41", "style": "normal"}, {"source": "t_actuator_outputs_sim", "target": "m_simulator_sih", "color": "#d86141", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_temperature_compensation", "color": "#414bd8", "style": "normal"}, {"source": "t_sensor_baro", "target": "m_temperature_compensation", "color": "#4145d8", "style": "normal"}, {"source": "t_sensor_gyro", "target": "m_temperature_compensation", "color": "#5641d8", "style": "normal"}, {"source": "t_sensor_mag", "target": "m_temperature_compensation", "color": "#6341d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_temperature_compensation", "color": "#d841d1", "style": "normal"}, {"source": "t_dataman_response", "target": "m_tests", "color": "#d8c441", "style": "normal"}, {"source": "t_input_rc", "target": "m_tests", "color": "#41d886", "style": "normal"}, {"source": "t_tune_control", "target": "m_tone_alarm", "color": "#b241d8", "style": "normal"}, {"source": "t_manual_control_setpoint", "target": "m_uuv_att_control", "color": "#41d8c1", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_att_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_attitude_setpoint", "target": "m_uuv_att_control", "color": "#d841d7", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_att_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_rates_setpoint", "target": "m_uuv_att_control", "color": "#d84175", "style": "normal"}, {"source": "t_trajectory_setpoint", "target": "m_uuv_pos_control", "color": "#a541d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_uuv_pos_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_uuv_pos_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_uuv_pos_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_command_ack", "target": "m_uxrce_dds_client", "color": "#d841ca", "style": "normal"}, {"source": "t_action_request", "target": "m_vtol_att_control", "color": "#d84141", "style": "normal"}, {"source": "t_airspeed_validated", "target": "m_vtol_att_control", "color": "#d88241", "style": "normal"}, {"source": "t_fw_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#63d841", "style": "normal"}, {"source": "t_home_position", "target": "m_vtol_att_control", "color": "#41d880", "style": "normal"}, {"source": "t_mc_virtual_attitude_setpoint", "target": "m_vtol_att_control", "color": "#41d8ce", "style": "normal"}, {"source": "t_position_setpoint_triplet", "target": "m_vtol_att_control", "color": "#41a7d8", "style": "normal"}, {"source": "t_tecs_status", "target": "m_vtol_att_control", "color": "#9141d8", "style": "normal"}, {"source": "t_vehicle_attitude", "target": "m_vtol_att_control", "color": "#cc41d8", "style": "normal"}, {"source": "t_vehicle_command", "target": "m_vtol_att_control", "color": "#d841d1", "style": "normal"}, {"source": "t_vehicle_control_mode", "target": "m_vtol_att_control", "color": "#d841bd", "style": "normal"}, {"source": "t_vehicle_land_detected", "target": "m_vtol_att_control", "color": "#d8419c", "style": "normal"}, {"source": "t_vehicle_local_position", "target": "m_vtol_att_control", "color": "#d84196", "style": "normal"}, {"source": "t_vehicle_local_position_setpoint", "target": "m_vtol_att_control", "color": "#d84189", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_vtol_att_control", "color": "#d84168", "style": "normal"}, {"source": "t_sensor_accel", "target": "m_work_item_example", "color": "#414bd8", "style": "normal"}, {"source": "t_vehicle_status", "target": "m_work_item_example", "color": "#d84168", "style": "normal"}]} \ No newline at end of file