Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-added gazebo friction parameters for the wheels #19

Merged
merged 1 commit into from
Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mir_description/urdf/include/mir_100.gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<mu2 value="${friction}"/>
<kp value="10000000.0"/>
<kd value="1.0"/>
<minDepth>0.01</minDepth>
</gazebo>
</xacro:macro>

Expand Down
4 changes: 2 additions & 2 deletions mir_description/urdf/include/mir_100_v1.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@

<xacro:mir_100_wheel_transmissions prefix="${prefix}"/>

<!-- disabled, because it doesn't make a difference in Gazebo: -->
<!-- <xacro:set_all_wheel_frictions prefix="${prefix}"/> -->
<!-- set the gazebo friction parameters for the wheels -->
<xacro:set_all_wheel_frictions prefix="${prefix}"/>

<p3d_base_controller prefix="${prefix}" />
</xacro:macro>
Expand Down