How to move a model using external C++ application and gazebo transport?
Lets say I have a simple box loaded in gazebo world. How can I move this box using the gazebo transport client, and sample code somewhere, I don't see anything in examples that matches?
Second question is lets say I update position at 1Hz, can I also set the body rates, so gazebo smoothes the position in between position updates?