ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
From:
export
ROS_IP=http://192.168.2.70ROS_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.