disable clip

This commit is contained in:
Yoonyoung Cho 2025-02-17 14:01:41 +09:00
parent 3d4707dfd6
commit 37926bf885
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