Skip to content

Commit

Permalink
fixced joint axes orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafel1997 committed Nov 10, 2024
1 parent 192ed1a commit 51edc61
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
upper="${H_upper_limit/180.0*pi}"
effort="${H_effort}"
velocity="${H_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
upper="${H_upper_limit/180.0*pi}"
effort="${H_effort}"
velocity="${H_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
upper="${H_upper_limit/180.0*pi}"
effort="${H_effort}"
velocity="${H_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
upper="${H_upper_limit/180.0*pi}"
effort="${H_effort}"
velocity="${H_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
upper="${K_upper_limit/180.0*pi}"
effort="${K_effort}"
velocity="${K_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
upper="${K_upper_limit/180.0*pi}"
effort="${K_effort}"
velocity="${K_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
upper="${K_upper_limit/180.0*pi}"
effort="${K_effort}"
velocity="${K_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
upper="${K_upper_limit/180.0*pi}"
effort="${K_effort}"
velocity="${K_velocity}" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>

</robot>

0 comments on commit 51edc61

Please sign in to comment.