Robotics StackExchange | Archived questions

Gazebo 7 crash because of calling delete_model service

Hi all,

Does anyone meet the similar issue as me: I try to call delete_model service for removing the hector quadrotor from the gazebo space. I am using ros kinetic with gazebo 7. But the gazebo crash for every time that I call the service. I googled it today. Someone says it is a bug for gazebo 7 but without offering the solution. Does anyone know how to solve it?

Thank you very much.

Asked by jasonwang538@gmail.com on 2017-10-12 08:05:47 UTC

Comments

You'll probably get more responses here: http://answers.gazebosim.org/questions/ (which is the preferred place to ask Gazebo-related questions).

Asked by jayess on 2017-10-12 09:06:40 UTC

Try to run gazebo with the --verbose option, so the error will probably be printed on the screen.

something like gazebo --verbose OTHER PARAMETERS HERE

Asked by Ruben Alves on 2017-10-13 17:45:37 UTC

Answers