You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unitree_g1/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,20 @@
2
2
3
3
All notable changes to this model will be documented in this file.
4
4
5
+
## [30/05/25]
6
+
7
+
- Add MJX variant of [g1.xml](g1.xml), with manually designed collision geoms and contact pairs.
8
+
9
+
<pfloat="left">
10
+
<imgsrc="g1_mjx_colliders.png"width="400">
11
+
</p>
12
+
5
13
## [10/12/2024]
14
+
6
15
- Use updated models from Unitree's official [repo](https://github.com/unitreerobotics/unitree_ros/blob/master/robots/g1_description) (sha: c20ca8f1fe5e519474c6c8d10b1ce5c719dd7a65).
7
16
- Model without hands: [g1_29dof_rev_1_0](https://github.com/unitreerobotics/unitree_ros/blob/master/robots/g1_description/g1_29dof_rev_1_0.xml)
8
17
- Model with hands: [g1_29dof_with_hand_rev_1_0](https://github.com/unitreerobotics/unitree_ros/blob/master/robots/g1_description/g1_29dof_with_hand_rev_1_0.xml)
Copy file name to clipboardExpand all lines: unitree_g1/README.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This package contains a simplified robot description (MJCF) of the [G1 Humanoid
13
13
Robot](https://www.unitree.com/g1/) developed by [Unitree
14
14
Robotics](https://www.unitree.com/). It is derived from the [publicly available
15
15
MJCF
16
-
description](https://github.com/unitreerobotics/unitree_ros/blob/master/robots/g1_description/g1_29dof_rev_1_0.xml). Specifically, this model has the fully actuated waist but not the full hands.
A version of [g1.xml](g1.xml) for use in [MJX](https://mujoco.readthedocs.io/en/stable/mjx.html) is available in `scene_mjx.xml` with the following changes:
34
+
35
+
* Manually designed collision geoms and corresponding contact pairs (see figure below).
36
+
* Tuned solver and line search iterations.
37
+
* Used lower, more realistic PD gains.
38
+
* Added `home` and `knees_bent` keyframes.
39
+
40
+
The above model was successfully transfered to hardware in [MuJoCo Playground](https://playground.mujoco.org/).
41
+
42
+
<pfloat="left">
43
+
<imgsrc="g1_mjx_colliders.png"width="400">
44
+
</p>
45
+
31
46
## License
32
47
33
48
This model is released under a [BSD-3-Clause License](LICENSE).
49
+
50
+
## Publications
51
+
52
+
If you use the MJX model in your work, please use the following citation:
53
+
54
+
```bibtex
55
+
@misc{zakka2025mujocoplayground,
56
+
title={MuJoCo Playground},
57
+
author={Kevin Zakka and Baruch Tabanpour and Qiayuan Liao and Mustafa Haiderbhai and Samuel Holt and Jing Yuan Luo and Arthur Allshire and Erik Frey and Koushil Sreenath and Lueder A. Kahrs and Carmelo Sferrazza and Yuval Tassa and Pieter Abbeel},
0 commit comments