mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user