#include <ArActionGroups.h>
Inheritance diagram for ArActionGroupColorFollow:
This class has the robot follow a blob of color... 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 138 of file ArActionGroups.h.
Public Member Functions | |
ArActionGroupColorFollow (ArRobot *robot, ArACTS_1_2 *acts, ArPTZ *camera) | |
bool | getAcquire () |
bool | getBlob () |
int | getChannel () |
bool | getMovement () |
void | setAcquire (bool acquire) |
void | setCamera (ArPTZ *camera) |
void | setChannel (int channel) |
void | startMovement () |
void | stopMovement () |
Protected Attributes | |
ArActionColorFollow * | myColorFollow |