ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

New Terminal Bash File Error

asked 2016-04-21 09:21:22 -0500

R.Mehra gravatar image

updated 2016-04-21 09:21:57 -0500

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!

edit retag flag offensive close merge delete

Comments

1

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

dornhege gravatar image dornhege  ( 2016-04-21 09:59:07 -0500 )edit

Adding to dornhege, check specifically for

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

and likewisein your .bashrc file

janindu gravatar image janindu  ( 2016-05-09 01:24:07 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-04-22 04:03:01 -0500

LeeJaemin gravatar image

updated 2016-04-22 04:03:30 -0500

I have same idea with dornhege. check

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

in

$ gedit ~/.bashrc
edit flag offensive delete link more

Comments

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

R.Mehra gravatar image R.Mehra  ( 2016-04-26 04:55:19 -0500 )edit

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

R.Mehra gravatar image R.Mehra  ( 2016-04-26 04:56:52 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-21 09:21:22 -0500

Seen: 237 times

Last updated: Apr 26 '16