From 1f1a32ae9d7e8906ea74193be58881f1e5714f88 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Wed, 11 Nov 2020 20:37:37 +0000 Subject: [PATCH] Update PX4 Firmware metadata Wed Nov 11 20:37:37 UTC 2020 --- src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 6a3063d..f169386 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -4673,7 +4673,7 @@ Setting this parameter to 0 disables the filter Maximum horizontal acceleration for auto mode and for manual mode - Maximum deceleration for MPC_POS_MODE 1. Maximum acceleration and deceleration for MPC_POS_MODE 3. + MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 just acceleration 2.0 15.0 m/s^2 @@ -4739,7 +4739,7 @@ Setting this parameter to 0 disables the filter Maximum jerk limit - Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions, but it also limits its agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Note: This is only used when MPC_POS_MODE is set to a smoothing mode 1 or 3. + Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions, but it also limits its agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Note: This is only used when MPC_POS_MODE is set to a smoothing mode 1, 3 or 4. 0.5 500.0 m/s^3 @@ -4815,13 +4815,14 @@ Setting this parameter to 0 disables the filter s 2 - + Manual-Position control sub-mode - The supported sub-modes are: 0 Simple position control where sticks map directly to velocity setpoints without smoothing. Useful for velocity control tuning. 1 Smooth position control with maximum acceleration and jerk limits based on slew-rates. 3 Smooth position control with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). + The supported sub-modes are: 0 Simple position control where sticks map directly to velocity setpoints without smoothing. Useful for velocity control tuning. 1 Smooth position control with maximum acceleration and jerk limits based on slew-rates. 3 Smooth position control with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). 4 Smooth position control where sticks map to acceleration and there's a virtual brake drag Simple position control Smooth position control Smooth position control (Jerk optimized) + Acceleration based input