Skip to content

Commit

Permalink
Update PX4 Firmware metadata Thu Nov 21 12:03:45 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Nov 21, 2024
1 parent 5c54e10 commit 88f6dd4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17198,7 +17198,7 @@
</parameter>
<parameter name="MPC_ACC_HOR_MAX" default="5." type="FLOAT">
<short_desc>Maximum horizontal acceleration</short_desc>
<long_desc>MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead</long_desc>
<long_desc>MPC_POS_MODE 1 just deceleration 4 not used, use MPC_ACC_HOR instead</long_desc>
<min>2</min>
<max>15</max>
<unit>m/s^2</unit>
Expand Down Expand Up @@ -17259,7 +17259,7 @@
</parameter>
<parameter name="MPC_JERK_MAX" default="8." type="FLOAT">
<short_desc>Maximum horizontal and vertical jerk in Position/Altitude mode</short_desc>
<long_desc>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.</long_desc>
<long_desc>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.</long_desc>
<min>0.5</min>
<max>500</max>
<unit>m/s^3</unit>
Expand Down Expand Up @@ -17357,10 +17357,9 @@
</parameter>
<parameter name="MPC_POS_MODE" default="4" type="INT32">
<short_desc>Position/Altitude mode variant</short_desc>
<long_desc>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</long_desc>
<long_desc>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</long_desc>
<values>
<value code="0">Direct velocity</value>
<value code="3">Smoothed velocity</value>
<value code="4">Acceleration based</value>
</values>
</parameter>
Expand Down

0 comments on commit 88f6dd4

Please sign in to comment.