Improbable-AI / dribblebot

Code release accompanying DribbleBot: Dynamic Legged Manipulation in the Wild

Home Page:https://gmargo11.github.io/dribblebot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A third-party sim-to-real deployment code

YouJiacheng opened this issue · comments

Hello, thanks for your impressive and outstanding work and open sourcing the training code.

I would like to share my sim-to-real deployment code here since the official deployment toolkit is still in preparation.

https://github.com/YouJiacheng/dribble-deploy

My code only uses 1 camera but can be extended to 2 cameras easily.

Nicely done @YouJiacheng and thank you for sharing it as open-source! I'm sure many folks will find this useful. Have you tested it on the real robot? Let me know if you encounter any issues and I'm happy to chat

-Gabe

I have tested it on the real robot. The robot can detect and approach the ball correctly, but then it cannot see the ball since I only use the front facing camera. I believe it can work well (i.e. kick the ball) if I use both the front facing camera and the camera on the chin.