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

fixed hip yaw joint angle limits of Armar3 (were too narrow)

parent 2f35223a
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<RobotNode name="Hip Yaw"> <RobotNode name="Hip Yaw">
<Joint type="revolute"> <Joint type="revolute">
<Axis x="0" y="0" z="1"/> <Axis x="0" y="0" z="1"/>
<Limits unit="degree" lo="-90" hi="90"/> <Limits unit="degree" lo="-130" hi="130"/>
<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