15 "GET_ACTIVITY_STATUS",
20 "GET_CONTROL_PORT_NAMES",
24 "GET_DESIRED_TASK_STATE",
26 "GET_DESIRED_TASK_POSITION",
28 "SET_STIFFNESS_VECTOR",
29 "SET_STIFFNESS_MATRIX",
35 "SET_DESIRED_TASK_STATE",
36 "SET_DESIRED_TASK_POSITION",
40 "TASK_IS_DEACTIVATED",
42 "CLOSE_CONTROL_PORTS",
58 std::string empty(
"");
59 return std::regex_replace (s,e,empty);
65 std::transform(testString.begin(), testString.end(),testString.begin(), ::toupper);
70 if (testString == s) {
78 if (testString == s) {
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
static std::string taskManagerMessageTagToString(TASK_MESSAGE msg)
static TASK_MESSAGE stringToTaskManagerMessageTag(std::string testString)
static std::string removeUnderscores(std::string s)
static const std::vector< std::string > TASK_MESSAGES_AS_STRINGS