diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index db8a61d..366ac02 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -7482,8 +7482,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX - Half-angle of the RTL cone - Defines the half-angle of the cone which defines the vehicle RTL behavior. + Half-angle of the return mode altitude cone + Defines the half-angle of a cone centered around the home position that affects the altitude at which the vehicle returns during return to home. 0 90 degrees @@ -7497,8 +7497,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX - Return mode loiter altitude - Stay at this altitude above home position after RTL descending. Land (i.e. slowly descend) from this altitude if autolanding allowed. + Return mode loiter altitude (relative to home) + Descend to this altitude (above home position) after return, and wait for time defined in RTL_LAND_DELAY. Land (i.e. slowly descend) from this altitude if autolanding allowed. 2 100 m @@ -7507,7 +7507,7 @@ the setpoint will be capped to MPC_XY_VEL_MAX Return mode delay - Delay after descend before landing in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT. + Delay before landing (after initial descent) in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT. -1 300 s @@ -7515,8 +7515,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX 0.5 - Minimum distance to trigger rising to a safe altitude - If the system is horizontally closer than this distance to home it will land straight on home instead of raising to the return altitude first. + Maximum horizontal distance from home, below which RTL_DESCEND_ALT is used as return altitude + If the vehicle is less than this horizontal distance from home when return mode is activated it will ascend to RTL_DESCEND_ALT for the return journey (rather than the altitude set by RTL_RETURN_ALT and RTL_CONE_ANG). 0.5 20 m @@ -7524,8 +7524,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX 0.5 - RTL altitude - Altitude to fly back in RTL in meters + Return mode return altitude + Default minimum altitude above home for return flight. This is affected by RTL_MIN_DIST and RTL_CONE_ANG. 0 150 m