Auto Traj - Disable reActivate "reset" function for AutoLineSmoothVel Flight Task

This commit is contained in:
bresch
2018-10-23 15:24:57 +02:00
committed by Roman Bapst
parent 0209fa00bf
commit 2c63388fb7
5 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -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();
}
}