Update config.yaml
Browse files- config.yaml +2 -3
config.yaml
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
GEAR_WBC_CONFIG: "gr00t_wbc/sim2mujoco/resources/robots/g1/g1_gear_wbc.yaml"
|
| 2 |
|
| 3 |
# copy from g1_43dof_hist.yaml
|
| 4 |
ROBOT_TYPE: 'g1_29dof' # Robot name, "go2", "b2", "b2w", "h1", "go2w", "g1"
|
|
@@ -7,7 +6,7 @@ ROBOT_SCENE: "assets/scene_43dof.xml" # Robot scene with 3-finger dex hands
|
|
| 7 |
DOMAIN_ID: 0 # Domain id
|
| 8 |
# Network Interface, "lo" for simulation and the one with "192.168.123.222" for real robot
|
| 9 |
INTERFACE: "lo"
|
| 10 |
-
SIMULATOR: "mujoco"
|
| 11 |
|
| 12 |
USE_JOYSTICK: 0 # Simulate Unitree WirelessController using a gamepad (0: disable, 1: enable)
|
| 13 |
JOYSTICK_TYPE: "xbox" # support "xbox" and "switch" gamepad layout
|
|
@@ -220,7 +219,6 @@ DEFAULT_MOTOR_ANGLES: [
|
|
| 220 |
0.0, # right_wrist_pitch_joint
|
| 221 |
0.0 # right_wrist_yaw_joint
|
| 222 |
]
|
| 223 |
-
|
| 224 |
motor_pos_lower_limit_list: [-2.5307, -0.5236, -2.7576, -0.087267, -0.87267, -0.2618,
|
| 225 |
-2.5307, -2.9671, -2.7576, -0.087267, -0.87267, -0.2618,
|
| 226 |
-2.618, -0.52, -0.52,
|
|
@@ -421,3 +419,4 @@ motion_length_s: {
|
|
| 421 |
"APT_level1": 7.66,
|
| 422 |
|
| 423 |
}
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# copy from g1_43dof_hist.yaml
|
| 3 |
ROBOT_TYPE: 'g1_29dof' # Robot name, "go2", "b2", "b2w", "h1", "go2w", "g1"
|
|
|
|
| 6 |
DOMAIN_ID: 0 # Domain id
|
| 7 |
# Network Interface, "lo" for simulation and the one with "192.168.123.222" for real robot
|
| 8 |
INTERFACE: "lo"
|
| 9 |
+
SIMULATOR: "mujoco"
|
| 10 |
|
| 11 |
USE_JOYSTICK: 0 # Simulate Unitree WirelessController using a gamepad (0: disable, 1: enable)
|
| 12 |
JOYSTICK_TYPE: "xbox" # support "xbox" and "switch" gamepad layout
|
|
|
|
| 219 |
0.0, # right_wrist_pitch_joint
|
| 220 |
0.0 # right_wrist_yaw_joint
|
| 221 |
]
|
|
|
|
| 222 |
motor_pos_lower_limit_list: [-2.5307, -0.5236, -2.7576, -0.087267, -0.87267, -0.2618,
|
| 223 |
-2.5307, -2.9671, -2.7576, -0.087267, -0.87267, -0.2618,
|
| 224 |
-2.618, -0.52, -0.52,
|
|
|
|
| 419 |
"APT_level1": 7.66,
|
| 420 |
|
| 421 |
}
|
| 422 |
+
|