kroshu / kuka_robot_descriptions

Repository containing models of KUKA robots
Apache License 2.0
20 stars 18 forks source link

Optimize collision meshes #31

Open Svastits opened 10 months ago

Svastits commented 10 months ago

The collision meshes should be simplified to reduce planning times. This includes evaluating different methods for simplification:

Evaluation should be done taking into account the similiraty to the visual mesh (volume proportions and overlap) and the effectivity in reducing planning time (face count, planning time measured with comparable circumstances)

Pugens commented 7 months ago

Hi, I want to have a look, but I will only be able when:

Svastits commented 4 months ago

Collision meshes were added for all robots using Blender remesh modifier in #57 Further optimization might be needed