ros-industrial / robotiq

Robotiq packages (http://wiki.ros.org/robotiq)
BSD 2-Clause "Simplified" License
228 stars 378 forks source link

Make collision model convex #208

Open EtienneAr opened 11 months ago

EtienneAr commented 11 months ago

Hello,

Using trimesh I noticed that the collision meshes of the FT300 sensor were not exactly convex. So I replaced them by their convex hull.

In terms of shape and dimensions, it changes nothing (since the shapes were pretty much almost convex before), but for some algorithm, it greatly accelerates the collision detection.