Skip to content
Snippets Groups Projects
Commit b7fe64ae authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Increased the torque of the wheel joints to 1N each.

parent 0ad51965
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
<parent link="${parent}"/>
<child link="${name}_wheel"/>
<axis xyz="0 0 ${direction}"/>
<limit effort="0.1" velocity="20.0" upper="1e16" lower="-1e16"/>
<limit effort="1.0" velocity="20.0" upper="1e16" lower="-1e16"/>
<!-- the limits only apply to revolute and prismatic joints -->
<dynamics damping="0.001"/>
</joint>
......
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