30 std::vector<std::string> params;
31 params.push_back(
"name");
32 params.push_back(
"getmap");
33 params.push_back(
"getmapbyname");
34 params.push_back(
"roscmdparser");
35 params.push_back(
"markers_pub");
36 params.push_back(
"node_name");
43 if (paramName ==
"name")
48 if (paramName ==
"getmap")
53 if (paramName ==
"getmapbyname")
58 if (paramName ==
"roscmdparser")
63 if (paramName ==
"markers_pub")
68 if (paramName ==
"node_name")
74 yError() <<
"parameter '" << paramName <<
"' was not found";
93 if (config.
check(
"help"))
102 if (config.
check(
"name"))
105 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'name' using value:" <<
m_name;
109 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'name' using DEFAULT value:" <<
m_name;
111 prop_check.
unput(
"name");
116 if (config.
check(
"getmap"))
119 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'getmap' using value:" <<
m_getmap;
123 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'getmap' using DEFAULT value:" <<
m_getmap;
125 prop_check.
unput(
"getmap");
130 if (config.
check(
"getmapbyname"))
133 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'getmapbyname' using value:" <<
m_getmapbyname;
137 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'getmapbyname' using DEFAULT value:" <<
m_getmapbyname;
139 prop_check.
unput(
"getmapbyname");
144 if (config.
check(
"roscmdparser"))
147 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'roscmdparser' using value:" <<
m_roscmdparser;
151 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'roscmdparser' using DEFAULT value:" <<
m_roscmdparser;
153 prop_check.
unput(
"roscmdparser");
158 if (config.
check(
"markers_pub"))
161 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'markers_pub' using value:" <<
m_markers_pub;
165 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'markers_pub' using DEFAULT value:" <<
m_markers_pub;
167 prop_check.
unput(
"markers_pub");
172 if (config.
check(
"node_name"))
175 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'node_name' using value:" <<
m_node_name;
179 yCInfo(Map2D_nws_ros2ParamsCOMPONENT) <<
"Parameter 'node_name' using DEFAULT value:" <<
m_node_name;
181 prop_check.
unput(
"node_name");
216 doc = doc + std::string(
"\n=============================================\n");
217 doc = doc + std::string(
"This is the help for device: Map2D_nws_ros2\n");
218 doc = doc + std::string(
"\n");
219 doc = doc + std::string(
"This is the list of the parameters accepted by the device:\n");
220 doc = doc + std::string(
"'name': Device name prefix\n");
221 doc = doc + std::string(
"'getmap': The \"GetMap\" ROS service name\n");
222 doc = doc + std::string(
"'getmapbyname': The \"GetMapByName\" ROS2 custom service name\n");
223 doc = doc + std::string(
"'roscmdparser': The \"BasicTypes\" ROS service name\n");
224 doc = doc + std::string(
"'markers_pub': The visual markers array publisher name\n");
225 doc = doc + std::string(
"'node_name': The ROS2 node name. If absent, the device name will be used\n");
226 doc = doc + std::string(
"\n");
227 doc = doc + std::string(
"Here are some examples of invocation command with yarpdev, with all params:\n");
228 doc = doc +
" yarpdev --device map2D_nws_ros2 --name map2D_nws_ros2 --getmap getMap --getmapbyname getMapByName --roscmdparser rosCmdParser --markers_pub locationServerMarkers --node_name map2D_nws_ros2\n";
229 doc = doc + std::string(
"Using only mandatory params:\n");
230 doc = doc +
" yarpdev --device map2D_nws_ros2\n";
231 doc = doc + std::string(
"=============================================\n\n");
return doc;
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
Map2D_nws_ros2_ParamsParser()
std::string m_roscmdparser
std::string getConfiguration() const override
Return the configuration of the device.
std::string m_markers_pub
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
std::string m_getmapbyname
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
std::string m_provided_configuration
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
A class for storing options and configuration information.
void unput(const std::string &key)
Remove the association from the given key to a value, if present.
A base class for nested structures that can be searched.
virtual bool check(const std::string &key) const =0
Check if there exists a property of the given name.
virtual std::string toString() const =0
Return a standard text representation of the content of the object.
virtual Value & find(const std::string &key) const =0
Gets a value corresponding to a given keyword.
#define yCInfo(component,...)
#define YARP_LOG_COMPONENT(name,...)