ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Sorted...
Basically, the IP Addresses have to be specifically defined either in every window used or better by modifying the .bashrc file
export ROS_MASTER_URI=http://192.168.20.100:11311 and
export ROS_IP=http://192.168.20.100
for one end and
export ROS_MASTER_URI=http://192.168.20.101:11311 and
export ROS_IP=http://192.168.20.101
for the other.