ros-windows / win_ros

Windows support for Ros (Robot Operating System)
http://www.ros.org/wiki/win_ros
23 stars 16 forks source link

Spaces in Paths #28

Open stonier opened 11 years ago

stonier commented 11 years ago

This is bound to fall over in all sorts of unglorious ways as the batch string handling is very messy and I doubt what we have will work.

Be brave and test with a space riddled workspace name to start chasing those bugs into the open.

jmtatsch commented 8 years ago

One such bug arises when python is installed in a path with spaces such as C:\Program Files (x86)\Python27. Then rosversion.bat will fail to handle the space. My workaround is adding some quotes like:

python "%DIR%\winros_rosversion.py" %*

maybe you have a better idea how to fix this...

stonier commented 8 years ago