Merge branch 'eetrack' of github.com:YoontaeCho/unitree_rl_gym into navigation

This commit is contained in:
HYUNHONOH98 2025-02-17 14:31:31 +09:00
commit a7528720da
1 changed files with 5 additions and 5 deletions

View File

@ -145,11 +145,11 @@ class ActToDof:
self.default_nonarm + 0.5 * non_arm_joint_pos self.default_nonarm + 0.5 * non_arm_joint_pos
) )
target_dof_pos = np.clip( # target_dof_pos = np.clip(
target_dof_pos, # target_dof_pos,
self.lim_lo_pin[self.pin_from_mot], # self.lim_lo_pin[self.pin_from_mot],
self.lim_hi_pin[self.pin_from_mot] # self.lim_hi_pin[self.pin_from_mot]
) # )
return target_dof_pos return target_dof_pos