#include <ArPriorityResolver.h>
Inheritance diagram for ArPriorityResolver:
This is the default resolver for ArRobot, meaning if you don't do a non-normal init on the robot, or a setResolver, you'll have one these.
Public Member Functions | |
ArPriorityResolver () | |
Constructor. | |
virtual ArActionDesired * | resolve (ArResolver::ActionMap *actions, ArRobot *robot, bool logActions=false) |
virtual | ~ArPriorityResolver () |
Destructor. | |
Protected Attributes | |
ArActionDesired | myActionDesired |