unitreerobotics / unitree_legged_sdk

SDK tools for control robots.
BSD 3-Clause "New" or "Revised" License
270 stars 156 forks source link

Backflip mode not working? #136

Open Jostinn opened 2 months ago

Jostinn commented 2 months ago

Ok so this is going to sound stupid. But for the research I'm doing right now, I want to enable the backflip mode on the Go1 and do one as the dog does one. I'm coding the dog with Python and ROS but for simplicity, I'm asking about the legged SDK.

The mode command has a setting for backflip (9) but it says "reserve" next to it, so I assume it is locked by some condition. My code for calling the mode is as follows: image

I can do other modes such as walk continuously with no problems, so I'm unsure as to why this doesn't work when I've seen videos of this model doing a backflip.

I appreciate all of your replies in advance!