|
ASCO Aerial Autonomy
|
Base state for all states in logic state machine. More...
#include <base_state.h>


Classes | |
| struct | internal_transition_table |
| The internal_transition_table to call run function in every state. More... | |
Public Member Functions | |
| virtual | ~BaseState () |
| Destructor. More... | |
Base state for all states in logic state machine.
This class provides a wrapper for any action function and robot system Entry and exit function can also be overwritten by subclassing this base state.
|
inlinevirtual |
Destructor.
1.8.6