diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 4d92b3e8eae7dbba68b777eb1bb3708c6174b9ab..ca5389504fe26aa6f29dd206dc884d65b0c7d481 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -647,15 +647,6 @@ Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than 1 0.5 - - Datalink regain time threshold - After a data link loss: after this this amount of seconds with a healthy datalink the 'datalink loss' flag is set back to false - 0 - 3 - s - 1 - 0.5 - Engine Failure Current/Throttle Threshold Engine failure triggers only below this current value @@ -3825,6 +3816,11 @@ Used to calculate increased terrain random walk nosie due to movementHold mode + + Flag to enable obstacle avoidance +Temporary Parameter to enable interface testing + + Position control navigation loss response This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control. Navigation accuracy checks can be disabled using the CBRK_VELPOSERR parameter, but doing so will remove protection for all flight modes. @@ -4627,11 +4623,6 @@ is 90 degrees. It should be lower than MPC_XY_CRUISE deg/s 1 - - Flag to enable obstacle avoidance -Temporary Parameter to enable interface testing - - Manual-Position control sub-mode The supported sub-modes are: 0 Default position control where sticks map to position/velocity directly. Maximum speeds is MPC_VEL_MANUAL. 1 Smooth position control where setpoints are adjusted based on acceleration limits and jerk limits. 2 Sport mode that is the same Default position control but with velocity limits set to the maximum allowed speeds (MPC_XY_VEL_MAX) 3 Smooth position control with maximum acceleration and jerk limits (different algorithm than 1).