ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If anyone else comes across this question like me, this may be helpful:

I don't believe you can include files via the file="" tag for launch or configuration files remotely. If they exist locally the nodes within them are launched remotely, however if the launch file only exists on the remote machine it cannot be found.

My solution to this is to either copy the launch file to the local machine, or copy-paste the contents of the remote launch file in to my local launch file.