Robotics StackExchange | Archived questions

fuerte_workspace/setup.bash not found, Permission denied

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

Asked by JML on 2013-03-18 10:18:02 UTC

Comments

Please edit your question to add the part of your ~/.bashrc that invokes setup.bash. The alias error seems odd.

Asked by joq on 2013-03-18 11:37:53 UTC

Answers