Skip to content

Commit

Permalink
Fix jaco input dof
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-thankyou-lin committed Oct 30, 2024
1 parent bcb7c9f commit 9363a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robosuite/models/grippers/jaco_three_finger_gripper.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def speed(self):

@property
def dof(self):
return 3
return 1


class JacoThreeFingerDexterousGripper(JacoThreeFingerGripperBase):
Expand Down

0 comments on commit 9363a96

Please sign in to comment.