|
ASCO Aerial Autonomy
|
Power off arm. More...
#include <arm_functors.h>


Public Member Functions | |
| void | run (ArmSystem &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< ArmSystem, 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... | |
Power off arm.
| 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< ArmSystem, LogicStateMachineT >.
1.8.6