|
ASCO Aerial Autonomy
|
Transition action to perform when going into position control mode. More...
#include <position_control_functors.h>


Public Member Functions | |
| void | run (const PositionYaw &goal, 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 ActionFunctor< PositionYaw, UAVSystem, LogicStateMachineT > | |
| void | operator() (PositionYawconst &event, FSM &logic_state_machine, SourceState &, TargetState &) |
| operator () Internally calls run function More... | |
| virtual | ~ActionFunctor () |
| Virtual destructor to obtain polymorphism. More... | |
Transition action to perform when going into position control mode.
| 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 |
| event | Event triggering the action |
Implements ActionFunctor< PositionYaw, UAVSystem, LogicStateMachineT >.
1.8.6