Add mimic tag to control left and right gripper equally
This commit is contained in:
parent
c9c249c6b3
commit
08a299c0f6
@ -428,5 +428,6 @@
|
||||
<child link="right_jaw_1"/>
|
||||
<axis xyz="1.0 -0.0 0.0"/>
|
||||
<limit acceleration="0.5" effort="100" lower="-0.0455" upper="0.0" velocity="1.0"/>
|
||||
<mimic joint="slider_left"/>
|
||||
</joint>
|
||||
</robot>
|
||||
|
||||
@ -291,6 +291,7 @@
|
||||
<child link="right_jaw_1"/>
|
||||
<axis xyz="1.0 -0.0 0.0"/>
|
||||
<limit upper="0.0" lower="-0.0455" effort="100" velocity="1.0" acceleration="0.5"/>
|
||||
<mimic joint="slider_left"/>
|
||||
</joint>
|
||||
|
||||
</robot>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user