maxspahn / gym_envs_urdf

URDF environments for gym
https://maxspahn.github.io/gym_envs_urdf/
GNU General Public License v3.0
43 stars 14 forks source link

Ft capsule collision links #202

Closed maxspahn closed 1 year ago

maxspahn commented 1 year ago

Recently, we have integrated the function to add collision shapes to the robot. In this PR, we change to using the add_shape function in UrdfEnv to allow for arbitrary shapes, such as capsules.

We also provide an example with a good enclosing union of capsules for the franka emika panda robot.