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

Got it! The problem was in CRLF (Windows) line-ending that somehow propagated to my cfg files.

I use ROS virtualized under Windows and the sources dir is a shared folder, so maybe Windows did something odd to the files.

And the message about file or dir not existing was really about the interpreter - the system tried to launch /usr/bin/env python<CR>, which obviously does not exist.

Thanks to all for your help.