Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class 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.

Definition at line 36 of file ArActionConstantVelocity.h.

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)

Definition at line 34 of file ArActionConstantVelocity.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Feb 20 10:51:42 2007 for Aria by  doxygen 1.4.0