Skip to content

Commit

Permalink
Fixed xml parameters for both legs according to real robot. Turn dire…
Browse files Browse the repository at this point in the history
…ctions were different.

See this issue for further information: roboticslab-uc3m/yarp-devices#115
	modified:   openrave/teo/teo_leftLeg.kinbody.xml
	modified:   openrave/teo/teo_rightLeg.kinbody.xml
  • Loading branch information
munozyanez committed Apr 27, 2017
1 parent 5e9226c commit 75e1931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openrave/teo/teo_leftLeg.kinbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<offsetfrom>r60</offsetfrom>
<weight>1.0</weight>
<limitsdeg>-90 90</limitsdeg>
<axis>0 0 1</axis>
<axis>0 0 -1</axis>
<maxvel>30</maxvel>
<resolution>1</resolution>
</Joint>
Expand Down Expand Up @@ -152,7 +152,7 @@
<offsetfrom>r65</offsetfrom>
<weight>1.0</weight>
<limitsdeg>-25 25</limitsdeg>
<axis>-1 0 0</axis>
<axis>1 0 0</axis>
<maxvel>30</maxvel>
<resolution>1</resolution>
</Joint>
Expand Down
4 changes: 2 additions & 2 deletions openrave/teo/teo_rightLeg.kinbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<offsetfrom>r50</offsetfrom>
<weight>1.0</weight>
<limitsdeg>-90 90</limitsdeg>
<axis>0 0 -1</axis>
<axis>0 0 1</axis>
<maxvel>30</maxvel>
<resolution>1</resolution>
</Joint>
Expand All @@ -45,7 +45,7 @@
<offsetfrom>r51</offsetfrom>
<weight>1.0</weight>
<limitsdeg>-20 20</limitsdeg>
<axis>-1 0 0</axis>
<axis>1 0 0</axis>
<maxvel>30</maxvel>
<resolution>1</resolution>
</Joint>
Expand Down

0 comments on commit 75e1931

Please sign in to comment.