|
ASCO Aerial Autonomy
|
Check if hardware is allowing to switch sdk mode. More...
#include <manual_control_functors.h>


Public Member Functions | |
| bool | run (UAVSystem &robot_system, LogicStateMachineT &logic_state_machine) |
| Check if hardware is allowing to switch to sdk mode and trigger appropriate events. More... | |
Public Member Functions inherited from InternalActionFunctor< UAVSystem, LogicStateMachineT > | |
| bool | operator() (EventT const &, FSM &logic_state_machine, SourceState &, TargetState &) |
| operator () Internally calls run function More... | |
| virtual | ~InternalActionFunctor () |
| virtual destructor to get polymorphism More... | |
Check if hardware is allowing to switch sdk mode.
| LogicStateMachineT | Logic state machine used to process events |
|
inlinevirtual |
Check if hardware is allowing to switch to sdk mode and trigger appropriate events.
| robot_system | robot system to get sensor data |
| logic_state_machine | logic state machine to trigger events |
Implements InternalActionFunctor< UAVSystem, LogicStateMachineT >.
1.8.6