AndrejOrsula / drl_grasping

Deep Reinforcement Learning for Robotic Grasping from Octrees
https://arxiv.org/pdf/2208.00818
BSD 3-Clause "New" or "Revised" License
379 stars 50 forks source link

Add UR5 with RG2 gripper to supported robots #79

Closed AndrejOrsula closed 3 years ago

AndrejOrsula commented 3 years ago

Adds Universal Robot 5 (UR5) robot with OnRobot RG2 gripper from https://github.com/AndrejOrsula/ur5_rg2_ign as an alternative for Panda. Both can be used interchangeable in all environments. Currently, the only difference is in the initial joint positions that need to be changed per-robot.

Property robot_model = "ur5_rg2" || "panda" must be changed when registering environment (or passing env_kwargs). Furthermore, corresponding ign_moveit2 script must be launched (see ex_train.bash).

~Current issue:~ Fixed!