|
ASCO Aerial Autonomy
|
Internal action to switch to manual uav state. More...
#include <land_functors.h>


Public Member Functions | |
| bool | run (UAVSystem &robot_system, LogicStateMachineT &logic_state_machine) |
| Internal function to switch to manual uav state. 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... | |
Internal action to switch to manual uav state.
| LogicStateMachineT | Logic state machine used to process events |
|
inlinevirtual |
Internal function to switch to manual uav state.
| robot_system | robot system to get sensor data |
| logic_state_machine | logic state machine to trigger events |
Implements InternalActionFunctor< UAVSystem, LogicStateMachineT >.
1.8.6