|
gusimplewhiteboard
|
Subsumption SWITCH that select highest priority command. More...
#include <SwitchSubsumption.hpp>
Public Member Functions | |
| SwitchSubsumption () | |
| SwitchSubsumption (const std::string &motion_command) | |
| string constructor More... | |
| std::string | description () const |
| convert to a string More... | |
| void | from_string (const std::string &str) |
| convert from a string More... | |
Public Member Functions inherited from wb_switch_subsumption | |
| ARRAY_PROPERTY (enum TotoMotionCommand, theMotions, 6) wb_switch_subsumption() | |
| struct constructor More... | |
Subsumption SWITCH that select highest priority command.
Definition at line 75 of file SwitchSubsumption.hpp.
|
inline |
Definition at line 78 of file SwitchSubsumption.hpp.
|
inline |
|
inline |
convert to a string
Definition at line 86 of file SwitchSubsumption.hpp.
References SUBSUMPTION_LEVELS, TOTO_BACKWARDS, TOTO_MOVE_FORWARD, TOTO_NO_COMMAND, TOTO_STOP, TOTO_TURN_LEFT, and TOTO_TURN_RIGHT.
|
inline |
convert from a string
Definition at line 102 of file SwitchSubsumption.hpp.
References SUBSUMPTION_LEVELS, TOTO_BACKWARDS, TOTO_MOVE_FORWARD, TOTO_NO_COMMAND, TOTO_STOP, TOTO_TURN_LEFT, and TOTO_TURN_RIGHT.
Referenced by SwitchSubsumption().