Skip to content

Commit

Permalink
cartesian actuation uses filtering, ranges expanded.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607441523
Change-Id: I72015445295f14609409396ff7dc8efa53f9f614
  • Loading branch information
erez-tom authored and copybara-github committed Feb 15, 2024
1 parent a9f3e33 commit 8ef01e8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions aloha/integrated_cartesian_actuators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ as specified in the main model. -->

<default>
<default class="act">
<general dyntype="none" biastype="affine" dynprm="0.5"/>
<!-- filtered actuators produce smoother motion -->
<general dyntype="filterexact" biastype="affine" dynprm="1"/>
<default class="act_position">
<general gainprm="1000" biasprm="0 -1000 -300"/>
<default class="act_position_x">
<general ctrlrange="-0.2 0.3"/>
<general ctrlrange="-0.45 0.2"/>
</default>
<default class="act_position_y">
<general ctrlrange="-0.3 0.3"/>
<general ctrlrange="-0.35 0.35"/>
</default>
<default class="act_position_z">
<general ctrlrange="-0.2 0.5"/>
<general ctrlrange="-0.25 0.5"/>
</default>
</default>
<default class="act_rotation">
<general gainprm="50" biasprm="0 -50 -15" ctrlrange="-1.3 1.3"/>
</default>
<default class="act_gripper">
<general gainprm="365" biasprm="0 -365 -50" dynprm="0.1" ctrlrange="0.002 0.037"/>
<general ctrlrange="0.002 0.037" gainprm="2000" biasprm="0 -2000 -124" dynprm="0.1"/>
</default>
</default>
</default>
Expand Down

0 comments on commit 8ef01e8

Please sign in to comment.