From 36f7c2212f1ea378a0629ca8fe43f8bb06356301 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Sat, 6 Feb 2021 00:32:56 +0000 Subject: [PATCH] Update PX4 Firmware metadata Sat Feb 6 00:32:56 UTC 2021 --- src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml | 14 ++++++++++++++ src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 16 ++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml b/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml index 4cb0d43..087b566 100644 --- a/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml +++ b/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml @@ -890,6 +890,20 @@ motor 3 motor 4 + + VTOL + + Standard VTOL + motor 1 + motor 2 + motor 3 + motor 4 + Aileron 1 + Aileron 2 + Elevator + Rudder + Pusher motor + diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 03b146d..6f13df2 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -1134,6 +1134,15 @@ Set -1 to disable the check Require valid mission to arm The default allows to arm the vehicle without a valid mission. + + 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. + + Disabled + Warning only + Enforce SD card presence + + Arm switch is only a button The default uses the arm switch as real switch. If parameter set button gets handled like stick arming. @@ -5425,6 +5434,13 @@ the setpoint will be capped to MPC_XY_VEL_MAX 2 1 + + 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. + 0.1 + 10.0 + 1 + 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 (default) 1 Purely cubic input curve