forked from Archive/PX4-Autopilot
MC attitude controller: Use default scheduling order
This commit is contained in:
parent
5f12259dfd
commit
b26c771ea6
|
@ -1362,7 +1362,7 @@ MulticopterAttitudeControl::start()
|
|||
/* start the task */
|
||||
_control_task = px4_task_spawn_cmd("mc_att_control",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 4,
|
||||
SCHED_PRIORITY_ATTITUDE_CONTROL,
|
||||
1700,
|
||||
(px4_main_t)&MulticopterAttitudeControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
|
Loading…
Reference in New Issue