Stepan Antonyuk
Results
3
comments of
Stepan Antonyuk
This is what I got after running python in gdb: ``` Thread 1 "python" received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) backtrace #0 0x0000000000000000 in ?? ()...
Sorry, just got it fixed by ```bash sudo apt-get install libsdl2-dev ```
Hello @joel-mb, I have the same issue. It worked but now it gives exit code -11 every time I try to run it. I am using ros2 Here is what...