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

Uninstalled ROS Groovy and Installed Hydro and now any time I open a terminal it is trying to source Groovy [closed]

asked 2014-02-05 05:12:05 -0500

migz13 gravatar image

Not sure what I did or didn't do when I uninstalled Groovy or what affect this will have. Any advice?

bash: /opt/ros/groovy/setup.bash: No such file or directory

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by gustavo.velascoh
close date 2014-02-05 05:45:26

Comments

Check Your ~/.bashrc file ;) It's being executed every single time You start the terminal. Probably there is something like `source /opt/ros/groovy/setup.bash` in there. I'd still prefer adding an alias as mentioned in this answer: http://answers.ros.org/question/118901/source-catkin_wssrcsetupbash-after-each-reboot/?answer=118921#post-id-118921 Oh, and fix would be just simply changing `/opt/ros/groovy/setup.bash` to `/opt/ros/hydro/setup.bash` (in mentioned ~/.bashrc file).

Kamiccolo gravatar image Kamiccolo  ( 2014-02-05 05:19:27 -0500 )edit

Thanks, got it. I like the idea of the alias and will add that.

migz13 gravatar image migz13  ( 2014-02-05 05:40:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-02-05 05:25:50 -0500

migz13 gravatar image

Never mind, I just did "gedit .bashrc" in terminal and found numerous entries at the bottom of the file and deleted all the "source /opt/ros/groovy/setup.bash" entries.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-02-05 05:12:05 -0500

Seen: 282 times

Last updated: Feb 05 '14