Skip to content
Snippets Groups Projects
Commit 54763689 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

adjusted left elbow joint limit to real robot

parent bdb0e595
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<Joint type="revolute"> <Joint type="revolute">
<!--DH a="0" d="-7.5" theta="90" alpha="-90" units="degree"/--> <!--DH a="0" d="-7.5" theta="90" alpha="-90" units="degree"/-->
<axis x="0" y="0" z="1"/> <axis x="0" y="0" z="1"/>
<Limits unit="degree" lo="-90" hi="27"/> <Limits unit="degree" lo="-90" hi="19"/>
<MaxVelocity unit="radian" value="1"/> <MaxVelocity unit="radian" value="1"/>
<MaxAcceleration value="10"/> <MaxAcceleration value="10"/>
<MaxTorque value="3000"/> <MaxTorque value="3000"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment