|
ASCO Aerial Autonomy
|
Empty for now. More...
#include <visual_servoing_functors.h>


Public Member Functions | |
| void | run (UAVVisionSystem &robot_system) |
| Override this run function for different sub classes. This function performs the logic checking for each state. More... | |
Public Member Functions inherited from EventAgnosticActionFunctor< UAVVisionSystem, LogicStateMachineT > | |
| void | operator() (EventT const &, FSM &logic_state_machine, SourceState &, TargetState &) |
| operator () Internally calls run function More... | |
| virtual | ~EventAgnosticActionFunctor () |
| virtual destructor to get polymorphism More... | |
Empty for now.
| LogicStateMachineT | Logic state machine used to process events |
|
inlinevirtual |
Override this run function for different sub classes. This function performs the logic checking for each state.
| robot_system | Provides sensor data and allows for controlling hardware |
Implements EventAgnosticActionFunctor< UAVVisionSystem, LogicStateMachineT >.
1.8.6