I wanted to share some testing I was able to do over the weekend using ChatGPT and Go1 Pro/EDU:
The repo for the code can be found here:
@Fritz please give this a test as I know you’re always out there experimenting!
I wanted to share some testing I was able to do over the weekend using ChatGPT and Go1 Pro/EDU:
The repo for the code can be found here:
@Fritz please give this a test as I know you’re always out there experimenting!
Hey @dbaldwin
It’s an amazing piece of work! Is it possible to integrate this functionality with the Go2?
Wanted to know how can I setup two network adapters?
Hey there, I’m not Dennis, but I might be able to help.
It should be possible to implement similar functionality with the Go2 by using the Unitree Python SDK and the ChatGPT Python API. You can use Dennis’s NodeJS code to reference what to prompt ChatGPT with and how the returned code could be run in Python.
Helpful links:
Also, what do you mean by two network adapters? Do you mean having two dogs controlled at the same time?
Thanks @null_ham for your reply. Appreciate your help.
The two network adapter thing was mentioned in the readme file of the GitHub repository. I wanted to understand about it.
Ah. It says you require two network adapters since you connect to the Go1 over wifi but still need to access the internet simultaneously. You should be able to get around that by having the Go2 connected to your computer through ethernet and your computer connected to a wireless network.
Ok Sure. I will try that. Thanks for your help.