topic_tools, relay
about topic_tools, relay, will this tool cost more resources than remap? I mean will it copy 1 more data from in_topic to out_topic?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
about topic_tools, relay, will this tool cost more resources than remap? I mean will it copy 1 more data from in_topic to out_topic?
Yes; the topic_tools relay node uses more resources than remapping, because it is a separate process that subscribes to the topic, copies the message and publishes it on a new topic.
The resource and performance impact will depend on your data and the computer(s) you're running ROS on. For most systems the resource use is very low, but if you have large messages (tens of megabytes or larger), topics that are published frequently (100Hz or more) or a low latency deadline (5ms or less) then you should measure the performance impact on your system.
Asked: 2017-11-25 02:41:25 -0600
Seen: 1,674 times
Last updated: Nov 25 '17
Simple nodes taking up 100% CPU [closed]
Is it possible to relay topics grouped in a namespace?
topic_tools transform from launch file?
Is there a way to recompose messages from command line?
how a subscriber can chage a subscribed topic? [closed]
Why does rosbag_storage add "topic" to the connection header?
ROS topic tools mux not registering my output when I roslaunch the mux node