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

Have you tried setting the IPs of your master and client IP in the bashrc?

Cloud .bashrc (Master)

export ROS_MASTER_URI=http://MASTER_IP:11311/
export ROS_HOSTNAME=MASTER_IP
export ROS_IP=MASTER_IP

End Device .bashrc (Client)

export ROS_MASTER_URI=http://MASTER_IP:11311/
export ROS_HOSTNAME=CLIENT_IP
export ROS_IP=CLIENT_IP