erwincoumans / tiny-differentiable-simulator

Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
Apache License 2.0
1.23k stars 130 forks source link

Add sphere-capsule collision. #194

Closed ErikGartner closed 2 years ago

ErikGartner commented 2 years ago

Implements sphere-capsule collision as collision between a sphere and the two spheres of the capsule.

erwincoumans commented 2 years ago

Thanks! So this would be an approximation, not taking collisions in between the capsule end points into account?