ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Or just set on every computer in you network (so you don't have to thing about addresses):
export ROS_IP=`hostname -I`
Or even, sometimes better, solution is to add this line in your .bashrc file.