You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: