Skip to content

Commit

Permalink
Update guidedModeGotoLocation doc comment (#10978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarrk committed Mar 27, 2024
1 parent fbb2389 commit 5785532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vehicle/Vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class Vehicle : public FactGroup
/// @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
Expand Down

0 comments on commit 5785532

Please sign in to comment.