nepyope commited on
Commit
216a09a
·
verified ·
1 Parent(s): d297370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Standalone MuJoCo Simulator for Unitree G1
2
 
3
- This is a standalone MuJoCo physics simulator for the Unitree G1 robot, extracted from the GR00T-WholeBodyControl repository.
4
 
5
  ## Features
6
 
@@ -89,7 +89,7 @@ Edit `config.yaml` to customize:
89
 
90
  ### PD Gains
91
 
92
- The simulator uses the following PD gains (matching NVIDIA GR00T):
93
 
94
  **Legs (indices 0-11):**
95
  - Hip joints: KP=150, KD=2
@@ -127,7 +127,7 @@ Make sure mesh paths in `assets/g1_29dof_with_hand.xml` are relative:
127
  ### Robot falls immediately
128
 
129
  Check that:
130
- 1. PD gains match NVIDIA's values (see config.yaml)
131
  2. Velocity command scaling is correct (ang_vel_scale=0.25, cmd_scale=[2.0, 2.0, 0.25])
132
  3. Observations for missing joints are zeroed out (indices 12, 14, 20, 21, 27, 28)
133
 
@@ -154,14 +154,7 @@ The simulator subscribes to:
154
  - Viewer updates at ~50Hz (20ms)
155
  - Typical CPU usage: 20-40% on single core
156
 
157
- ## Files from GR00T-WholeBodyControl
158
-
159
- This standalone simulator was extracted from:
160
- - `gr00t_wbc/control/envs/g1/sim/` (simulation modules)
161
- - `gr00t_wbc/control/robot_model/model_data/g1/` (robot model files)
162
- - `gr00t_wbc/control/main/teleop/configs/g1_29dof_gear_wbc.yaml` (configuration)
163
-
164
  ## License
165
 
166
- Follows the license of the original GR00T-WholeBodyControl repository.
167
 
 
1
  # Standalone MuJoCo Simulator for Unitree G1
2
 
3
+ This is a standalone MuJoCo physics simulator for the Unitree G1 robot, inspire
4
 
5
  ## Features
6
 
 
89
 
90
  ### PD Gains
91
 
92
+ The simulator uses the following PD gains:
93
 
94
  **Legs (indices 0-11):**
95
  - Hip joints: KP=150, KD=2
 
127
  ### Robot falls immediately
128
 
129
  Check that:
130
+ 1. PD gains are correctly configured (see config.yaml)
131
  2. Velocity command scaling is correct (ang_vel_scale=0.25, cmd_scale=[2.0, 2.0, 0.25])
132
  3. Observations for missing joints are zeroed out (indices 12, 14, 20, 21, 27, 28)
133
 
 
154
  - Viewer updates at ~50Hz (20ms)
155
  - Typical CPU usage: 20-40% on single core
156
 
 
 
 
 
 
 
 
157
  ## License
158
 
159
+ Apache 2.0
160