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
@@ -38,6 +38,11 @@ bool FlightTask::activate()
return true;
}
void FlightTask::reActivate()
{
activate();
}
bool FlightTask::updateInitialize()
{
_time_stamp_current = hrt_absolute_time();