mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user