#include <ArActionGroups.h>
Inheritance diagram for ArActionGroupRatioDriveUnsafe:
Public Member Functions | |
void | addToConfig (ArConfig *config, const char *section) |
ArActionGroupRatioDriveUnsafe (ArRobot *robot) | |
ArActionRatioInput * | getActionRatioInput (void) |
Protected Attributes | |
ArActionRatioInput * | myInput |
ArRatioInputJoydrive * | myJoydrive |
ArRatioInputKeydrive * | myKeydrive |
ArRatioInputRobotJoydrive * | myRobotJoydrive |
This class is just useful for teleoping the robot under your own joystick and keyboard control... Note that you the predefined ArActionGroups in ARIA are made only to be used exclusively (one at a time)... only one can be active at once.
Definition at line 187 of file ArActionGroups.h.