fuerte_workspace/setup.bash not found, Permission denied [closed]
Hello,
Just created my overlay (fuerte_workspace) on a new ROS install. Each time I open a new terminal window, I get the following:
bash: alias: /home/jml/fuerte_workspace/setup.bash: not found
bash: /home/jml/fuerte_workspace/setup.bash: Permission denied
Here are the related lines in my .bashrc:
source ~/fuerte_workspace/setup.bash
I can still access the workspace using "roscd" however. Another strange thing is that I get the same message in the terminal regardless of whether that line in the .bashrc is commented-out or not. It does not seem to have any relation to ~/.bashrc. Any ideas what might be the cause of this?
Thanks, JML
Please edit your question to add the part of your ~/.bashrc that invokes setup.bash. The alias error seems odd.