|
ASCO Aerial Autonomy
|
Set arm goal and set grip to false to start with. More...
#include <pick_place_functors.h>


Public Member Functions | |
| void | run (UAVArmSystem &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< UAVArmSystem, 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... | |
Set arm goal and set grip to false to start with.
| LogicStateMachineT | State machine that contains the functor |
|
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< UAVArmSystem, LogicStateMachineT >.
1.8.6