iCub-main
|
This class is the parameters parser for class CouplingICubHandMk2. More...
#include <CouplingICubHandMk2_ParamsParser.h>
Classes | |
struct | parser_version_type |
Public Member Functions | |
CouplingICubHandMk2_ParamsParser () | |
~CouplingICubHandMk2_ParamsParser () override=default | |
bool | parseParams (const yarp::os::Searchable &config) override |
std::string | getDeviceClassName () const override |
std::string | getDeviceName () const override |
std::string | getDocumentationOfDeviceParams () const override |
std::vector< std::string > | getListOfParams () const override |
Public Attributes | |
const std::string | m_device_classname = {"CouplingICubHandMk2"} |
const std::string | m_device_name = {"couplingICubHandMk2"} |
bool | m_parser_is_strict = false |
const parser_version_type | m_parser_version = {} |
const std::string | m_jointNames_defaultValue = {""} |
const std::string | m_LIMITS_jntPosMin_defaultValue = {""} |
const std::string | m_LIMITS_jntPosMax_defaultValue = {""} |
const std::string | m_COUPLING_device_defaultValue = {""} |
const std::string | m_COUPLING_actuatedAxesNames_defaultValue = {""} |
const std::string | m_COUPLING_actuatedAxesPosMin_defaultValue = {""} |
const std::string | m_COUPLING_actuatedAxesPosMax_defaultValue = {""} |
std::vector< std::string > | m_jointNames = {} |
std::vector< double > | m_LIMITS_jntPosMin = {} |
std::vector< double > | m_LIMITS_jntPosMax = {} |
std::string | m_COUPLING_device = {} |
std::vector< std::string > | m_COUPLING_actuatedAxesNames = {} |
std::vector< double > | m_COUPLING_actuatedAxesPosMin = {} |
std::vector< double > | m_COUPLING_actuatedAxesPosMax = {} |
This class is the parameters parser for class CouplingICubHandMk2.
These are the used parameters:
Group name | Parameter name | Type | Units | Default Value | Required | Description | Notes |
---|---|---|---|---|---|---|---|
- | jointNames | vector<string> | - | - | 1 | Names of the physical joints | - |
LIMITS | jntPosMin | vector<double> | - | - | 1 | Physical joints' position minimum | - |
LIMITS | jntPosMax | vector<double> | - | - | 1 | Physical joints' position maximum | - |
COUPLING | device | string | - | - | 1 | Name of the device that handles the coupling | - |
COUPLING | actuatedAxesNames | vector<string> | - | - | 1 | Names of the actuated axes | - |
COUPLING | actuatedAxesPosMin | vector<double> | - | - | 1 | Actuated axes' position minimum | - |
COUPLING | actuatedAxesPosMax | vector<double> | - | - | 1 | Actuated axes' position maximum | - |
The device can be launched by yarpdev using one of the following examples (with and without all optional parameters):
Definition at line 47 of file CouplingICubHandMk2_ParamsParser.h.
CouplingICubHandMk2_ParamsParser::CouplingICubHandMk2_ParamsParser | ( | ) |
Definition at line 23 of file CouplingICubHandMk2_ParamsParser.cpp.
|
overridedefault |
|
inlineoverride |
Definition at line 81 of file CouplingICubHandMk2_ParamsParser.h.
|
inlineoverride |
Definition at line 82 of file CouplingICubHandMk2_ParamsParser.h.
|
override |
Definition at line 295 of file CouplingICubHandMk2_ParamsParser.cpp.
|
override |
Definition at line 28 of file CouplingICubHandMk2_ParamsParser.cpp.
|
override |
Definition at line 42 of file CouplingICubHandMk2_ParamsParser.cpp.
std::vector<std::string> CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesNames = {} |
Definition at line 76 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesNames_defaultValue = {""} |
Definition at line 68 of file CouplingICubHandMk2_ParamsParser.h.
std::vector<double> CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesPosMax = {} |
Definition at line 78 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesPosMax_defaultValue = {""} |
Definition at line 70 of file CouplingICubHandMk2_ParamsParser.h.
std::vector<double> CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesPosMin = {} |
Definition at line 77 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_COUPLING_actuatedAxesPosMin_defaultValue = {""} |
Definition at line 69 of file CouplingICubHandMk2_ParamsParser.h.
std::string CouplingICubHandMk2_ParamsParser::m_COUPLING_device = {} |
Definition at line 75 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_COUPLING_device_defaultValue = {""} |
Definition at line 67 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_device_classname = {"CouplingICubHandMk2"} |
Definition at line 54 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_device_name = {"couplingICubHandMk2"} |
Definition at line 55 of file CouplingICubHandMk2_ParamsParser.h.
std::vector<std::string> CouplingICubHandMk2_ParamsParser::m_jointNames = {} |
Definition at line 72 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_jointNames_defaultValue = {""} |
Definition at line 64 of file CouplingICubHandMk2_ParamsParser.h.
std::vector<double> CouplingICubHandMk2_ParamsParser::m_LIMITS_jntPosMax = {} |
Definition at line 74 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_LIMITS_jntPosMax_defaultValue = {""} |
Definition at line 66 of file CouplingICubHandMk2_ParamsParser.h.
std::vector<double> CouplingICubHandMk2_ParamsParser::m_LIMITS_jntPosMin = {} |
Definition at line 73 of file CouplingICubHandMk2_ParamsParser.h.
const std::string CouplingICubHandMk2_ParamsParser::m_LIMITS_jntPosMin_defaultValue = {""} |
Definition at line 65 of file CouplingICubHandMk2_ParamsParser.h.
bool CouplingICubHandMk2_ParamsParser::m_parser_is_strict = false |
Definition at line 56 of file CouplingICubHandMk2_ParamsParser.h.
const parser_version_type CouplingICubHandMk2_ParamsParser::m_parser_version = {} |
Definition at line 62 of file CouplingICubHandMk2_ParamsParser.h.