Robotics StackExchange | Archived questions

New Terminal Bash File Error

I am new to Ubuntu and ROS. Upon opening a new terminal in Ubuntu, I get this error. I tried opening the bashrc file but It seems to be empty.

bash: /home/rma/prac/devel/setup.bash: No such file or directory
bash: /home/rma/trials/devel/setup.bash: No such file or directory   
bash: /home/rma/T/devel/setup.bash: No such file or directory
bash: /home/rma/abc/devel/setup.bash: No such file or directory
bash: /home/rma/RMP/devel/setup.bash: No such file or directory
$ 

I am running ROS Jade on Ubuntu 14.04

I had old workspaces which I deleted following the information given here . I think there was something left which wasn't removed with the workspaces.

What could be the error and how can I solve it?

Any suggestions or comments will be appreciated. Thanks in advance!

Asked by R.Mehra on 2016-04-21 09:21:22 UTC

Comments

Did you look into bashrc or .bashrc? I seems there are some entries left that you put in there linking to your old ones.

Asked by dornhege on 2016-04-21 09:59:07 UTC

Adding to dornhege, check specifically for

source /home/rma/prac/devel/setup.bash

and likewisein your .bashrc file

Asked by janindu on 2016-05-09 01:24:07 UTC

Answers

I have same idea with dornhege. check

source /home/rma/prac/devel/setup.bash

in

$ gedit ~/.bashrc

Asked by LeeJaemin on 2016-04-22 04:03:01 UTC

Comments

That solved the problem. I edited the .bashrc file and it worked.

Asked by R.Mehra on 2016-04-26 04:55:19 UTC

The steps mentioned by @LeeJaemin worked. I opened the .bashrc file and removed the lines with the missing paths manually.

Asked by R.Mehra on 2016-04-26 04:56:52 UTC