ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just run roscore
once somewhere else, and you should be good. To learn more about how all this works, just take a look at the roscore wiki page.
2 | No.2 Revision |
Just run roscore
once somewhere else, and you should be good. You'll need to make sure that all of your ROS processes are launched with the proper $ROS_MASTER_URI
environment variable so that they point to the machine on which you're running the roscore.
To learn more about how all this works, just take a look at the roscore wiki page.