2017-05-01 23:53:58 -0500 | marked best answer | A box stops moving suddenly Hi everyone, I’m trying to move an object on the ground without any friction in GAZEBO. I created the default box model on the ground, and set both of mu and mu2 to zero. I left the default values in the other model parameters. I set the gravity to (-0.1, 0, -9.8), and started the simulation. Although there was no friction force between the box and ground and no deceleration of the box, the box stopped moving suddenly in about 1 second in simulation time. I implemented the ft_sensor on the model, it showed zero force and torque after the stop. It seemed that any calculation about the force was not conducted. What happened? Can anyone help me fix this problem? |
2017-05-01 23:53:58 -0500 | received badge | ● Scholar (source) |
2017-05-01 00:39:07 -0500 | received badge | ● Famous Question (source) |
2017-04-27 20:18:30 -0500 | commented answer | A box stops moving suddenly @chapulina Your updated answer completely solves my problem! I didn't know the ODE auto-disable feature. Thank you so mu |
2017-04-27 07:17:47 -0500 | commented answer | A box stops moving suddenly @winston It is because I apply a force in the x-direction to the box. Adding initial small velocity in the x-direction |
2017-04-27 07:06:02 -0500 | received badge | ● Notable Question (source) |
2017-04-27 00:00:47 -0500 | received badge | ● Enthusiast |
2017-04-26 21:41:28 -0500 | received badge | ● Popular Question (source) |
2017-04-26 20:49:54 -0500 | commented answer | A box stops moving suddenly @chapulina Thank you for your reply! I tried your code, and the box did not stop. However, it still stopped when I chang |
2017-04-26 08:57:15 -0500 | asked a question | A box stops moving suddenly A box stops moving suddenly Hi everyone, I’m trying to move an object on the ground without any friction in GAZEBO. I |