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

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.