Skip to content

Commit

Permalink
changing value of joint circular to false for respect the joint limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantos88 committed Jun 29, 2017
1 parent d48a6bb commit b9b67c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openrave/teo/teo_rightArm.kinbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</Mass>
</Body>

<Joint circular="true" name="q10" type="hinge">
<Joint circular="false" name="q10" type="hinge">
<Body>r31</Body>
<Body>r10</Body>
<offsetfrom>r10</offsetfrom>
Expand All @@ -41,7 +41,7 @@
</Mass>
</Body>

<Joint circular="true" name="q11" type="hinge">
<Joint circular="false" name="q11" type="hinge">
<Body>r10</Body>
<Body>r11</Body>
<offsetfrom>r11</offsetfrom>
Expand All @@ -65,7 +65,7 @@
</Mass>
</Body>

<Joint circular="true" name="q12" type="hinge">
<Joint circular="false" name="q12" type="hinge">
<Body>r11</Body>
<Body>r12</Body>
<offsetfrom>r12</offsetfrom>
Expand All @@ -89,7 +89,7 @@
</Mass>
</Body>

<Joint circular="true" name="q13" type="hinge">
<Joint circular="false" name="q13" type="hinge">
<Body>r12</Body>
<Body>r13</Body>
<offsetfrom>r13</offsetfrom>
Expand All @@ -113,7 +113,7 @@
</Mass>
</Body>

<Joint circular="true" name="q14" type="hinge">
<Joint circular="false" name="q14" type="hinge">
<Body>r13</Body>
<Body>r14</Body>
<offsetfrom>r14</offsetfrom>
Expand All @@ -137,7 +137,7 @@
</Mass>
</Body>

<Joint circular="true" name="q15" type="hinge">
<Joint circular="false" name="q15" type="hinge">
<Body>r14</Body>
<Body>r15</Body>
<offsetfrom>r15</offsetfrom>
Expand Down

0 comments on commit b9b67c0

Please sign in to comment.