-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i import my own diy robot into robosuite? Specific steps until I can use make to create the environment? #535
Comments
Which tutorial were you following? @zhuyifengzju do we have a tutorial for importing custom robots? |
I followed this document. I can't find a whole tutorial teaching me the details to import my custom robot. |
Got it, we're now in the process of creating an updated tutorial for importing custom robots (CC @abhihjoshi); please stay tuned! In the mean time, if you've not done so yet, take a look at robosuite-models to see if any existing robots match what you're importing. |
Something else that could be helpful for us @pancake-w is if you could share the relevant URDF files of the robot you'd like to import |
Any updates on this? |
We've already provided GR1 robot with inspire hands: https://github.com/ARISE-Initiative/robosuite/blob/master/robosuite/models/robots/manipulators/gr1_robot.py |
I am trying to import my own robot into robosuite. But after i have followed "Importing Raw Robot Manipiulator Models Into Robosuite", i still have a lot of problems with the "suite.make()". What i can do is to fight with every bug and make a mess. Can someone teach me exactly what parts in this project I can modify to successfully create a robot that works like panda?
The text was updated successfully, but these errors were encountered: