How to prevent model from moving itself?
I'm using urdf in gazebo to build a walking quadruped robot ,after set the proper inertial (calculated by meshlab followed the tutorials here link text), the model is still moving ,just floating on the ground,acts like someone is pushing it.Also when click my link in gazebo's left panel,some of the bounding box is really wrong.
In addition,I just start gazebo without any controller,I found some useful anwsers:
link text
link text
link text
link text
link text.
But none of them fixed my problem.Right now I'm using ROS Indigo with Gazebo 2.x.Here is my urdf files divided into three parts:urdf.xacro, trasmission.xacro and gazebo.xacro.I'v been stuck in this problem for nearly a week.Can anyone help me fix this problem?
Asked by wangshanren on 2017-02-15 22:16:09 UTC
Answers
Well,after three days suffering,I finally make it work,I use my own world files not the default one,then I increase the ODE iters from 50 to 5000,the model is stable.Thanks God! Although I don't know the consequences yet,we'll see!
Asked by wangshanren on 2017-02-21 02:38:11 UTC
Comments
Increase ODE iters decreases simulation performances :/
Asked by blevesque on 2017-05-16 10:44:14 UTC
Comments