Skip to content

Commit

Permalink
increased uxrce-dds stack size to prevent overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NXPBenjaminK authored and dagar committed May 8, 2024
1 parent b9a696d commit 5d025e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uxrce_dds_client/uxrce_dds_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5d025e6

Please sign in to comment.