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
export ROS_IP=http://192.168.2.70

and:

invalid ROS_IP (protocol should not be included)

seems clear enough: http://1.2.3.4 is not a valid IP address. 1.2.3.4 would be a valid IP address.

You're supposed to set ROS_IP to an IP address, not a URL.

export ROS_IP=http://192.168.2.70

ROS_IP=http://192.168.2.70

and:

invalid ROS_IP (protocol should not be included)

seems clear enough: http://1.2.3.4 is not a valid IP address. 1.2.3.4 would be a valid IP address.address. http:// is the "protocol" that the error message is referring to.

You're supposed to set ROS_IP to an IP address, not a URL.

From:

export ROS_IP=http://192.168.2.70

ROS_IP=http://192.168.2.70

and:

invalid ROS_IP (protocol should not be included)

seems clear enough: http://1.2.3.4 is not a valid IP address. 1.2.3.4 would be a valid IP address. http:// is the "protocol" that the error message is referring to.

You're supposed to set ROS_IP to an IP address, not a URL.