Merge pull request #1 from reazon-research/sf/left-slider

Fix the slider name from 'slider_left' to 'slider_right'
This commit is contained in:
edwin-giang 2025-02-09 09:29:54 +09:00 committed by GitHub
commit 7502b7b846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@
<axis xyz="-1.0 0.0 -0.0"/>
<limit acceleration="0.5" effort="100" lower="-0.0455" upper="0.0" velocity="1.0"/>
</joint>
<joint name="slider_left" type="prismatic">
<joint name="slider_right" type="prismatic">
<origin rpy="0 0 0" xyz="0.0775 -0.121655 0.012086"/>
<parent link="grip_attach_1"/>
<child link="right_jaw_1"/>

View File

@ -285,7 +285,7 @@
<limit upper="0.0" lower="-0.0455" effort="100" velocity="1.0" acceleration="0.5"/>
</joint>
<joint name="slider_left" type="prismatic">
<joint name="slider_right" type="prismatic">
<origin xyz="0.0775 -0.121655 0.012086" rpy="0 0 0"/>
<parent link="grip_attach_1"/>
<child link="right_jaw_1"/>