Browse Source

Comment tweak

QGC4.4
DoinLakeFlyer 5 years ago
parent
commit
d9c92183e4
  1. 2
      src/MissionManager/TakeoffMissionItem.cc

2
src/MissionManager/TakeoffMissionItem.cc

@ -125,7 +125,7 @@ void TakeoffMissionItem::_initLaunchTakeoffAtSameLocation(void) @@ -125,7 +125,7 @@ void TakeoffMissionItem::_initLaunchTakeoffAtSameLocation(void)
if (_controllerVehicle->fixedWing() || _controllerVehicle->vtol()) {
setLaunchTakeoffAtSameLocation(false);
} else {
// PX4 specifies a coordinate for takeoff even for non fixed wing. But it makes more sense to not have a coordinate
// PX4 specifies a coordinate for takeoff even for multi-rotor. But it makes more sense to not have a coordinate
// from and end user standpoint. So even for PX4 we try to keep launch and takeoff at the same position. Unless the
// user has moved/loaded launch at a different location than takeoff.
if (coordinate().isValid() && _settingsItem->coordinate().isValid()) {

Loading…
Cancel
Save