You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UDP bridge receiver is able to receive messages from multiple sending hosts and republishes them under the ROS topic /<originating_hostname>/<original_topic>. It might be usefule to selectively remap one originating hosts messages under / and not under the originating hosts hostname namespace.
One possible solution is to implement this via a ROS-Service which the receiver node can provide.
The text was updated successfully, but these errors were encountered:
The UDP bridge receiver is able to receive messages from multiple sending hosts and republishes them under the ROS topic
/<originating_hostname>/<original_topic>
. It might be usefule to selectively remap one originating hosts messages under/
and not under the originating hosts hostname namespace.One possible solution is to implement this via a ROS-Service which the receiver node can provide.
The text was updated successfully, but these errors were encountered: