forked from Archive/PX4-Autopilot
vtol_takeoff: fix comment typo
This commit is contained in:
parent
c807d6079d
commit
f96507bb22
|
@ -149,7 +149,7 @@ VtolTakeoff::on_active()
|
|||
_navigator->reset_position_setpoint(reposition_triplet->current);
|
||||
_navigator->reset_position_setpoint(reposition_triplet->next);
|
||||
|
||||
// the VTOL takeoff is done, proceed loitering and upate the navigation state to LOITER
|
||||
// the VTOL takeoff is done, proceed loitering and update the navigation state to LOITER
|
||||
_navigator->get_mission_result()->finished = true;
|
||||
_navigator->set_mission_result_updated();
|
||||
|
||||
|
|
Loading…
Reference in New Issue