ARISE-Initiative / robosuite

robosuite: A Modular Simulation Framework and Benchmark for Robot Learning
https://robosuite.ai
Other
1.24k stars 397 forks source link

Itergrating robosuite with different robots #38

Closed isk03276 closed 4 years ago

isk03276 commented 5 years ago

Hi, I want to integrate robosuite with Kinova's Jaco2 (j2n6s300) robot arm model. Are there tutorials or guidelines for this? Thank you.

yukezhu commented 4 years ago

Hi @isk03276 we are open to incorporate new robot arm models in robosuite. However, Jaco2 has not been a priority on our side. We are currently focusing on robots that are used in our research. We've just added support to the Panda arm (see PR https://github.com/StanfordVL/robosuite/pull/46). This PR will give you an idea how to add new robot models of your interest. If you would like to contribute to this repo with new robot models, please submit a PR. Thanks!