14#ifndef RGBDSENSOR_NWS_ROS2_PARAMSPARSER_H
15#define RGBDSENSOR_NWS_ROS2_PARAMSPARSER_H
This class is the parameters parser for class RgbdSensor_nws_ros2.
const std::string m_force_info_synch_defaultValue
RgbdSensor_nws_ros2_ParamsParser()
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_color_topic_name_defaultValue
std::string m_depth_topic_name
std::string m_color_topic_name
std::string m_color_frame_id
const std::string m_device_name
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
~RgbdSensor_nws_ros2_ParamsParser() override=default
const std::string m_node_name_defaultValue
std::string m_depth_frame_id
const std::string m_color_frame_id_defaultValue
const std::string m_period_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_depth_frame_id_defaultValue
const std::string m_device_classname
const std::string m_depth_topic_name_defaultValue
const parser_version_type m_parser_version
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.