mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 16:30:36 +08:00
Remove AutoLineSmoothVel, merged into Auto
This commit is contained in:
@@ -241,7 +241,7 @@ void FlightModeManager::start_flight_task()
|
||||
should_disable_task = false;
|
||||
FlightTaskError error = FlightTaskError::NoError;
|
||||
|
||||
error = switchTask(FlightTaskIndex::AutoLineSmoothVel);
|
||||
error = switchTask(FlightTaskIndex::Auto);
|
||||
|
||||
if (error != FlightTaskError::NoError) {
|
||||
if (prev_failure_count == 0) {
|
||||
|
||||
Reference in New Issue
Block a user