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

GzOdeCollisionDetector: Use static mutex in create method to avoid problems with non-thread-safe ODE functions #675

Merged
merged 2 commits into from
Oct 17, 2024

Commits on Aug 21, 2024

  1. GzOdeCollisionDetector: Use static mutex in create

    This is done to avoid that non-thread-safe ODE functions are called at the same time, causing errors such as 
    > ODE INTERNAL ERROR 1: assertion "!colliders_initialized" failed in dInitColliders() [collision_kernel.cpp:168]
    
    Signed-off-by: Silvio Traversaro <[email protected]>
    traversaro authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fed0d09 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    0b5a2f2 View commit details
    Browse the repository at this point in the history