46 : RobotStateMsgConvertible(), GoalConstraintMsgConvertible(), group_name_(group_name)
51 const moveit::core::RobotModelConstPtr& robot_model)
52 : RobotStateMsgConvertible(), GoalConstraintMsgConvertible(), group_name_(group_name), robot_model_(robot_model)
54 if (robot_model && (!robot_model_->hasJointModelGroup(group_name_)))
56 std::string msg{
"Specified robot model does not contain specified group \"" };
57 msg.append(group_name).append(
"\"");
58 throw std::invalid_argument(msg);