AndrejOrsula / panda_ign_moveit2

Franka Emika Panda packages for manipulation with MoveIt 2 inside Ignition Gazebo
https://app.ignitionrobotics.org/AndrejOrsula/fuel/models/panda
BSD 3-Clause "New" or "Revised" License
66 stars 26 forks source link

Improve and simplify mesh geometry #3

Closed AndrejOrsula closed 3 years ago

AndrejOrsula commented 3 years ago

Even though it seems like a lot of pointless work, it might speed up RL training and prevent agents from learning unrealistic grasps (currently, the finger contact surface is 3x larger than it should be, so the agent might exploit something that would never work in real life)

Results:

simplify_mesh

simplify_mesh_verts_and_tris

It could be optimised much further, but I stopped at this level. In the future, I might add a low-poly version to a separate branch.