Functions | |
bool | getJointGroups (const std::string topic_param, std::map< int, RobotGroup > &robot_groups) |
Parses multi-group joints from topic_param. |
bool industrial_robot_client::motoman_utils::getJointGroups | ( | const std::string | topic_param, |
std::map< int, RobotGroup > & | robot_groups | ||
) |
Parses multi-group joints from topic_param.
topic_param | base parameter name that holds the joint group listing |
robot_groups | returns map of robot groups parsed from topic parameter |
Definition at line 42 of file motoman_utils.cpp.