Skip to content

Commit

Permalink
Added min_depth tag to (almost) eliminate the robot from drifting
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Jan 17, 2024
1 parent b73e7c8 commit cd83781
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/ezbot_descr_simul/description/robot_core.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@
<fdir1>1 0 0</fdir1>
<mu1>0.9</mu1>
<mu2>0.1</mu2>
<collision>
<surface>
<contact>
<ode>
<min_depth>0.01</min_depth>
</ode>
</contact>
</surface>
</collision>
</gazebo>

<!--roue gauche-->
Expand Down Expand Up @@ -287,6 +296,15 @@
<fdir1>1 0 0</fdir1>
<mu1>0.9</mu1>
<mu2>0.1</mu2>
<collision>
<surface>
<contact>
<ode>
<min_depth>0.01</min_depth>
</ode>
</contact>
</surface>
</collision>
</gazebo>

<!--roue avant-->
Expand Down Expand Up @@ -321,6 +339,15 @@
<fdir1>1 0 0</fdir1>
<mu1>0.9</mu1>
<mu2>0.1</mu2>
<collision>
<surface>
<contact>
<ode>
<min_depth>0.01</min_depth>
</ode>
</contact>
</surface>
</collision>
</gazebo>

<!--roue arriere-->
Expand Down Expand Up @@ -355,6 +382,15 @@
<fdir1>1 0 0</fdir1>
<mu1>0.9</mu1>
<mu2>0.1</mu2>
<collision>
<surface>
<contact>
<ode>
<min_depth>0.01</min_depth>
</ode>
</contact>
</surface>
</collision>
</gazebo>

</robot>

0 comments on commit cd83781

Please sign in to comment.