mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed wing: Use default scheduling priorities
This commit is contained in:
parent
08e49806c8
commit
727bb4886d
@ -1857,7 +1857,7 @@ FixedwingPositionControl::start()
|
||||
/* start the task */
|
||||
_control_task = px4_task_spawn_cmd("fw_pos_ctrl_l1",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
SCHED_PRIORITY_POSITION_CONTROL,
|
||||
1700,
|
||||
(px4_main_t)&FixedwingPositionControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user