From 88f6dd42fc532c40b135af8e3f1d0f3ff29aee18 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Thu, 21 Nov 2024 12:03:45 +0000 Subject: [PATCH] Update PX4 Firmware metadata Thu Nov 21 12:03:45 UTC 2024 --- src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 8f2adfadd06..57270b7fcc2 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -17198,7 +17198,7 @@ Maximum horizontal acceleration - MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead + MPC_POS_MODE 1 just deceleration 4 not used, use MPC_ACC_HOR instead 2 15 m/s^2 @@ -17259,7 +17259,7 @@ Maximum horizontal and vertical 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 Smoothed velocity and Acceleration based. + 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 MPC_POS_MODE Acceleration based. 0.5 500 m/s^3 @@ -17357,10 +17357,9 @@ 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. - "Smoothed velocity": Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). - "Acceleration based": Sticks map to acceleration and there's a virtual brake drag + 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 Direct velocity - Smoothed velocity Acceleration based