Skip to content

Commit

Permalink
Make caster close to frictionless
Browse files Browse the repository at this point in the history
Signed-off-by: Aarav Gupta <[email protected]>
  • Loading branch information
Amronos committed Dec 20, 2024
1 parent 09fcd5e commit 8afa689
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sam_bot_description/src/description/sam_bot_description.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
<radius>${(wheel_radius+wheel_zoff-(base_height/2))}</radius>
</sphere>
</geometry>
<surface><friction><ode>
<mu>0.001</mu>
<mu2>0.001</mu2>
</ode></friction></surface>
</collision>

<xacro:sphere_inertia m="0.5" r="${(wheel_radius+wheel_zoff-(base_height/2))}"/>
Expand Down
9 changes: 9 additions & 0 deletions sam_bot_description/src/description/sam_bot_description.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
<xacro:sphere_inertia m="0.5" r="${(wheel_radius+wheel_zoff-(base_height/2))}"/>
</link>

<gazebo reference="front_caster">
<collision>
<surface><friction><ode>
<mu>0.001</mu>
<mu2>0.001</mu2>
</ode></friction></surface>
</collision>
</gazebo>

<joint name="caster_joint" type="fixed">
<parent link="base_link"/>
<child link="front_caster"/>
Expand Down

0 comments on commit 8afa689

Please sign in to comment.