An unanswered question

Hello community!

I have a problem with a simple model, and asked on both answers and issues.

http://answers.gazebosim.org/question/21025/still-runaway-simulations-in-gazebo/

https://bitbucket.org/osrf/gazebo/issues/2593/gazebo-unstable-and-crashing

But I, effectively, get no answer. The model has 3 joints and some links, and crashes always.
What can I do next? I am really stuck here.

Thanks in advance, Sietse

It looks like a couple of people tried helping you out on Gazebo Answers and the issue tracker.

I think that posting the question in more places may not be the best way for you to get the answers you need. Reading through the other posts, it looks like you managed to get a simplified example to reproduce the issue, but it’s not clear yet whether it’s a matter of fixing your configuration or if 's a bug in Gazebo that needs to be fixed.

I recommend you try to debug the issue a bit more in order to pin-point the problem. I tried running your model with Bullet (gazebo -e bullet) and it also goes a bit crazy, but doesn’t explode the way it does with ODE. I also looked at your joints and I’m wondering if you don’t mean to use a revolute2 or universal joint instead of the 2 revolutes with the same origin. I’d also try not to use use_parent_model_frame since that’s mainly legacy behaviour.

Good luck debugging it :slightly_smiling_face:

Thanks very much for the response.
In the mean time I had more help from azeey on answers that solved my problem!
I installed the DART engine, and that works for me.

I come from ROS, so my model is in URDF and I need to control the model.
So I want to use ros_control with gazebo.
Therefore no use of revolute2, and the use of use_parent_model_frame.

Thanks again,
Sietse