ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

warcraft's profile - activity

2017-04-20 14:43:38 -0500 received badge  Famous Question (source)
2016-05-17 09:59:24 -0500 received badge  Notable Question (source)
2016-02-26 03:22:47 -0500 received badge  Popular Question (source)
2016-02-25 16:18:11 -0500 received badge  Supporter (source)
2016-02-25 16:18:05 -0500 commented answer Two processes communicating directly on a system remote to Roscore

Ok. Great. Thank you very much

2016-02-25 15:48:31 -0500 asked a question Two processes communicating directly on a system remote to Roscore

I have a remote system that is running two processes, basically a talker and a listener. These are running on a system that is connected via wifi to a desktop computer running roscore.The goal is to reduce the latency between the talker sending data and listener receiving the data. Roscore needs to run on the desktop because there are several other remote nodes to communicate with. My assumption is that the talker is sending the data back to the desktop running roscore, via wifi, and then coming back to the listener node, again via wifi, which introduces alot of latency. My question is how to ensure that the talker and listener are communicating as quickly as possible.