Unitree G1 not stable #2682
-
If you are submitting a bug report, please fill in the following details and use the tag [bug]. Hello, good morning! I am trying to use the Unitree G1 robot in Isaac Sim with the configuration that they have in Isaac Lab in the path IsaacLab/source/isaaclab_assets/isaaclab_assets/robots/unitree.py but what I see is that the robot does not maintain its stability and always falls forward, try the script that they also provide in IsaacLab/scripts/demos/bipeds.py in which they put three Unitree robots and also the three fall. Steps to reproduce1- In the tutorial provided in the path IsaacLab/scripts/tutorials/02_scene/create_scene.py I import the Unitree G1 configuration: from isaaclab_assets import G1_CFG It does not give error messages simply that it is not stable.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Thank you for posting this. A similar issue was recently reported. Note that this behavior is expected if there's no motion. You have to add a locomotion policy or similar so the robot remains standing or in balance. |
Beta Was this translation helpful? Give feedback.
-
Ok. Thank you very much!!
|
Beta Was this translation helpful? Give feedback.
-
If you can let me know when they solve it I would really appreciate it
because I need to use it urgently.
Thank you very much
|
Beta Was this translation helpful? Give feedback.
-
I'll move this post to our Discussions for follow up. Note that we are currently not working on a solution to this, as I mentioned above, the behavior is expected. Specifically, to address stability issues with the Unitree G1 humanoid, you need to implement a locomotion policy for balance. Start with the H1 humanoid template (see tutorial). |
Beta Was this translation helpful? Give feedback.
Thank you for posting this. A similar issue was recently reported. Note that this behavior is expected if there's no motion. You have to add a locomotion policy or similar so the robot remains standing or in balance.