14#ifndef MOBILEBASEVELOCITYCONTROL_NWS_ROS2_PARAMSPARSER_H
15#define MOBILEBASEVELOCITYCONTROL_NWS_ROS2_PARAMSPARSER_H
50 const std::string
m_device_name = {
"mobileBaseVelocityControl_nws_ros2"};
This class is the parameters parser for class MobileBaseVelocityControl_nws_ros2.
MobileBaseVelocityControl_nws_ros2_ParamsParser()
const parser_version_type m_parser_version
std::string getDeviceName() const override
Get the name of the device (i.e.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
~MobileBaseVelocityControl_nws_ros2_ParamsParser() override=default
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_device_classname
const std::string m_device_name
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_node_name_defaultValue
const std::string m_topic_name_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.