mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 23:30:36 +08:00
ekf_att_pos_estimator: Using right app name
This commit is contained in:
@@ -1211,7 +1211,7 @@ FixedwingEstimator::start()
|
||||
ASSERT(_estimator_task == -1);
|
||||
|
||||
/* start the task */
|
||||
_estimator_task = task_spawn_cmd("fw_att_pos_estimator",
|
||||
_estimator_task = task_spawn_cmd("ekf_att_pos_estimator",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 40,
|
||||
6000,
|
||||
|
||||
Reference in New Issue
Block a user