Modify model names during simulation
When I 'insert' a model from the Gazebo GUI, it seems I could not change its model name anymore. Is there any way to change its name after drag it into the simulation world?
Hey winston. I managed to change the name internally using Entity::SetName inside a model plugin. On the other hand, the gzclient doesn't update the name and when i delete one model using gzclient's graphically way of deleting a model, the model disappears but it doesn't disappear from the world's model list ...
but like.... why? why are you relying on model name, and why do you want it to change?