ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I am currently using such a setup (ROS Idigo on a robot and ROS Kinetic on a laptop) and it works perfectly. On my laptop I just had to export the following variables:
export ROS_MASTER_URI=http://IP.OF.RO.BOT:11311
export ROS_IP=IP.OF.LAP.TOP
2 | No.2 Revision |
I am currently using such a setup (ROS Idigo Indigo on a robot and ROS Kinetic on a laptop) and it works perfectly. On my laptop I just had to export the following variables:
export ROS_MASTER_URI=http://IP.OF.RO.BOT:11311
export ROS_IP=IP.OF.LAP.TOP