Skip to content

Commit

Permalink
Update PX4 Firmware metadata Mon Aug 19 12:25:49 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Aug 19, 2024
1 parent 0bad57e commit 4a3b719
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15720,7 +15720,7 @@
</parameter>
<parameter name="MPC_ACC_HOR" default="3." type="FLOAT">
<short_desc>Acceleration for autonomous and for manual modes</short_desc>
<long_desc>When piloting manually, this parameter is only used in MPC_POS_MODE 4.</long_desc>
<long_desc>When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based.</long_desc>
<min>2</min>
<max>15</max>
<unit>m/s^2</unit>
Expand Down Expand Up @@ -15765,7 +15765,7 @@
</parameter>
<parameter name="MPC_HOLD_MAX_XY" default="0.8" type="FLOAT">
<short_desc>Maximum horizontal velocity for which position hold is enabled (use 0 to disable check)</short_desc>
<long_desc>Only used with MPC_POS_MODE 0 or MPC_ALT_MODE 2</long_desc>
<long_desc>Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2</long_desc>
<min>0</min>
<max>3</max>
<unit>m/s</unit>
Expand All @@ -15790,7 +15790,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 3 and 4.</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 smooth MPC_POS_MODE Smoothed velocity and Acceleration based.</long_desc>
<min>0.5</min>
<max>500</max>
<unit>m/s^3</unit>
Expand Down Expand Up @@ -15888,7 +15888,7 @@
</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: 0 Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. 3 Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). 4 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. - "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>
<values>
<value code="0">Direct velocity</value>
<value code="3">Smoothed velocity</value>
Expand Down

0 comments on commit 4a3b719

Please sign in to comment.