Gazebo 7 crash because of calling delete_model service [closed]
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.
You'll probably get more responses here: http://answers.gazebosim.org/questions/ (which is the preferred place to ask Gazebo-related questions).
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