-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArduPilot SITL : SIGSEGV Sending message 76 #2426
Comments
Can you share the example, so I can reproduce it myself? And maybe you can also share the stacktrace of all threads, in gdb it's And you could also run it using |
Of course.
Full stack does not give anything more. There's no other thread in the stacktrace (other than the sleep) |
Ok, I see the problem. You need to keep Also see this comment: It might not be the best wording. Probably should be something like:
|
Hi,
I am trying the SDK again starting a new project.
I have a simulation environment running gazebo/ardu sitl/ros2 and i have an issue when creating System.
Ardu version : Copter-4.5.7
MAVSDK : 2.12.10
Running logs are
Sometimes it stops there and no crashes happens.
But other times i have
[03:15:53|Debug] Sending message 76 from 176/224 to 1/1 (mavsdk_impl.cpp:444)
and it crash immediately.
The backtrace is :
Code is basic
Not sure what to do at this point.
Thanks for any advices
The text was updated successfully, but these errors were encountered: