First time here? Check out the FAQ!
answered 2020-02-24 04:29:31 -0500
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.