ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
Yes, ROS_MASTER_URI is your turtlebot laptop ip address. You need to export ROS_HOSTNAME as well in both turtle bot laptop and your workstation laptop. i.e.
Append below statements in your .bashrc file -->
export ROS_MASTER_URI=<turtle bot="" ip="" address="">:11311 export ROS_HOSTNAME=<turtle bot="" ip="" address="">
export ROS_MASTER_URI=<turtle bot="" ip="" address="">:11311 export ROS_HOSTNAME=<turtle bot="" ip="" address="">
Now try pinging one from another.
Run roscore in one and do rostopic list then.
rostopic /echo diagnostics in another one.
It should work. Hope this helps !!