mirror of https://github.com/fan-ziqi/rl_sar.git
fix: torque limits
This commit is contained in:
parent
6b1f9efe82
commit
b9fdde3d69
|
@ -28,8 +28,8 @@ openloong_isaacsim:
|
||||||
dof_pos_scale: 1.0
|
dof_pos_scale: 1.0
|
||||||
dof_vel_scale: 1.0
|
dof_vel_scale: 1.0
|
||||||
commands_scale: [1.0, 1.0, 1.0]
|
commands_scale: [1.0, 1.0, 1.0]
|
||||||
torque_limits: [10000, 10000, 10000, 10000, 10000, 10000,
|
torque_limits: [60.0, 45.0, 130.0, 130.0, 16.0,
|
||||||
10000, 10000, 10000, 10000, 10000, 10000]
|
60.0, 45.0, 130.0, 130.0, 16.0]
|
||||||
default_dof_pos: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
default_dof_pos: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
||||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
|
0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
|
||||||
joint_controller_names: ["l_hip_roll_controller", "l_hip_yaw_controller", "l_hip_pitch_controller", "l_knee_pitch_controller", "l_ankle_pitch_controller", "l_ankle_roll_controller",
|
joint_controller_names: ["l_hip_roll_controller", "l_hip_yaw_controller", "l_hip_pitch_controller", "l_knee_pitch_controller", "l_ankle_pitch_controller", "l_ankle_roll_controller",
|
||||||
|
|
Loading…
Reference in New Issue