mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
increased uxrce-dds stack size to prevent overflow
This commit is contained in:
committed by
Daniel Agar
parent
b9a696d025
commit
5d025e6d3d
@@ -831,7 +831,7 @@ int UxrceddsClient::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("uxrce_dds_client",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
PX4_STACK_ADJUSTED(10000),
|
||||
PX4_STACK_ADJUSTED(12000),
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user