14#ifndef MAP2D_NWS_ROS2_PARAMSPARSER_H
15#define MAP2D_NWS_ROS2_PARAMSPARSER_H
70 std::string
m_name = {
"map2D_nws_ros2"};
This class is the parameters parser for class Map2D_nws_ros2.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
Map2D_nws_ros2_ParamsParser()
const std::string m_device_classname
const std::string m_node_name_defaultValue
const parser_version_type m_parser_version
std::string m_roscmdparser
std::string m_markers_pub
const std::string m_roscmdparser_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_getmap_defaultValue
std::string m_getmapbyname
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_getmapbyname_defaultValue
const std::string m_markers_pub_defaultValue
~Map2D_nws_ros2_ParamsParser() override=default
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_name_defaultValue
const std::string m_device_name
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.