-
Notifications
You must be signed in to change notification settings - Fork 520
How can i import my own diy robot into robosuite? Specific steps until I can use make to create the environment? #535
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
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 |
Hi @pancake-w were you able to import your robot? i'm going through something similar. |
Hi, I'm trying to create my own environment, with a custom robot, end effector, gantry, shelf, etc. I'm running into a lot of issues. Is there any example/tutorial that can help me with this? Has anyone successfully gotten their custom env to load in robosuite so far? |
Hi , where can I find the tutorial? I would like to convert urdf format to xml format and create a environment with a default gripper and custom gripper. Thanks in advance |
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: