Skip to content
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

Crash with assertion failure "aabbBound >= dMinIntExact && aabbBound < dMaxIntExact" #661

Open
zhileiren opened this issue Jul 1, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zhileiren
Copy link

Environment

  • OS Version: Ubuntu 22.04
  • Source or binary build?
    source build
    gz-sim version: 5641ef2cc7bed13e06892d29ffd3663b2f172e76
    gz-physics version: f54d4de
    built with
    gcc version: 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
    build options: -DCMAKE_BUILD_TYPE=Coverage

Description

  • Expected behavior: Gazebo doesn't crash
  • Actual behavior: Gazebo crashes

Steps to reproduce:

  1. tar xf a.tar.gz

  2. gz sim buggy.sdf -r

Output

a.log

@zhileiren zhileiren added the bug Something isn't working label Jul 1, 2024
@azeey
Copy link
Contributor

azeey commented Jul 22, 2024

This is a duplicate of gazebosim/gz-sim#15. It seems like this happens when objects are so far away from the origin that they don't fit in the bounding box created by ode's collision detection code. But I don't understand why the objects move that far in the first place.

@azeey azeey added the help wanted Extra attention is needed label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants