mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
LPE: Increase stack to allow enough safe margin
This commit is contained in:
parent
9667c98b61
commit
df613361b9
@ -113,7 +113,7 @@ int local_position_estimator_main(int argc, char *argv[])
|
||||
deamon_task = px4_task_spawn_cmd("lp_estimator",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
13000,
|
||||
13500,
|
||||
local_position_estimator_thread_main,
|
||||
(argv && argc > 2) ? (char *const *) &argv[2] : (char *const *) NULL);
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user