-
Notifications
You must be signed in to change notification settings - Fork 41
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
High level example - the dog does not move :( #18
Comments
Hello, I'm not part of the dev team, but are you sure you should do the "switch to damping mode" before running the example? In my case, the dog is ready to be controlled directly after switching it on (after it stands up on its own), or anytime directly after switching to standing mode with L2+A, no complicated switching of modes necessary. |
Same behavior here. I also have a new go1 with firmware 0.2.0. I tried downgrading (can't) and looking for code hint after using a decompiler (they removed everything)... no luck! |
@Magnus-Noren Thank you for the information. I confirmed with Unitree, yes I don't need to do the switching steps to run the high level example. But the example still does not work ... |
@dwbertol Hi, it's sad to see you are facing the same problem. Do you have any ideas or new updates recently? |
This is a new invite link... stop by slack you two. https://join.slack.com/t/robotdogs/shared_invite/zt-2e4jlmvcw-MGdXxPdD0M85ZZbcQkbwpw |
Hi, were you able to get the high level examples running? |
Hi, thank you for doing everything on this cool project! I recently got a Go1 Pro. When I run the push-up example, I can get the sensor data without a problem but the dog does not move.
The dog is connected to the computer through wifi. The local ip address is 192.168.12.137, so I changed the local_ip_wifi in the unitreeConnection.py to the same address:
I set the dog to Sport Mode following these steps:
switch sport mode(HighLevel mode) to normal mode(LowLevel mode)
L2+B (switch to damping mode)
L1+L2+START (switch to normal mode)
L2+B twice (swtich to damping mode with noise)
L2+A twice (switch to stand postion)
switch normal mode(LowLevel mode) to sport mode(HighLevel mode)
L2+B (switch to damping mode)
Following is a printout of the dog firmware:
Could you help me on this? Or maybe provide some debug ideas? Thanks a lot!
The text was updated successfully, but these errors were encountered: