#include <ArActionGroups.h>
Inheritance diagram for ArActionGroupUnguardedTeleop:
Public Member Functions | |
ArActionGroupUnguardedTeleop (ArRobot *robot) | |
void | setThrottleParams (int lowSpeed, int highSpeed) |
Protected Attributes | |
ArActionJoydrive * | myJoydrive |
This class is just useful for teleoping the robot in an unguarded and unsafe manner and having these actions read the joystick and keyboard... Note that you the predefined ArActionGroups in ARIA are made only to be used exclusively... only one can be active at once.
Definition at line 107 of file ArActionGroups.h.