Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limits to the continuous joints (#387)
Browse files Browse the repository at this point in the history
(cherry picked from commit d0db83f)
christophfroehlich authored and mergify[bot] committed Dec 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 38baa8f commit a2f1fca
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@
<origin xyz="0 -${base_width/2} ${z_offset}" rpy="0 0 0"/>
<axis xyz="0 1 0"/>
<dynamics damping="0.2"/>
<limit effort="100" velocity="1.0"/>
</joint>

<!-- left wheel Link -->
@@ -84,6 +85,7 @@
<origin xyz="0 ${base_width/2} ${z_offset}" rpy="0 0 0"/>
<axis xyz="0 1 0"/>
<dynamics damping="0.2"/>
<limit effort="100" velocity="1.0"/>
</joint>

<!-- right wheel Link -->
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@
<origin xyz="0 ${width} ${height1 - axel_offset}" rpy="0 0 0"/>
<axis xyz="0 1 0"/>
<dynamics damping="0.7"/>
<limit effort="100" velocity="1.0"/>
</joint>

<!-- Middle Link -->
@@ -85,6 +86,7 @@
<origin xyz="0 ${width} ${height2 - axel_offset*2}" rpy="0 0 0"/>
<axis xyz="0 1 0"/>
<dynamics damping="0.7"/>
<limit effort="100" velocity="1.0"/>
</joint>

<!-- Top Link -->

0 comments on commit a2f1fca

Please sign in to comment.