#include <ArActionGroups.h>
Inheritance diagram for ArActionGroupRatioDriveUnsafe:
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 188 of file ArActionGroups.h.
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 |