Awesome
Open Duck Mini
This project is still a work in progress !
I'm making a miniature version of the BDX Droid by Disney. It is about 35 centimeters tall with its legs extended.
This is a policy trained in Isaac Gym with AWD.
https://github.com/user-attachments/assets/bbb0f181-659d-4227-af8a-83866aa6278a
Sim2Sim from Isaac to Mujoco
https://github.com/user-attachments/assets/94ffe9a0-739e-4083-810a-541e25db2fb9
This is a policy trained in Isaac Gym for standing up while being robust to perturbations.
https://github.com/user-attachments/assets/4e03fe2b-371c-4bd5-a462-8fa0ee84efa2
Sim2Real walking is starting to work !
https://github.com/user-attachments/assets/15f329b8-af58-42c1-bdef-b7eebd7a5fba
This repo
This is kind of a hub where I centralize all resources related to this project. This is a working repo, so there are a lot of undocumented scripts :) I'll try to clean things up at some point.
CAD
See this document for getting from a onshape design to a simulated robot in MuJoCo
RL stuff
We now use AWD
Actuator identification
We used Rhoban's BAM
BOM
Note : I switched to using xc330-M288-T
servomotors instead of xl330-M288-T
for the legs. They are more expensive, but way more powerful. Maybe we'll try to go back to xl330 servos once everything is working properly with the xc330.
https://docs.google.com/spreadsheets/d/18hrYgjaE9uL2pnrnq5pNUzFLZcI4Rg0AvSc9sqwE680/edit?usp=sharing
Assembly Guide
TODO
The current version (alpha) is not very easy to build, has some mechanical problems (too much play at some joints). After everything works on this version of the robot, I will redesign it from the ground up, trying to make it more accessible and better mechanically designed !
Embedded runtime
This repo contains the code to run the policies on the onboard computer (Raspberry pi zero 2w) https://github.com/apirrone/Open_Duck_Mini_Runtime
Resources
Interesting papers and resources
- https://www.nature.com/articles/s41598-023-38259-7.pdf
- https://arxiv.org/pdf/2304.13653
- https://arxiv.org/pdf/2401.16889
- https://arxiv.org/pdf/1801.01290
- First comment of this video explains the reward https://www.youtube.com/watch?v=L_4BPjLBF4E
- https://www.haonanyu.blog/post/sim2real/
Directly BDX related (from disney)
- https://www.nvidia.com/en-us/on-demand/session/gtc24-s63374/
- https://la.disneyresearch.com/publication/design-and-control-of-a-bipedal-robotic-character/
Bootstraping by behavior cloning
References
- https://cults3d.com/en/3d-model/gadget/robot-disney-star-wars
- https://www.disneytouristblog.com/wp-content/uploads/2023/10/bd1-droid-testing-disney-imagineering-2.jpg
- nice close up video https://www.youtube.com/watch?v=QuWaaNN-1hs
Imitation learning
MPC
Thanks a lot to HuggingFace for sponsoring this project !