From 8337744aa2d9680e04588fb3ce36b5f2408a465f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20S=2E=20=C5=81ukasiewicz?= Date: Wed, 27 Mar 2024 22:01:39 +0100 Subject: [PATCH] Update guidedModeGotoLocation doc comment (#10978) --- src/Vehicle/Vehicle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/Vehicle.h b/src/Vehicle/Vehicle.h index 728a5de..edc765a 100644 --- a/src/Vehicle/Vehicle.h +++ b/src/Vehicle/Vehicle.h @@ -374,7 +374,7 @@ public: /// @return Minumum equivalent airspeed. Q_INVOKABLE double minimumEquivalentAirspeed(); - /// Command vehicle to move to specified location (altitude is included and relative) + /// Command vehicle to move to specified location (altitude is ignored) Q_INVOKABLE void guidedModeGotoLocation(const QGeoCoordinate& gotoCoord); /// Command vehicle to change altitude