Moving a robot in Gazebo
I'm trying to use the gazebo package to simulate a simple car-like robot moving around a field. Currently, I've been able to load a model of my robot into a simulation. However, I haven't had any luck understanding how to go about making the robot move via external commands (keyboard presses, etc.).
The documentation seems to gloss over this, or at least I can't find where it's described. How would I go about making a robot move in the a Gazebo simulation?