ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
export ROS_MASTER_URI=10.0.0.2
As the name of the variable implies, it should be set to a full URI, not just an IP.
So it should most likely be:
export ROS_MASTER_URI=http://10.0.0.2:11311
in your case.