|
ASCO Aerial Autonomy
|
Guard to avoid switching to SDK mode unless hardware allows it. More...
#include <manual_control_functors.h>


Public Member Functions | |
| bool | guard (UAVSystem &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 EventAgnosticGuardFunctor< UAVSystem, LogicStateMachineT > | |
| bool | operator() (EventT const &, FSM &logic_state_machine, SourceState &, TargetState &) |
| operator () Internally calls run function More... | |
| virtual | ~EventAgnosticGuardFunctor () |
| virtual destructor to get polymorphism More... | |
Guard to avoid switching to SDK mode unless hardware allows it.
| 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 EventAgnosticGuardFunctor< UAVSystem, LogicStateMachineT >.
1.8.6