| Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
WaypointWalk< MAX_WAY > Class Template Reference#include <WaypointWalkMC.h>
Inheritance diagram for WaypointWalk< MAX_WAY >: ![]() Detailed Descriptiontemplate<unsigned int MAX_WAY>
Combines a WaypointEngine with a WalkMC so you can walk between a set of waypoints.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| WaypointWalk () | |
| constructor | |
| WaypointWalk (char *f) | |
| constructor | |
| virtual int | updateOutputs () |
| so we can get our hooks in to modify the target velocity | |
| virtual int | LoadWaypointFile (const char *f) |
| allows loading a waypoint file | |
| virtual int | SaveWaypointFile (const char *f) const |
| allows saving a waypoint file | |
| virtual int | LoadWalkMCFile (const char *f) |
| allows loading a WalkMC parameter file | |
| virtual int | SaveWalkMCFile (const char *f) const |
| allows saving a WalkMC parameter file | |
Static Public Attributes | |
| static const unsigned int | MAX_WAYPOINTS = MAX_WAY |
| for external access to maximum waypoints | |
|
|||||||||
|
constructor
Definition at line 21 of file WaypointWalkMC.h. |
|
||||||||||
|
constructor
Definition at line 26 of file WaypointWalkMC.h. |
|
||||||||||
|
allows loading a WalkMC parameter file
Definition at line 40 of file WaypointWalkMC.h. |
|
||||||||||
|
allows loading a waypoint file
Definition at line 38 of file WaypointWalkMC.h. |
|
||||||||||
|
allows saving a WalkMC parameter file
Definition at line 41 of file WaypointWalkMC.h. |
|
||||||||||
|
allows saving a waypoint file
Definition at line 39 of file WaypointWalkMC.h. |
|
|||||||||
|
so we can get our hooks in to modify the target velocity
Reimplemented from WalkMC. Definition at line 31 of file WaypointWalkMC.h. |
|
|||||
|
for external access to maximum waypoints
Reimplemented from WaypointEngine< MAX_WAY >. Definition at line 18 of file WaypointWalkMC.h. |
|
Tekkotsu v2.4.1 |
Generated Tue Aug 16 16:35:12 2005 by Doxygen 1.4.4 |