ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you've having trouble doing it within ROS launch scripts, there's always bash (e.g., in a shell script, ssh in to remote machine and run roslaunch). Less elegant surely, but more flexible (as long as you're on a linux box).
Also, namespaces can help (/machine/somenode).
Finally, the launch-prefix tag in <node> can, in a limited way, bridge between bash and ROS launch (e.g., use xterm or ssh as a launch-prefix).