diff --git a/docs/en/advanced_config/parameter_reference.md b/docs/en/advanced_config/parameter_reference.md
index 31cd04553e..8f75913ab3 100644
--- a/docs/en/advanced_config/parameter_reference.md
+++ b/docs/en/advanced_config/parameter_reference.md
@@ -9994,6 +9994,48 @@ When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC1
| ------ | -------- | -------- | --------- | ------- | ---- |
| | -1 | 8191 | | -1 | |
+### UAVCAN_EC_FAIL10 (`INT32`) {#UAVCAN_EC_FAIL10}
+
+
+
+UAVCAN 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 UAVCAN_EC_FUNC10).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | -1 | 8191 | | -1 | |
+
+### UAVCAN_EC_FAIL11 (`INT32`) {#UAVCAN_EC_FAIL11}
+
+
+
+UAVCAN 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 UAVCAN_EC_FUNC11).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | -1 | 8191 | | -1 | |
+
+### UAVCAN_EC_FAIL12 (`INT32`) {#UAVCAN_EC_FAIL12}
+
+
+
+UAVCAN 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 UAVCAN_EC_FUNC12).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | -1 | 8191 | | -1 | |
+
### UAVCAN_EC_FAIL2 (`INT32`) {#UAVCAN_EC_FAIL2}
@@ -10092,6 +10134,20 @@ When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC8
| ------ | -------- | -------- | --------- | ------- | ---- |
| | -1 | 8191 | | -1 | |
+### UAVCAN_EC_FAIL9 (`INT32`) {#UAVCAN_EC_FAIL9}
+
+
+
+UAVCAN 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 UAVCAN_EC_FUNC9).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | -1 | 8191 | | -1 | |
+
### UAVCAN_EC_FUNC1 (`INT32`) {#UAVCAN_EC_FUNC1}
@@ -10166,6 +10222,228 @@ The default failsafe value is set according to the selected function:
| ------ | -------- | -------- | --------- | ------- | ---- |
| | | | | 0 | |
+### UAVCAN_EC_FUNC10 (`INT32`) {#UAVCAN_EC_FUNC10}
+
+
+
+UAVCAN ESC 10 Output Function.
+
+Select what should be output on UAVCAN 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 | |
+
+### UAVCAN_EC_FUNC11 (`INT32`) {#UAVCAN_EC_FUNC11}
+
+
+
+UAVCAN ESC 11 Output Function.
+
+Select what should be output on UAVCAN 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 | |
+
+### UAVCAN_EC_FUNC12 (`INT32`) {#UAVCAN_EC_FUNC12}
+
+
+
+UAVCAN ESC 12 Output Function.
+
+Select what should be output on UAVCAN 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 | |
+
### UAVCAN_EC_FUNC2 (`INT32`) {#UAVCAN_EC_FUNC2}
@@ -10684,6 +10962,80 @@ The default failsafe value is set according to the selected function:
| ------ | -------- | -------- | --------- | ------- | ---- |
| | | | | 0 | |
+### UAVCAN_EC_FUNC9 (`INT32`) {#UAVCAN_EC_FUNC9}
+
+
+
+UAVCAN ESC 9 Output Function.
+
+Select what should be output on UAVCAN 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 | |
+
### UAVCAN_EC_MAX1 (`INT32`) {#UAVCAN_EC_MAX1}
@@ -10696,6 +11048,42 @@ Maxmimum output value (when not disarmed).
| ------ | -------- | -------- | --------- | ------- | ---- |
| | 0 | 8191 | | 8191 | |
+### UAVCAN_EC_MAX10 (`INT32`) {#UAVCAN_EC_MAX10}
+
+
+
+UAVCAN ESC 10 Maximum Value.
+
+Maxmimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 8191 | |
+
+### UAVCAN_EC_MAX11 (`INT32`) {#UAVCAN_EC_MAX11}
+
+
+
+UAVCAN ESC 11 Maximum Value.
+
+Maxmimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 8191 | |
+
+### UAVCAN_EC_MAX12 (`INT32`) {#UAVCAN_EC_MAX12}
+
+
+
+UAVCAN ESC 12 Maximum Value.
+
+Maxmimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 8191 | |
+
### UAVCAN_EC_MAX2 (`INT32`) {#UAVCAN_EC_MAX2}
@@ -10780,6 +11168,18 @@ Maxmimum output value (when not disarmed).
| ------ | -------- | -------- | --------- | ------- | ---- |
| | 0 | 8191 | | 8191 | |
+### UAVCAN_EC_MAX9 (`INT32`) {#UAVCAN_EC_MAX9}
+
+
+
+UAVCAN ESC 9 Maximum Value.
+
+Maxmimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 8191 | |
+
### UAVCAN_EC_MIN1 (`INT32`) {#UAVCAN_EC_MIN1}
@@ -10792,6 +11192,42 @@ Minimum output value (when not disarmed).
| ------ | -------- | -------- | --------- | ------- | ---- |
| | 0 | 8191 | | 1 | |
+### UAVCAN_EC_MIN10 (`INT32`) {#UAVCAN_EC_MIN10}
+
+
+
+UAVCAN ESC 10 Minimum Value.
+
+Minimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 1 | |
+
+### UAVCAN_EC_MIN11 (`INT32`) {#UAVCAN_EC_MIN11}
+
+
+
+UAVCAN ESC 11 Minimum Value.
+
+Minimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 1 | |
+
+### UAVCAN_EC_MIN12 (`INT32`) {#UAVCAN_EC_MIN12}
+
+
+
+UAVCAN ESC 12 Minimum Value.
+
+Minimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 1 | |
+
### UAVCAN_EC_MIN2 (`INT32`) {#UAVCAN_EC_MIN2}
@@ -10876,6 +11312,18 @@ Minimum output value (when not disarmed).
| ------ | -------- | -------- | --------- | ------- | ---- |
| | 0 | 8191 | | 1 | |
+### UAVCAN_EC_MIN9 (`INT32`) {#UAVCAN_EC_MIN9}
+
+
+
+UAVCAN ESC 9 Minimum Value.
+
+Minimum output value (when not disarmed).
+
+| Reboot | minValue | maxValue | increment | default | unit |
+| ------ | -------- | -------- | --------- | ------- | ---- |
+| | 0 | 8191 | | 1 | |
+
### UAVCAN_EC_REV (`INT32`) {#UAVCAN_EC_REV}
@@ -10895,10 +11343,14 @@ Note: this is only useful for servos.
- `5`: UAVCAN ESC 6
- `6`: UAVCAN ESC 7
- `7`: UAVCAN ESC 8
+- `8`: UAVCAN ESC 9
+- `9`: UAVCAN ESC 10
+- `10`: UAVCAN ESC 11
+- `11`: UAVCAN ESC 12
| Reboot | minValue | maxValue | increment | default | unit |
| ------ | -------- | -------- | --------- | ------- | ---- |
-| | 0 | 255 | | 0 | |
+| | 0 | 4095 | | 0 | |
### UAVCAN_SV_DIS1 (`INT32`) {#UAVCAN_SV_DIS1}
diff --git a/docs/en/middleware/dds_topics.md b/docs/en/middleware/dds_topics.md
index c5e96e2f3b..994bc4621c 100644
--- a/docs/en/middleware/dds_topics.md
+++ b/docs/en/middleware/dds_topics.md
@@ -95,205 +95,205 @@ They are not build into the module, and hence are neither published or subscribe
::: details See messages
-- [GpsDump](../msg_docs/GpsDump.md)
-- [NavigatorStatus](../msg_docs/NavigatorStatus.md)
-- [VehicleLocalPositionV0](../msg_docs/VehicleLocalPositionV0.md)
-- [Ping](../msg_docs/Ping.md)
-- [DronecanNodeStatus](../msg_docs/DronecanNodeStatus.md)
-- [VehicleAngularAccelerationSetpoint](../msg_docs/VehicleAngularAccelerationSetpoint.md)
-- [OpenDroneIdSystem](../msg_docs/OpenDroneIdSystem.md)
-- [DatamanRequest](../msg_docs/DatamanRequest.md)
-- [DistanceSensorModeChangeRequest](../msg_docs/DistanceSensorModeChangeRequest.md)
-- [BatteryStatusV0](../msg_docs/BatteryStatusV0.md)
-- [SensorAccel](../msg_docs/SensorAccel.md)
-- [CameraStatus](../msg_docs/CameraStatus.md)
-- [RoverAttitudeStatus](../msg_docs/RoverAttitudeStatus.md)
-- [DebugArray](../msg_docs/DebugArray.md)
-- [GeneratorStatus](../msg_docs/GeneratorStatus.md)
-- [AdcReport](../msg_docs/AdcReport.md)
-- [EstimatorSensorBias](../msg_docs/EstimatorSensorBias.md)
-- [GeofenceResult](../msg_docs/GeofenceResult.md)
-- [UlogStreamAck](../msg_docs/UlogStreamAck.md)
-- [Event](../msg_docs/Event.md)
-- [GimbalDeviceSetAttitude](../msg_docs/GimbalDeviceSetAttitude.md)
-- [InternalCombustionEngineStatus](../msg_docs/InternalCombustionEngineStatus.md)
-- [HeaterStatus](../msg_docs/HeaterStatus.md)
-- [LaunchDetectionStatus](../msg_docs/LaunchDetectionStatus.md)
-- [DebugKeyValue](../msg_docs/DebugKeyValue.md)
-- [EscStatus](../msg_docs/EscStatus.md)
-- [SensorPreflightMag](../msg_docs/SensorPreflightMag.md)
-- [EstimatorAidSource2d](../msg_docs/EstimatorAidSource2d.md)
-- [PositionControllerStatus](../msg_docs/PositionControllerStatus.md)
-- [GimbalControls](../msg_docs/GimbalControls.md)
-- [VehicleAcceleration](../msg_docs/VehicleAcceleration.md)
-- [GpsInjectData](../msg_docs/GpsInjectData.md)
-- [EstimatorBias3d](../msg_docs/EstimatorBias3d.md)
-- [AirspeedValidatedV0](../msg_docs/AirspeedValidatedV0.md)
-- [PwmInput](../msg_docs/PwmInput.md)
-- [Airspeed](../msg_docs/Airspeed.md)
-- [TaskStackInfo](../msg_docs/TaskStackInfo.md)
-- [VehicleMagnetometer](../msg_docs/VehicleMagnetometer.md)
-- [NormalizedUnsignedSetpoint](../msg_docs/NormalizedUnsignedSetpoint.md)
-- [IrlockReport](../msg_docs/IrlockReport.md)
-- [UlogStream](../msg_docs/UlogStream.md)
-- [ActionRequest](../msg_docs/ActionRequest.md)
-- [ActuatorControlsStatus](../msg_docs/ActuatorControlsStatus.md)
-- [VelocityLimits](../msg_docs/VelocityLimits.md)
-- [PpsCapture](../msg_docs/PpsCapture.md)
-- [VehicleAngularVelocity](../msg_docs/VehicleAngularVelocity.md)
-- [Px4ioStatus](../msg_docs/Px4ioStatus.md)
-- [LandingGearWheel](../msg_docs/LandingGearWheel.md)
-- [VehicleRoi](../msg_docs/VehicleRoi.md)
-- [DebugVect](../msg_docs/DebugVect.md)
-- [VehicleConstraints](../msg_docs/VehicleConstraints.md)
-- [SensorSelection](../msg_docs/SensorSelection.md)
-- [SensorAirflow](../msg_docs/SensorAirflow.md)
-- [RoverSpeedStatus](../msg_docs/RoverSpeedStatus.md)
-- [GainCompression](../msg_docs/GainCompression.md)
-- [MissionResult](../msg_docs/MissionResult.md)
-- [OpenDroneIdOperatorId](../msg_docs/OpenDroneIdOperatorId.md)
-- [PositionSetpoint](../msg_docs/PositionSetpoint.md)
-- [DatamanResponse](../msg_docs/DatamanResponse.md)
-- [FailureDetectorStatus](../msg_docs/FailureDetectorStatus.md)
-- [MavlinkTunnel](../msg_docs/MavlinkTunnel.md)
-- [EstimatorStatus](../msg_docs/EstimatorStatus.md)
-- [WheelEncoders](../msg_docs/WheelEncoders.md)
-- [GeofenceStatus](../msg_docs/GeofenceStatus.md)
-- [SensorGnssRelative](../msg_docs/SensorGnssRelative.md)
-- [LandingTargetPose](../msg_docs/LandingTargetPose.md)
-- [EscReport](../msg_docs/EscReport.md)
-- [ConfigOverridesV0](../msg_docs/ConfigOverridesV0.md)
-- [RoverRateStatus](../msg_docs/RoverRateStatus.md)
-- [HealthReport](../msg_docs/HealthReport.md)
-- [SensorGyro](../msg_docs/SensorGyro.md)
-- [VehicleOpticalFlowVel](../msg_docs/VehicleOpticalFlowVel.md)
-- [ActuatorServosTrim](../msg_docs/ActuatorServosTrim.md)
-- [ActuatorTest](../msg_docs/ActuatorTest.md)
-- [ArmingCheckRequestV0](../msg_docs/ArmingCheckRequestV0.md)
-- [SensorAccelFifo](../msg_docs/SensorAccelFifo.md)
-- [SensorGnssStatus](../msg_docs/SensorGnssStatus.md)
-- [FollowTarget](../msg_docs/FollowTarget.md)
-- [EstimatorEventFlags](../msg_docs/EstimatorEventFlags.md)
-- [VehicleLocalPositionSetpoint](../msg_docs/VehicleLocalPositionSetpoint.md)
-- [FixedWingLateralStatus](../msg_docs/FixedWingLateralStatus.md)
-- [SensorGyroFifo](../msg_docs/SensorGyroFifo.md)
-- [ActuatorArmed](../msg_docs/ActuatorArmed.md)
-- [LoggerStatus](../msg_docs/LoggerStatus.md)
-- [Mission](../msg_docs/Mission.md)
-- [NavigatorMissionItem](../msg_docs/NavigatorMissionItem.md)
-- [VehicleCommandAckV0](../msg_docs/VehicleCommandAckV0.md)
-- [SystemPower](../msg_docs/SystemPower.md)
-- [OpenDroneIdArmStatus](../msg_docs/OpenDroneIdArmStatus.md)
-- [SensorUwb](../msg_docs/SensorUwb.md)
-- [SensorsStatus](../msg_docs/SensorsStatus.md)
- [VehicleStatusV2](../msg_docs/VehicleStatusV2.md)
-- [FollowTargetEstimator](../msg_docs/FollowTargetEstimator.md)
-- [MagnetometerBiasEstimate](../msg_docs/MagnetometerBiasEstimate.md)
-- [PurePursuitStatus](../msg_docs/PurePursuitStatus.md)
-- [LogMessage](../msg_docs/LogMessage.md)
-- [SatelliteInfo](../msg_docs/SatelliteInfo.md)
-- [AutotuneAttitudeControlStatus](../msg_docs/AutotuneAttitudeControlStatus.md)
-- [EstimatorAidSource3d](../msg_docs/EstimatorAidSource3d.md)
-- [RateCtrlStatus](../msg_docs/RateCtrlStatus.md)
-- [OrbTest](../msg_docs/OrbTest.md)
-- [FigureEightStatus](../msg_docs/FigureEightStatus.md)
-- [CellularStatus](../msg_docs/CellularStatus.md)
-- [ArmingCheckReplyV0](../msg_docs/ArmingCheckReplyV0.md)
-- [MavlinkLog](../msg_docs/MavlinkLog.md)
-- [PowerMonitor](../msg_docs/PowerMonitor.md)
-- [Vtx](../msg_docs/Vtx.md)
-- [CameraCapture](../msg_docs/CameraCapture.md)
-- [SensorMag](../msg_docs/SensorMag.md)
-- [Cpuload](../msg_docs/Cpuload.md)
-- [RcChannels](../msg_docs/RcChannels.md)
-- [EscEepromRead](../msg_docs/EscEepromRead.md)
-- [ControlAllocatorStatus](../msg_docs/ControlAllocatorStatus.md)
-- [VehicleAirData](../msg_docs/VehicleAirData.md)
-- [BatteryInfo](../msg_docs/BatteryInfo.md)
-- [VehicleStatusV1](../msg_docs/VehicleStatusV1.md)
-- [LedControl](../msg_docs/LedControl.md)
-- [TecsStatus](../msg_docs/TecsStatus.md)
-- [HomePositionV0](../msg_docs/HomePositionV0.md)
-- [GimbalManagerInformation](../msg_docs/GimbalManagerInformation.md)
-- [OpenDroneIdSelfId](../msg_docs/OpenDroneIdSelfId.md)
-- [ActuatorOutputs](../msg_docs/ActuatorOutputs.md)
-- [SensorTemp](../msg_docs/SensorTemp.md)
-- [YawEstimatorStatus](../msg_docs/YawEstimatorStatus.md)
-- [EstimatorStates](../msg_docs/EstimatorStates.md)
-- [OrbTestMedium](../msg_docs/OrbTestMedium.md)
-- [GimbalDeviceInformation](../msg_docs/GimbalDeviceInformation.md)
-- [Rpm](../msg_docs/Rpm.md)
-- [OrbTestLarge](../msg_docs/OrbTestLarge.md)
-- [FuelTankStatus](../msg_docs/FuelTankStatus.md)
-- [MagWorkerData](../msg_docs/MagWorkerData.md)
-- [TuneControl](../msg_docs/TuneControl.md)
-- [GimbalManagerSetAttitude](../msg_docs/GimbalManagerSetAttitude.md)
-- [RaptorInput](../msg_docs/RaptorInput.md)
-- [SensorBaro](../msg_docs/SensorBaro.md)
- [GpioOut](../msg_docs/GpioOut.md)
-- [VehicleStatusV0](../msg_docs/VehicleStatusV0.md)
-- [EstimatorAidSource1d](../msg_docs/EstimatorAidSource1d.md)
-- [InputRc](../msg_docs/InputRc.md)
-- [LandingTargetInnovations](../msg_docs/LandingTargetInnovations.md)
-- [CanInterfaceStatus](../msg_docs/CanInterfaceStatus.md)
-- [ParameterSetValueResponse](../msg_docs/ParameterSetValueResponse.md)
-- [UavcanParameterValue](../msg_docs/UavcanParameterValue.md)
-- [DebugValue](../msg_docs/DebugValue.md)
-- [FlightPhaseEstimation](../msg_docs/FlightPhaseEstimation.md)
-- [ManualControlSwitches](../msg_docs/ManualControlSwitches.md)
-- [ButtonEvent](../msg_docs/ButtonEvent.md)
-- [Gripper](../msg_docs/Gripper.md)
-- [InternalCombustionEngineControl](../msg_docs/InternalCombustionEngineControl.md)
-- [VehicleAttitudeSetpointV0](../msg_docs/VehicleAttitudeSetpointV0.md)
-- [ParameterSetValueRequest](../msg_docs/ParameterSetValueRequest.md)
-- [QshellReq](../msg_docs/QshellReq.md)
-- [UavcanParameterRequest](../msg_docs/UavcanParameterRequest.md)
-- [PowerButtonState](../msg_docs/PowerButtonState.md)
-- [TrajectorySetpoint6dof](../msg_docs/TrajectorySetpoint6dof.md)
-- [ParameterResetRequest](../msg_docs/ParameterResetRequest.md)
- [RtlTimeEstimate](../msg_docs/RtlTimeEstimate.md)
-- [RegisterExtComponentReplyV0](../msg_docs/RegisterExtComponentReplyV0.md)
-- [RaptorStatus](../msg_docs/RaptorStatus.md)
-- [EstimatorBias](../msg_docs/EstimatorBias.md)
-- [PositionControllerLandingStatus](../msg_docs/PositionControllerLandingStatus.md)
-- [TiltrotorExtraControls](../msg_docs/TiltrotorExtraControls.md)
-- [ParameterUpdate](../msg_docs/ParameterUpdate.md)
-- [GpioConfig](../msg_docs/GpioConfig.md)
-- [VehicleGlobalPositionV0](../msg_docs/VehicleGlobalPositionV0.md)
-- [HoverThrustEstimate](../msg_docs/HoverThrustEstimate.md)
-- [VehicleImu](../msg_docs/VehicleImu.md)
-- [SensorGyroFft](../msg_docs/SensorGyroFft.md)
-- [CameraTrigger](../msg_docs/CameraTrigger.md)
-- [FollowTargetStatus](../msg_docs/FollowTargetStatus.md)
-- [NeuralControl](../msg_docs/NeuralControl.md)
-- [EstimatorInnovations](../msg_docs/EstimatorInnovations.md)
-- [SensorsStatusImu](../msg_docs/SensorsStatusImu.md)
-- [AirspeedWind](../msg_docs/AirspeedWind.md)
-- [DeviceInformation](../msg_docs/DeviceInformation.md)
-- [DifferentialPressure](../msg_docs/DifferentialPressure.md)
-- [FixedWingLateralGuidanceStatus](../msg_docs/FixedWingLateralGuidanceStatus.md)
-- [QshellRetval](../msg_docs/QshellRetval.md)
-- [GimbalManagerStatus](../msg_docs/GimbalManagerStatus.md)
-- [RadioStatus](../msg_docs/RadioStatus.md)
-- [RegisterExtComponentRequestV0](../msg_docs/RegisterExtComponentRequestV0.md)
-- [OrbitStatus](../msg_docs/OrbitStatus.md)
-- [MountOrientation](../msg_docs/MountOrientation.md)
-- [Ekf2Timestamps](../msg_docs/Ekf2Timestamps.md)
-- [ParameterSetUsedRequest](../msg_docs/ParameterSetUsedRequest.md)
-- [FixedWingRunwayControl](../msg_docs/FixedWingRunwayControl.md)
-- [TakeoffStatus](../msg_docs/TakeoffStatus.md)
-- [GpioRequest](../msg_docs/GpioRequest.md)
-- [EscEepromWrite](../msg_docs/EscEepromWrite.md)
-- [RcParameterMap](../msg_docs/RcParameterMap.md)
-- [EstimatorSelectorStatus](../msg_docs/EstimatorSelectorStatus.md)
-- [VehicleOpticalFlow](../msg_docs/VehicleOpticalFlow.md)
-- [VehicleImuStatus](../msg_docs/VehicleImuStatus.md)
-- [RtlStatus](../msg_docs/RtlStatus.md)
-- [EstimatorGpsStatus](../msg_docs/EstimatorGpsStatus.md)
-- [GpioIn](../msg_docs/GpioIn.md)
-- [SensorHygrometer](../msg_docs/SensorHygrometer.md)
-- [GimbalManagerSetManualControl](../msg_docs/GimbalManagerSetManualControl.md)
+- [GpsDump](../msg_docs/GpsDump.md)
+- [ArmingCheckReplyV0](../msg_docs/ArmingCheckReplyV0.md)
+- [SatelliteInfo](../msg_docs/SatelliteInfo.md)
+- [TrajectorySetpoint6dof](../msg_docs/TrajectorySetpoint6dof.md)
+- [VehicleLocalPositionV0](../msg_docs/VehicleLocalPositionV0.md)
- [EventV0](../msg_docs/EventV0.md)
+- [ActuatorTest](../msg_docs/ActuatorTest.md)
+- [Airspeed](../msg_docs/Airspeed.md)
+- [PositionSetpoint](../msg_docs/PositionSetpoint.md)
+- [NavigatorStatus](../msg_docs/NavigatorStatus.md)
+- [EstimatorBias](../msg_docs/EstimatorBias.md)
+- [Ping](../msg_docs/Ping.md)
+- [AutotuneAttitudeControlStatus](../msg_docs/AutotuneAttitudeControlStatus.md)
+- [VehicleAcceleration](../msg_docs/VehicleAcceleration.md)
+- [ManualControlSwitches](../msg_docs/ManualControlSwitches.md)
+- [HeaterStatus](../msg_docs/HeaterStatus.md)
+- [UlogStreamAck](../msg_docs/UlogStreamAck.md)
+- [MagnetometerBiasEstimate](../msg_docs/MagnetometerBiasEstimate.md)
+- [QshellReq](../msg_docs/QshellReq.md)
+- [SensorGnssStatus](../msg_docs/SensorGnssStatus.md)
+- [SensorTemp](../msg_docs/SensorTemp.md)
+- [GpioIn](../msg_docs/GpioIn.md)
+- [Cpuload](../msg_docs/Cpuload.md)
+- [SensorAccelFifo](../msg_docs/SensorAccelFifo.md)
+- [LandingTargetInnovations](../msg_docs/LandingTargetInnovations.md)
- [IridiumsbdStatus](../msg_docs/IridiumsbdStatus.md)
+- [FixedWingLateralGuidanceStatus](../msg_docs/FixedWingLateralGuidanceStatus.md)
+- [SensorsStatus](../msg_docs/SensorsStatus.md)
+- [GeofenceStatus](../msg_docs/GeofenceStatus.md)
+- [EscEepromWrite](../msg_docs/EscEepromWrite.md)
+- [ArmingCheckRequestV0](../msg_docs/ArmingCheckRequestV0.md)
+- [RcChannels](../msg_docs/RcChannels.md)
+- [InternalCombustionEngineControl](../msg_docs/InternalCombustionEngineControl.md)
+- [DebugValue](../msg_docs/DebugValue.md)
+- [DatamanResponse](../msg_docs/DatamanResponse.md)
+- [SensorSelection](../msg_docs/SensorSelection.md)
+- [EstimatorSensorBias](../msg_docs/EstimatorSensorBias.md)
+- [LedControl](../msg_docs/LedControl.md)
+- [FollowTargetEstimator](../msg_docs/FollowTargetEstimator.md)
+- [PowerMonitor](../msg_docs/PowerMonitor.md)
+- [SensorMag](../msg_docs/SensorMag.md)
+- [SensorUwb](../msg_docs/SensorUwb.md)
+- [LandingGearWheel](../msg_docs/LandingGearWheel.md)
+- [ConfigOverridesV0](../msg_docs/ConfigOverridesV0.md)
+- [ParameterSetValueRequest](../msg_docs/ParameterSetValueRequest.md)
+- [TecsStatus](../msg_docs/TecsStatus.md)
+- [VehicleStatusV1](../msg_docs/VehicleStatusV1.md)
+- [VehicleMagnetometer](../msg_docs/VehicleMagnetometer.md)
+- [QshellRetval](../msg_docs/QshellRetval.md)
+- [VehicleOpticalFlow](../msg_docs/VehicleOpticalFlow.md)
+- [SensorPreflightMag](../msg_docs/SensorPreflightMag.md)
+- [RegisterExtComponentRequestV0](../msg_docs/RegisterExtComponentRequestV0.md)
+- [CameraStatus](../msg_docs/CameraStatus.md)
+- [EstimatorStatus](../msg_docs/EstimatorStatus.md)
+- [FollowTargetStatus](../msg_docs/FollowTargetStatus.md)
+- [BatteryInfo](../msg_docs/BatteryInfo.md)
+- [ActuatorOutputs](../msg_docs/ActuatorOutputs.md)
+- [PurePursuitStatus](../msg_docs/PurePursuitStatus.md)
+- [DebugArray](../msg_docs/DebugArray.md)
+- [GeofenceResult](../msg_docs/GeofenceResult.md)
+- [LaunchDetectionStatus](../msg_docs/LaunchDetectionStatus.md)
+- [NormalizedUnsignedSetpoint](../msg_docs/NormalizedUnsignedSetpoint.md)
+- [EscStatus](../msg_docs/EscStatus.md)
+- [BatteryStatusV0](../msg_docs/BatteryStatusV0.md)
+- [SensorBaro](../msg_docs/SensorBaro.md)
+- [MavlinkTunnel](../msg_docs/MavlinkTunnel.md)
+- [ActuatorServosTrim](../msg_docs/ActuatorServosTrim.md)
+- [RtlStatus](../msg_docs/RtlStatus.md)
+- [LoggerStatus](../msg_docs/LoggerStatus.md)
+- [SensorAirflow](../msg_docs/SensorAirflow.md)
+- [SensorGyro](../msg_docs/SensorGyro.md)
+- [GimbalDeviceSetAttitude](../msg_docs/GimbalDeviceSetAttitude.md)
+- [OpenDroneIdOperatorId](../msg_docs/OpenDroneIdOperatorId.md)
+- [EstimatorStates](../msg_docs/EstimatorStates.md)
+- [DatamanRequest](../msg_docs/DatamanRequest.md)
+- [DebugKeyValue](../msg_docs/DebugKeyValue.md)
+- [VehicleAngularAccelerationSetpoint](../msg_docs/VehicleAngularAccelerationSetpoint.md)
- [SensorCorrection](../msg_docs/SensorCorrection.md)
+- [GimbalDeviceInformation](../msg_docs/GimbalDeviceInformation.md)
+- [RegisterExtComponentReplyV0](../msg_docs/RegisterExtComponentReplyV0.md)
+- [OrbTest](../msg_docs/OrbTest.md)
+- [GimbalManagerInformation](../msg_docs/GimbalManagerInformation.md)
+- [EstimatorBias3d](../msg_docs/EstimatorBias3d.md)
+- [GpsInjectData](../msg_docs/GpsInjectData.md)
+- [GainCompression](../msg_docs/GainCompression.md)
+- [DronecanNodeStatus](../msg_docs/DronecanNodeStatus.md)
+- [VehicleConstraints](../msg_docs/VehicleConstraints.md)
+- [GimbalManagerSetManualControl](../msg_docs/GimbalManagerSetManualControl.md)
+- [Mission](../msg_docs/Mission.md)
+- [FollowTarget](../msg_docs/FollowTarget.md)
+- [PpsCapture](../msg_docs/PpsCapture.md)
+- [VehicleLocalPositionSetpoint](../msg_docs/VehicleLocalPositionSetpoint.md)
+- [NeuralControl](../msg_docs/NeuralControl.md)
+- [UavcanParameterRequest](../msg_docs/UavcanParameterRequest.md)
+- [EstimatorGpsStatus](../msg_docs/EstimatorGpsStatus.md)
+- [FlightPhaseEstimation](../msg_docs/FlightPhaseEstimation.md)
+- [PowerButtonState](../msg_docs/PowerButtonState.md)
+- [VelocityLimits](../msg_docs/VelocityLimits.md)
+- [YawEstimatorStatus](../msg_docs/YawEstimatorStatus.md)
+- [VehicleStatusV0](../msg_docs/VehicleStatusV0.md)
+- [VehicleGlobalPositionV0](../msg_docs/VehicleGlobalPositionV0.md)
+- [OrbTestLarge](../msg_docs/OrbTestLarge.md)
+- [LandingTargetPose](../msg_docs/LandingTargetPose.md)
+- [TiltrotorExtraControls](../msg_docs/TiltrotorExtraControls.md)
+- [UlogStream](../msg_docs/UlogStream.md)
+- [MavlinkLog](../msg_docs/MavlinkLog.md)
+- [Vtx](../msg_docs/Vtx.md)
+- [UavcanParameterValue](../msg_docs/UavcanParameterValue.md)
+- [SystemPower](../msg_docs/SystemPower.md)
+- [VehicleAirData](../msg_docs/VehicleAirData.md)
+- [ParameterSetUsedRequest](../msg_docs/ParameterSetUsedRequest.md)
+- [VehicleRoi](../msg_docs/VehicleRoi.md)
+- [HomePositionV0](../msg_docs/HomePositionV0.md)
+- [DeviceInformation](../msg_docs/DeviceInformation.md)
+- [CanInterfaceStatus](../msg_docs/CanInterfaceStatus.md)
+- [OpenDroneIdSelfId](../msg_docs/OpenDroneIdSelfId.md)
+- [ParameterUpdate](../msg_docs/ParameterUpdate.md)
+- [PositionControllerLandingStatus](../msg_docs/PositionControllerLandingStatus.md)
+- [FixedWingRunwayControl](../msg_docs/FixedWingRunwayControl.md)
+- [Ekf2Timestamps](../msg_docs/Ekf2Timestamps.md)
+- [SensorsStatusImu](../msg_docs/SensorsStatusImu.md)
+- [CameraTrigger](../msg_docs/CameraTrigger.md)
+- [ParameterResetRequest](../msg_docs/ParameterResetRequest.md)
+- [EstimatorAidSource2d](../msg_docs/EstimatorAidSource2d.md)
+- [LogMessage](../msg_docs/LogMessage.md)
+- [EstimatorSelectorStatus](../msg_docs/EstimatorSelectorStatus.md)
+- [OrbitStatus](../msg_docs/OrbitStatus.md)
+- [AdcReport](../msg_docs/AdcReport.md)
+- [Gripper](../msg_docs/Gripper.md)
+- [SensorGyroFft](../msg_docs/SensorGyroFft.md)
+- [OrbTestMedium](../msg_docs/OrbTestMedium.md)
+- [PwmInput](../msg_docs/PwmInput.md)
+- [VehicleAngularVelocity](../msg_docs/VehicleAngularVelocity.md)
+- [VehicleImu](../msg_docs/VehicleImu.md)
+- [MissionResult](../msg_docs/MissionResult.md)
+- [ActuatorArmed](../msg_docs/ActuatorArmed.md)
+- [GeneratorStatus](../msg_docs/GeneratorStatus.md)
+- [CellularStatus](../msg_docs/CellularStatus.md)
+- [OpenDroneIdArmStatus](../msg_docs/OpenDroneIdArmStatus.md)
+- [GimbalControls](../msg_docs/GimbalControls.md)
+- [EstimatorAidSource1d](../msg_docs/EstimatorAidSource1d.md)
+- [AirspeedWind](../msg_docs/AirspeedWind.md)
+- [DifferentialPressure](../msg_docs/DifferentialPressure.md)
+- [InternalCombustionEngineStatus](../msg_docs/InternalCombustionEngineStatus.md)
+- [ActionRequest](../msg_docs/ActionRequest.md)
+- [FuelTankStatus](../msg_docs/FuelTankStatus.md)
+- [ButtonEvent](../msg_docs/ButtonEvent.md)
+- [SensorGnssRelative](../msg_docs/SensorGnssRelative.md)
+- [RateCtrlStatus](../msg_docs/RateCtrlStatus.md)
+- [EscEepromRead](../msg_docs/EscEepromRead.md)
+- [NavigatorMissionItem](../msg_docs/NavigatorMissionItem.md)
+- [OpenDroneIdSystem](../msg_docs/OpenDroneIdSystem.md)
+- [AirspeedValidatedV0](../msg_docs/AirspeedValidatedV0.md)
+- [SensorGyroFifo](../msg_docs/SensorGyroFifo.md)
+- [RadioStatus](../msg_docs/RadioStatus.md)
+- [SensorHygrometer](../msg_docs/SensorHygrometer.md)
+- [CameraCapture](../msg_docs/CameraCapture.md)
+- [SensorAccel](../msg_docs/SensorAccel.md)
+- [ActuatorControlsStatus](../msg_docs/ActuatorControlsStatus.md)
+- [WheelEncoders](../msg_docs/WheelEncoders.md)
+- [FixedWingLateralStatus](../msg_docs/FixedWingLateralStatus.md)
+- [IrlockReport](../msg_docs/IrlockReport.md)
+- [GpioRequest](../msg_docs/GpioRequest.md)
+- [RaptorInput](../msg_docs/RaptorInput.md)
+- [EstimatorEventFlags](../msg_docs/EstimatorEventFlags.md)
+- [FailureDetectorStatus](../msg_docs/FailureDetectorStatus.md)
+- [VehicleAttitudeSetpointV0](../msg_docs/VehicleAttitudeSetpointV0.md)
+- [VehicleOpticalFlowVel](../msg_docs/VehicleOpticalFlowVel.md)
+- [RcParameterMap](../msg_docs/RcParameterMap.md)
+- [GpioConfig](../msg_docs/GpioConfig.md)
+- [RoverRateStatus](../msg_docs/RoverRateStatus.md)
+- [EstimatorInnovations](../msg_docs/EstimatorInnovations.md)
+- [TakeoffStatus](../msg_docs/TakeoffStatus.md)
+- [ControlAllocatorStatus](../msg_docs/ControlAllocatorStatus.md)
+- [FigureEightStatus](../msg_docs/FigureEightStatus.md)
+- [HealthReport](../msg_docs/HealthReport.md)
+- [MountOrientation](../msg_docs/MountOrientation.md)
+- [EscReport](../msg_docs/EscReport.md)
+- [InputRc](../msg_docs/InputRc.md)
+- [TuneControl](../msg_docs/TuneControl.md)
+- [RoverAttitudeStatus](../msg_docs/RoverAttitudeStatus.md)
+- [ParameterSetValueResponse](../msg_docs/ParameterSetValueResponse.md)
+- [EstimatorAidSource3d](../msg_docs/EstimatorAidSource3d.md)
+- [Px4ioStatus](../msg_docs/Px4ioStatus.md)
+- [GimbalManagerSetAttitude](../msg_docs/GimbalManagerSetAttitude.md)
+- [VehicleImuStatus](../msg_docs/VehicleImuStatus.md)
+- [HoverThrustEstimate](../msg_docs/HoverThrustEstimate.md)
+- [RaptorStatus](../msg_docs/RaptorStatus.md)
+- [Event](../msg_docs/Event.md)
+- [DebugVect](../msg_docs/DebugVect.md)
+- [Rpm](../msg_docs/Rpm.md)
+- [TaskStackInfo](../msg_docs/TaskStackInfo.md)
+- [PositionControllerStatus](../msg_docs/PositionControllerStatus.md)
+- [VehicleCommandAckV0](../msg_docs/VehicleCommandAckV0.md)
+- [DistanceSensorModeChangeRequest](../msg_docs/DistanceSensorModeChangeRequest.md)
+- [GimbalManagerStatus](../msg_docs/GimbalManagerStatus.md)
+- [RoverSpeedStatus](../msg_docs/RoverSpeedStatus.md)
+- [MagWorkerData](../msg_docs/MagWorkerData.md)
:::