Is there any sleep function in gazebo ?
I want to set an angular velocity for a model and then sleep for X seconds. Is this possible only using gazebo? Could you please give me a solution ? (for a sleep / delay function in gazebo, not for the example given earlier).
When you say sleep, do you mean that simulation should pause for a while, or your plugin should stop sending commands for a while?
I would like my plugin to stop sending commands for a while. Thanks for the question.