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

Revision history [back]

click to hide/show revision 1
initial version

I just ran into the same problem, and I solved this problem according to this ros wiki page

and configure the /etc/hosts file as follows

IPAddress Hostname
192.168.1.10 localhost

Note that hostname/ip may vary according to your devices, and the ros wiki suggests to set Alias, while my /etc/hosts file has no Alias column, so I just skip them.