forked from Archive/PX4-Autopilot
MC pos control: Use default scheduling priorities
This commit is contained in:
parent
727bb4886d
commit
482a98facb
|
@ -2365,7 +2365,7 @@ MulticopterPositionControl::start()
|
|||
/* start the task */
|
||||
_control_task = px4_task_spawn_cmd("mc_pos_control",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
SCHED_PRIORITY_POSITION_CONTROL,
|
||||
1900,
|
||||
(px4_main_t)&MulticopterPositionControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
|
Loading…
Reference in New Issue