-
Notifications
You must be signed in to change notification settings - Fork 116
Description
When running a Gazebo SITL with ROS2 Kilted, I get the following crash:
[1749154544.670461] info | UDPv4AgentLinux.cpp | init | running... | port: 8888
[1749154544.670673] info | Root.cpp | set_verbose_level | logger setup | verbose_level: 4
[1749154582.623925] info | Root.cpp | create_client | create | client_key: 0x0000000E, session_id: 0x81
[1749154582.623970] info | SessionManager.hpp | establish_session | session established | client_key: 0x0000000E, address: 127.0.0.1:19114
[1749154582.623989] info | Root.cpp | create_client | create | client_key: 0x00000012, session_id: 0x81
[1749154582.623995] info | SessionManager.hpp | establish_session | session established | client_key: 0x00000012, address: 127.0.0.1:12504
*** stack smashing detected ***: terminated
[1] 22141 IOT instruction (core dumped) ./MicroXRCEAgent udp4 -p 8888
Any help would be greatly appreciated.