From c1e330f14535319e314db893552ec4be640dba5c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 5 Dec 2025 12:56:03 +1100 Subject: [PATCH] common.xml: update description for MAV_CMD_DO_SET_HOME from mavlink/mavlink/master --- message_definitions/v1.0/common.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index 67d19a46735..9bb59ba9f7f 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -1053,7 +1053,12 @@ Empty - Changes the home location either to the current location or a specified location. + + Sets the home position to either to the current position or a specified position. + The home position is the default position that the system will return to and land on. + The position is set automatically by the system during the takeoff (and may also be set using this command). + Note: the current home position may be emitted in a HOME_POSITION message on request (using MAV_CMD_REQUEST_MESSAGE with param1=242). + Use current location (MAV_BOOL_FALSE: use specified location). Values not equal to 0 or 1 are invalid. Empty Empty