Skip to content
Snippets Groups Projects
Commit 4450f1ae authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Navigator: Fix priority to run at much lower priority than controllers, but...

Navigator: Fix priority to run at much lower priority than controllers, but higher than common stuff.
parent 0b4f88a4
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ Navigator::start()
/* start the task */
_navigator_task = px4_task_spawn_cmd("navigator",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 5,
SCHED_PRIORITY_DEFAULT + 5,
1500,
(px4_main_t)&Navigator::task_main_trampoline,
nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment