68 if (config.check(
"help"))
77 if (config.check(
"axesNames"))
81 yarp::os::Bottle* tempBot = config.find(
"axesNames").asList();
84 std::string tempBots = tempBot->toString();
85 for (
size_t i=0; i<tempBot->size(); i++)
92 yCError(RawValuesPublisherRemapperParamsCOMPONENT) <<
"parameter 'axesNames' is not a properly formatted bottle";
95 yCInfo(RawValuesPublisherRemapperParamsCOMPONENT) <<
"Parameter 'axesNames' using value:" <<
m_axesNames;
99 yCError(RawValuesPublisherRemapperParamsCOMPONENT) <<
"Mandatory parameter 'axesNames' not found!";
100 yCError(RawValuesPublisherRemapperParamsCOMPONENT) <<
"Description of the parameter: List of axes names";
103 prop_check.unput(
"axesNames");
108 if (config.check(
"joints"))
110 m_joints = config.find(
"joints").asInt64();
111 yCInfo(RawValuesPublisherRemapperParamsCOMPONENT) <<
"Parameter 'joints' using value:" <<
m_joints;
115 yCInfo(RawValuesPublisherRemapperParamsCOMPONENT) <<
"Parameter 'joints' using DEFAULT value:" <<
m_joints;
117 prop_check.unput(
"joints");