ROS cannot communicate over network under Natty
After updating to Natty, ROS can't communicate locally via network ports no more.
Unable to contact my own server at [http://hostname:48064/].
Changing/setting the variables ROS_MASTER_URI
, ROS_HOSTNAME
and ROS_IP
according to this question didn't help. The tests according to the ROS network troubleshooting guide were partially successful.
ping
works for127.0.0.1
, forlocalhost
and for the hostname.netcat
works for127.0.0.1
and forlocalhost
, but not for the hostname.
Sorry, in case this is a rather pathetic network problem. Maybe it's something specific to Natty?