XLeRobot
XLeRobot copied to clipboard
questions about xlerobot
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
@Vector-Wangel
I plan to buy xlerobot from wowrobo. Before I do that, I have several questions regarding this robot:
1)It mentions realsense camera can be used, which realsense camera and how to mount it to xlerobot? 2)Does sw support training with realsense inputs along with rgb camera? 3)How to do teleoperation to capture datasets with single and dual arms?
Thanks
Previously I was using D415, but D435 or D435i should also works. I think the kit provides two kinds of head camera mounts, one should be able to mount Realsense camera with 2 M3 screws. You can also design your own with https://github.com/Vector-Wangel/XLeRobot/tree/main/hardware/step
Right now we haven't provide directly available code for training with XLeRobot, but it should be out soon and you can also get started with huggingface lerobot first where they have official support for realsense.
Huggingface lerobot have official guide for datasets, which will also later be included in XLeRobot. https://huggingface.co/docs/lerobot/il_robots
@Vector-Wangel
How about teleoperation questions for one arm and dual arm settings? Is there a leader and follower concept on these 2 arms?
@jcl2023 The repo provide several methods to control the two follower arms, such as Xbox, joycon, keyboard, and VR(under testing). You can also use two leader arms too. Please see the documentation.
@hyy02
Thanks for feedback. I have a Logitech gamepad, not Xbox Will this work with your SW?
@jcl2023 Sure, it's not difficult, you can modify the code yourself refer to the repo SW code.
@Vector-Wangel @hyy02
you can also get started with huggingface lerobot first where they have official support for realsense. I don't see realsense support on huggingface lerobot. Can you point me where the realsense camera support code is?
Thanks