19 YARP_LOG_COMPONENT(FrameTransformGet_nwc_ros2ParamsCOMPONENT,
"yarp.device.FrameTransformGet_nwc_ros2")
30 std::vector<std::string> params;
31 params.push_back(
"GENERAL::refresh_interval");
32 params.push_back(
"ROS2::ft_node");
33 params.push_back(
"ROS2::ft_topic");
34 params.push_back(
"ROS2::ft_topic_static");
42 if (config.
check(
"help"))
47 std::string config_string = config.
toString();
53 if (sectionp.
check(
"refresh_interval"))
62 prop_check.
unput(
"GENERAL::refresh_interval");
69 if (sectionp.
check(
"ft_node"))
72 yCInfo(FrameTransformGet_nwc_ros2ParamsCOMPONENT) <<
"Parameter 'ROS2::ft_node' using value:" <<
m_ROS2_ft_node;
76 yCInfo(FrameTransformGet_nwc_ros2ParamsCOMPONENT) <<
"Parameter 'ROS2::ft_node' using DEFAULT value:" <<
m_ROS2_ft_node;
78 prop_check.
unput(
"ROS2::ft_node");
85 if (sectionp.
check(
"ft_topic"))
88 yCInfo(FrameTransformGet_nwc_ros2ParamsCOMPONENT) <<
"Parameter 'ROS2::ft_topic' using value:" <<
m_ROS2_ft_topic;
92 yCInfo(FrameTransformGet_nwc_ros2ParamsCOMPONENT) <<
"Parameter 'ROS2::ft_topic' using DEFAULT value:" <<
m_ROS2_ft_topic;
94 prop_check.
unput(
"ROS2::ft_topic");
101 if (sectionp.
check(
"ft_topic_static"))
108 yCInfo(FrameTransformGet_nwc_ros2ParamsCOMPONENT) <<
"Parameter 'ROS2::ft_topic_static' using DEFAULT value:" <<
m_ROS2_ft_topic_static;
110 prop_check.
unput(
"ROS2::ft_topic_static");
145 doc = doc + std::string(
"\n=============================================\n");
146 doc = doc + std::string(
"This is the help for device: FrameTransformGet_nwc_ros2\n");
147 doc = doc + std::string(
"\n");
148 doc = doc + std::string(
"This is the list of the parameters accepted by the device:\n");
149 doc = doc + std::string(
"'GENERAL::refresh_interval': The time interval outside which timed ft will be deleted\n");
150 doc = doc + std::string(
"'ROS2::ft_node': The name of the ROS2 node\n");
151 doc = doc + std::string(
"'ROS2::ft_topic': The name of the ROS2 topic from which fts will be received\n");
152 doc = doc + std::string(
"'ROS2::ft_topic_static': The name of the ROS2 topic from which static fts will be received\n");
153 doc = doc + std::string(
"\n");
154 doc = doc + std::string(
"Here are some examples of invocation command with yarpdev, with all params:\n");
155 doc = doc +
" yarpdev --device frameTransformGet_nwc_ros2 --GENERAL::refresh_interval 0.1 --ROS2::ft_node tfNodeGet --ROS2::ft_topic /tf --ROS2::ft_topic_static /tf_static\n";
156 doc = doc + std::string(
"Using only mandatory params:\n");
157 doc = doc +
" yarpdev --device frameTransformGet_nwc_ros2\n";
158 doc = doc + std::string(
"=============================================\n\n");
return doc;
A simple collection of objects that can be described and transmitted in a portable way.
bool check(const std::string &key) const override
Check if there exists a property of the given name.
Value & find(const std::string &key) const override
Gets a value corresponding to a given keyword.
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 Bottle & findGroup(const std::string &key) const =0
Gets a list corresponding to a given keyword.
virtual yarp::conf::float64_t asFloat64() const
Get 64-bit floating point value.
virtual std::string asString() const
Get string value.
#define yCInfo(component,...)
#define YARP_LOG_COMPONENT(name,...)