ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There will only be a single ROS master between the 2 machines, which by the given instructions should be on the turtlebot laptop. You should change your ~/.bashrc file on the laptop from:
export $ROS_MATER_URI=http://192.168.1.100:11311
to:
export $ROS_MATER_URI=http://192.168.1.101:11311
This assumes that your laptop has the IP 192.168.1.101 and your workstation has the IP 192.168.1.100
2 | No.2 Revision |
There will only be a single ROS master between the 2 machines, which by the given instructions should be on the turtlebot laptop. You should change your ~/.bashrc file on the laptop from:
export $ROS_MATER_URI=http://192.168.1.100:11311
ROS_MATER_URI=http://192.168.1.100:11311
to:
export $ROS_MATER_URI=http://192.168.1.101:11311
ROS_MATER_URI=http://192.168.1.101:11311
This assumes that your laptop has the IP 192.168.1.101 and your workstation has the IP 192.168.1.100
3 | another typo... |
There will only be a single ROS master between the 2 machines, which by the given instructions should be on the turtlebot laptop. You should change your ~/.bashrc file on the laptop from:
export ROS_MATER_URI=http://192.168.1.100:11311
ROS_MASTER_URI=http://192.168.1.100:11311
to:
export ROS_MATER_URI=http://192.168.1.101:11311
ROS_MASTER_URI=http://192.168.1.101:11311
This assumes that your laptop has the IP 192.168.1.101 and your workstation has the IP 192.168.1.100