run master on a cloud server?
I want to run master on cloud. publish topics from rosjs and subscribe topics of master. any reference links ! thanks in advance
I want to run master on cloud. publish topics from rosjs and subscribe topics of master. any reference links ! thanks in advance
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-09-19 07:51:43 -0500
Seen: 223 times
Last updated: Sep 19 '18