mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 18:37:35 +08:00
Update L1 controller stack
This commit is contained in:
committed by
Lorenz Meier
parent
69f6708f37
commit
17a1d31b79
@@ -2553,7 +2553,7 @@ FixedwingPositionControl::start()
|
||||
_control_task = px4_task_spawn_cmd("fw_pos_ctrl_l1",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
1400,
|
||||
1700,
|
||||
(px4_main_t)&FixedwingPositionControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user