Physics paramters for a ball [closed]

asked 2018-09-10 04:19:48 -0500

Markus gravatar image

updated 2018-09-10 04:43:19 -0500

Hey there,

I try to simulate a ball balancing on a plate. Now my problem is that for small plate angles <1° the ball is sliding (not rolling) alongside the plate. Any ideas how to set the gazeo urdf physics paramters to avoid sliding and always force the ball to roll directly and very sensitive?

Here is what I have:

<gazebo reference="ball_link">
   <gravity>1</gravity>
   <maxVEl>1000</maxVel>
   <mu1>0.005</mu1>
   <mu2>0.005</mu2>
   <fdir1>0 0 0</fdir1>
   <kp>1e+20</kp>
   <kd>1.0</kd>
   <maxContacts>1</maxContacts>
</gazebo>

Well setting maxContacts to only 1 was quite helpfull. But still my ball is sliding and not rolling....

1) Should I increase the mu1,mu2 to achieve that?

2) My plate should have the same mu1 and mu2 right?

3) Is fdir1 = 0 0 0 correct?

Question asked at: http://answers.gazebosim.org/question...

edit retag flag offensive reopen merge delete

Closed for the following reason Gazebo Question: The Gazebo community prefers to answer questions at: http://answers.gazebosim.org by gvdhoorn
close date 2018-09-10 04:36:43.532628

Comments

1

Please ask this question over at the Gazebo Answers site, as it is only about configuring Gazebo dynamic behaviour.

If/when you post there, please post a link here to your question there so we can keep things connected.

gvdhoorn gravatar image gvdhoorn  ( 2018-09-10 04:37:31 -0500 )edit