humanoid-path-planner / hpp-fcl

An extension of the Flexible Collision Library
Other
272 stars 80 forks source link

Question about "Differentiable Collision Detection" #602

Open JYChen18 opened 3 weeks ago

JYChen18 commented 3 weeks ago

Hi @lmontaut @jcarpent ,

First of all, thank you for your excellent work in developing this repository!

I recently came across a paper titled "Differentiable Collision Detection: a Randomized Smoothing Approach,". I really like it and want to try it in my research project.

The author mentions that "All these gradient estimation methods have been implemented in the HPP-FCL and Pinocchio ecosystems." However, I have been unable to locate any related code in the repository. Could you please provide some guidance on where to find it?

Thank you!