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

Revision history [back]

In addition to the ROS_MASTER_URI environment variable, you may also want to set ROS_HOSTNAME and ROS_IP.

For example:

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