Service call not responding

I was trying to delete the ‘cafe_table’ object as the instruction says,
but I get nothing from webshell.
rosservice call /gazebo/delete_model "model_name: 'cafe_table'"
It doesn’t show anything and just keep waiting… no messages at all
What happened in this case?

Is the service runnin? Check by running this command:
rosservice list

1 Like

yes, when I do “rosserivce list” the service is running.
Also the service node is running when I do “rosnode list”

Hi @wesnjazz,

Sometimes the simulation goes crazy. Could you try resetting the sim by going to a unit with a different simulation and then coming back to this unit?

yes, it was the problem of the simulation.
After resetting it, it is ok now.