-
Notifications
You must be signed in to change notification settings - Fork 293
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
ODE crash on rolling_shapes.sdf
#15
Comments
Original comment by Addisu Z. Taddese (Bitbucket: azeey, GitHub: azeey). There's a similar issue in ign-physics #7 (gazebosim/gz-physics#7). It was behaving the same way before we changed to ODE for collision detection so I don't think the problem lies there. |
In case this helps, in Fortress ODE INTERNAL ERROR 1: assertion "aabbBound >= dMinIntExact && aabbBound < dMaxIntExact" failed in collide() [collision_space.cpp:460] When the |
19 tasks
6 tasks
Merged
18 tasks
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Prerequisites
Description
rolling_shapes.sdf
crashes after about 20s sim time with:ODE INTERNAL ERROR 1: assertion "bNormalizationResult" failed in _dNormalize4() [odemath.h:42]
Steps to Reproduce
ign-gazebo -v 4 -f rolling_shapes.sdf
-rExpected behavior:
No crash
Actual behavior:
Crash
Reproduces how often:
100% of tries
Versions
ign-gazebo1
Additional Information
N/A
The text was updated successfully, but these errors were encountered: