error in setup.bash
I have just installed Indigo on ubuntu 14.04. Now when i do
source /opt/ros/indigo/setup.bash
I get the following error:
File "<string>", line 1
import os; print(os.pathsep.join([x for x in "/opt/ros/indigo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ".split(os.pathsep) if not any([d for d in ['cturtle', 'diamondback', 'electric', 'fuerte'] if d in x])]))
^ SyntaxError: EOL while scanning string literal
Any idea? What is wrong?
There is an extra
"
before the .split that shouldn't be there. Did you manually do anything to that file?Did you install correctly ros?, try to reinstall
Hi ,how to solve this issue?