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

This action simply goes straight at a constant velocity.
actionGroupExample.cpp, actsColorFollowingExample.cpp, robotSyncTaskExample.cpp, and wander.cpp.
Public Member Functions | |
| ArActionConstantVelocity (const char *name="Constant Velocity", double velocity=400) | |
| Constructor. | |
| virtual ArActionDesired * | fire (ArActionDesired currentDesired) |
| virtual const ArActionDesired * | getDesired (void) const |
| virtual ArActionDesired * | getDesired (void) |
| virtual | ~ArActionConstantVelocity () |
| Destructor. | |
Protected Attributes | |
| ArActionDesired | myDesired |
| double | myVelocity |
|
||||||||||||
|
Constructor.
|
1.4.2