DAIRLab / dairlib

MIT License
65 stars 26 forks source link

Add Geom-Geom collider for basic queries #283

Closed mposa closed 2 years ago

mposa commented 2 years ago

Adds a simple class to compute signed distances between geometries and their Jacobians, including a polytope representation of the frictional Jacobian. If useful, it would also be easy to add a variation which doesn't compute the polytope.

Drake has this existing functionality scattered about, but not all in one place.


This change is Reviewable