| Tekkotsu 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 | |
| WaypointWalk< MAX_WAY >::WaypointWalk | ( | ) | [inline] |
| WaypointWalk< MAX_WAY >::WaypointWalk | ( | char * | f | ) | [inline] |
| virtual int WaypointWalk< MAX_WAY >::updateOutputs | ( | ) | [inline, virtual] |
so we can get our hooks in to modify the target velocity
Reimplemented from WalkMC.
Definition at line 31 of file WaypointWalkMC.h.
| virtual int WaypointWalk< MAX_WAY >::LoadWaypointFile | ( | const char * | f | ) | [inline, virtual] |
| virtual int WaypointWalk< MAX_WAY >::SaveWaypointFile | ( | const char * | f | ) | const [inline, virtual] |
| virtual int WaypointWalk< MAX_WAY >::LoadWalkMCFile | ( | const char * | f | ) | [inline, virtual] |
| virtual int WaypointWalk< MAX_WAY >::SaveWalkMCFile | ( | const char * | f | ) | const [inline, virtual] |
const unsigned int WaypointWalk< MAX_WAY >::MAX_WAYPOINTS = MAX_WAY [static] |
for external access to maximum waypoints
Reimplemented from WaypointEngine< MAX_WAY >.
Definition at line 18 of file WaypointWalkMC.h.
|
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:48 2007 by Doxygen 1.5.4 |