#include <ArActionStop.h>
Inheritance diagram for ArActionStop:

This action simply sets the robot to a 0 velocity and a deltaHeading of 0.
gotoActionExample.cpp, and triangleDriveToActionExample.cpp.
Public Member Functions | |
| ArActionStop (const char *name="stop") | |
| Constructor. | |
| virtual ArActionDesired * | fire (ArActionDesired currentDesired) |
| virtual const ArActionDesired * | getDesired (void) const |
| virtual ArActionDesired * | getDesired (void) |
| virtual | ~ArActionStop () |
| Destructor. | |
Protected Attributes | |
| ArActionDesired | myDesired |
|
|
Constructor.
|
1.4.2