mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 06:10:35 +08:00
Auto Traj - Disable reActivate "reset" function for AutoLineSmoothVel Flight Task
This commit is contained in:
@@ -133,7 +133,7 @@ const char *FlightTasks::errorToString(const int error)
|
||||
void FlightTasks::reActivate()
|
||||
{
|
||||
if (_current_task.task) {
|
||||
_current_task.task->activate();
|
||||
_current_task.task->reActivate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user