Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GzOdeCollisionDetector: Use static mutex in create (#675)
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]> Co-authored-by: Ian Chen <[email protected]>
- Loading branch information