Hi, I am trying to write create a gazebo simulation of a 4 wheeled vehicle (think golf cart). I am having an issue with trying to create forces in the simulation. I want to apply a torque the rear wheels (equivalent to pressing the gas pedal). I can't figure out however how to use the gazebo plugin which is supposed to apply the force. In the .h file for the plugin it says to use it as such: This is a controller that collects data from a ROS topic and applies wrench to a body accordingly. Example Usage: \verbatim ... true 15.0 box_force box_body \endverbatim To test it I essentially copied the tutorial showing how to use the iface plugin (sets a models position). My urdf file is below: Gazebo/Black 10.0 10.0 10 1.0 false 0.01 true 15.0 box_force object_link I then have a python script publishing a wrench message to the box_force topic however no matter what settings I use it never seems to actually affect the box in the simulation. Am I going about this completely wrong? Is there a flag I'm not setting? Thanks in advance for any help, David Ferguson