diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 0b6fadccacedbb01a22e576829fbf47ec5e687ba..cf3da3652b71d45d1a8dfef35540f9e885064f6c 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -7496,22 +7496,22 @@ the setpoint will be capped to MPC_XY_VEL_MAX 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. + Defines the half-angle of a cone centered around the destination position that affects the altitude at which the vehicle returns. 0 90 degrees - No cone, always climb to RTL_RETURN_ALT above home. + No cone, always climb to RTL_RETURN_ALT above destination. 25 degrees half cone angle. 45 degrees half cone angle. 65 degrees half cone angle. 80 degrees half cone angle. - Only climb to at least RTL_DESCEND_ALT above home. + Only climb to at least RTL_DESCEND_ALT above destination. - 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. + Return mode loiter altitude + Descend to this altitude (above destination 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 @@ -7528,8 +7528,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX 0.5 - 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). + Maximum horizontal distance from return destination, below which RTL_DESCEND_ALT is used as return altitude + If the vehicle is less than this horizontal distance from the return destination 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 100 m @@ -7538,7 +7538,7 @@ the setpoint will be capped to MPC_XY_VEL_MAX Return mode return altitude - Default minimum altitude above home for return flight. This is affected by RTL_MIN_DIST and RTL_CONE_ANG. + Default minimum altitude above destination (e.g. home, safe point, landing pattern) for return flight. This is affected by RTL_MIN_DIST and RTL_CONE_ANG. 0 150 m @@ -7547,12 +7547,12 @@ the setpoint will be capped to MPC_XY_VEL_MAX Return type - Fly straight to the home location or planned mission landing and land there or use the planned mission to get to those points. + Fly straight to the return location or planned mission landing and land there or use the planned mission to get to those points. Return home via direct path Return to a planned mission landing, if available, via direct path, else return to home via direct path Return to a planned mission landing, if available, using the mission path, else return to home via the reverse mission path - Return via direct way to whatever is closest: home, mission lading or safe point + Return via direct path to closest destination: home, mission landing pattern or safe point