fix torque_limits

This commit is contained in:
fan-ziqi 2024-08-26 20:31:17 +08:00
parent e74275f64e
commit 0e40a42463
1 changed files with 2 additions and 2 deletions

View File

@ -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: [60.0, 45.0, 130.0, 130.0, 16.0, torque_limits: [60.0, 45.0, 130.0, 130.0, 16.0, 16.0,
60.0, 45.0, 130.0, 130.0, 16.0] 60.0, 45.0, 130.0, 130.0, 16.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",