|
mc_rtc
2.14.0
|
#include <mc_control/fsm/Transition.h>
Public Types | |
| enum class | Type { StepByStep , Auto , Strict } |
Public Attributes | |
| std::string | state |
| Type | type |
A transition is given by the destination state and a type of transition.
A type of transition dictates how the transition should be triggered.
|
strong |
| std::string mc_control::fsm::Transition::state |
| Type mc_control::fsm::Transition::type |