mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 10:47:35 +08:00
vtol_takeoff: fix comment typo
This commit is contained in:
committed by
Daniel Agar
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user