Skip to content

Commit

Permalink
Identify gripper params in a more principled way.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604877744
Change-Id: I92ac56357696e16cf4359ecf2c4d3c4caf8d9420
  • Loading branch information
btaba authored and copybara-github committed Feb 7, 2024
1 parent e150e36 commit e41ae3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aloha/aloha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<position ctrlrange="-3.14158 3.14158" kp="10.4"/>
</default>
<default class="finger">
<joint type="slide" armature="0.243" damping="10.1"/>
<joint type="slide" armature="0.243" damping="40"/>
<!--
The joint and control ranges are in meters, representing the linear displacement of the
finger on the rail. Note that the real robot takes in a float value representing the
Expand All @@ -72,7 +72,7 @@
where the gripper is actuated to its fully closed and fully open positions. Therefore the
control range represents limits enforced by _software_ on the real robot.
-->
<position ctrlrange="0.002 0.037" kp="365"/>
<position ctrlrange="0.002 0.037" kp="2000" kv="124"/>
<default class="left_finger">
<joint range="0 0.041" axis="0 0 -1"/>
</default>
Expand Down

0 comments on commit e41ae3f

Please sign in to comment.