Browse Source

Update guidedModeGotoLocation doc comment (#10978)

QGC4.4
Marek S. Łukasiewicz 11 months ago committed by Julian Oes
parent
commit
8337744aa2
No known key found for this signature in database
GPG Key ID: F0ED380FEA56DE41
  1. 2
      src/Vehicle/Vehicle.h

2
src/Vehicle/Vehicle.h

@ -374,7 +374,7 @@ public: @@ -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

Loading…
Cancel
Save