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