#include <ArActionStop.h>
Inheritance diagram for ArActionStop::
Public Methods | |
ArActionStop (const char *name="stop") | |
Constructor. More... | |
virtual | ~ArActionStop (void) |
Destructor. | |
virtual ArActionDesired * | fire (ArActionDesired currentDesired) |
Fires the action, returning what the action wants to do. More... | |
virtual ArActionDesired * | getDesired (void) |
Gets what this action wants to do (for display purposes). |
This action simply sets the robot to a 0 velocity and a deltaHeading of 0.
|
Constructor.
|
|
Fires the action, returning what the action wants to do.
Reimplemented from ArAction. |