ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

run master on a cloud server?

asked 2018-09-19 07:51:43 -0500

srikar gravatar image

updated 2018-09-19 07:52:49 -0500

I want to run master on cloud. publish topics from rosjs and subscribe topics of master. any reference links ! thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-09-19 23:16:05 -0500

jonlwowski012 gravatar image

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
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-09-19 07:51:43 -0500

Seen: 436 times

Last updated: Sep 19 '18