mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 09:50:35 +08:00
Auto Traj - Disable reActivate "reset" function for AutoLineSmoothVel Flight Task
This commit is contained in:
@@ -38,6 +38,11 @@ bool FlightTask::activate()
|
||||
return true;
|
||||
}
|
||||
|
||||
void FlightTask::reActivate()
|
||||
{
|
||||
activate();
|
||||
}
|
||||
|
||||
bool FlightTask::updateInitialize()
|
||||
{
|
||||
_time_stamp_current = hrt_absolute_time();
|
||||
|
||||
Reference in New Issue
Block a user