forked from Archive/PX4-Autopilot
EKF: Use estimator scheduling order
This commit is contained in:
parent
49198af6c7
commit
cae4694d6a
|
@ -1515,7 +1515,7 @@ int Ekf2::task_spawn(int argc, char *argv[])
|
|||
{
|
||||
_task_id = px4_task_spawn_cmd("ekf2",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
SCHED_PRIORITY_ESTIMATOR,
|
||||
5900,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
|
Loading…
Reference in New Issue