-
Notifications
You must be signed in to change notification settings - Fork 276
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
Gazebo crashes with Edifice binaries #891
Comments
I should also mention that the crash happens when using both stable and nightly binaries for Edifice (the backtrace I shared above is for the stable binaries). |
The backtrace points to when reading a pose from SDF. In fact, when I load
it works, but uncommenting the pose it crashes. It smells like an ABI incompatibility issue between |
I don't see anything that's potentially ABI-breaking on the latest SDFormat release into Edifice, that came out 5 days ago: gazebosim/sdformat#599 |
gazebosim/sdformat@sdformat11_11.1.0...sdformat11_11.2.0
|
The crash is fixed with the latest SDF 11.2.1 release 🎉 |
Environment
Binary - Edifice
Description
I believe that there is an issue with the Edifice binaries. I have tried to run gazebo with the Edifice binaries on both Ubuntu bionic and focal (using docker containers), but it always crashes. I don't believe that it's an issue with my docker setup because I am able to run the Citadel, Dome and Fortress binaries inside docker without any issues. I also was able to run Edifice in docker if I built it from source. I also don't think it's an issue with my system because I tried using the Edifice binaries on my laptop as well, and it still crashes there 🙃
Steps to reproduce
ign gazebo shapes.sdf
Output
Here's the backtrace I am seeing from the crash.
backtrace
The text was updated successfully, but these errors were encountered: