ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It's not clear why but it appears that you have a space missing in that line in your .bashrc
. You'll need to open it in a text editor (like nano
or vi
), find all those lines you've appended, delete all but one, and then put a space between source
and /opt...
. Afterwards it should work.