@ -4673,7 +4673,7 @@ Setting this parameter to 0 disables the filter</short_desc>
@@ -4673,7 +4673,7 @@ Setting this parameter to 0 disables the filter</short_desc>
<short_desc>Maximum horizontal acceleration for auto mode and for manual mode</short_desc>
<long_desc>Maximum deceleration for MPC_POS_MODE 1. Maximum acceleration and deceleration for MPC_POS_MODE 3.</long_desc>
<long_desc>MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 just acceleration</long_desc>
<min>2.0</min>
<max>15.0</max>
<unit>m/s^2</unit>
@ -4739,7 +4739,7 @@ Setting this parameter to 0 disables the filter</short_desc>
@@ -4739,7 +4739,7 @@ Setting this parameter to 0 disables the filter</short_desc>
<long_desc>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.</long_desc>
<long_desc>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.</long_desc>
<min>0.5</min>
<max>500.0</max>
<unit>m/s^3</unit>
@ -4815,13 +4815,14 @@ Setting this parameter to 0 disables the filter</short_desc>
@@ -4815,13 +4815,14 @@ Setting this parameter to 0 disables the filter</short_desc>
<short_desc>Manual-Position control sub-mode</short_desc>
<long_desc>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).</long_desc>
<long_desc>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</long_desc>
<values>
<valuecode="0">Simple position control</value>
<valuecode="1">Smooth position control</value>
<valuecode="3">Smooth position control (Jerk optimized)</value>