cannot source workspace
I am trying to source my workspace. I copied the workspace of a external drive. When I try to source it t I get the following error. I am running indigo on 14.04.
nathaniel@nathaniel:~/Documents/Omnibot/code/catkin_ws$ source devel/setup.bash bash: /home/nathaniel/Documents/Omnibot/code/catkin_ws/devel/_setup_util.py: Permission denied
Failed to run '"/home/nathaniel/Documents/Omnibot/code/catkin_ws/devel/_setup_util.py" ': return code 126
nathaniel@nathaniel:~/Documents/Omnibot/code/catkin_ws$
How can I fix this workspace? I do not want to copy all the files in to another workspace.
Probably some file paths are not correct anymore. Have you tried removing
build
anddevel
and do anothercatkin_make
before sourcing it on the new machine?