Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

ArActionConstantVelocity Class Reference

#include <ArActionConstantVelocity.h>

Inheritance diagram for ArActionConstantVelocity:

ArAction List of all members.

Detailed Description

Action for going straight at a constant velocity.

This action simply goes straight at a constant velocity.

Examples:

actionGroupExample.cpp, actsColorFollowingExample.cpp, robotSyncTaskExample.cpp, and wander.cpp.


Public Member Functions

 ArActionConstantVelocity (const char *name="Constant Velocity", double velocity=400)
 Constructor.
virtual ArActionDesiredfire (ArActionDesired currentDesired)
virtual const ArActionDesiredgetDesired (void) const
virtual ArActionDesiredgetDesired (void)
virtual ~ArActionConstantVelocity ()
 Destructor.

Protected Attributes

ArActionDesired myDesired
double myVelocity


Constructor & Destructor Documentation

ArActionConstantVelocity::ArActionConstantVelocity const char *  name = "Constant Velocity",
double  velocity = 400
 

Constructor.

Parameters:
name name of the action
velocity velocity to travel at (mm/sec)


The documentation for this class was generated from the following files:
Generated on Thu Jan 7 10:34:40 2010 for Aria by  doxygen 1.4.2