ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Are you running ROS on multiple machines? Probably this might be a network problem. See ROS network setup for more information. Also, check your bashrc file and see whether it is properly configured for your ip.

For example:

export ROS_HOSTNAME=136.159.101.186 
export ROS_MASTER_URI=http://136.159.101.186:11311

Are you running ROS on multiple machines? Probably this might be a network problem. See ROS network setup for more information. Also, check your bashrc file and see whether it is properly configured for your ip.

Check you host name using

sudo nano /etc/hosts

For example:

export ROS_HOSTNAME=136.159.101.186 
export ROS_MASTER_URI=http://136.159.101.186:11311