#include <ArActionGroups.h>
Inheritance diagram for ArActionGroupWander:
This class is useful for having the robot wander... Note that you the predefined ArActionGroups in ARIA are made only to be used exclusively... only one can be active at once.
Public Member Functions | |
ArActionGroupWander (ArRobot *robot, int forwardVel=400, int avoidFrontDist=450, int avoidVel=200, int avoidTurnAmt=15) |