bash: /opt/ros/jade/setup.bash: No such file or directory
Hi, I have been trying to install ros on my Ubuntu 14.04 using the instructions from http://wiki.ros.org/jade/Installation/Ubuntu. I have followed all the instructions as is but when I run bas, I get the error that setup.bash does not exist. I'm not sure if I'm missing anything. Please help. EDIT: I executed the following instructions:
$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
$ sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-key 0xB01FA116
$ sudo apt-get update
$ sudo apt-get install ros-jade-desktop-full
$ sudo rosdep init
$ rosdep update
$ echo "source /opt/ros/jade/setup.bash" >> ~/.bashrc
$ source ~/.bashrc
**bash: /opt/ros/jade/setup.bash: No such file or directory**
$ ls /opt/ros/jade/
bin include lib share
Asked by fayazvf on 2016-01-30 13:43:12 UTC
Comments
Pasting all the commands and their output might give us more info.
Asked by 130s on 2016-01-30 19:02:56 UTC
Thanks for updating the info. I have no idea and I haven't found similar previous issues on this forum either. Was there any error printed during the installation? If I were you I would just purge ROS and redo installation...
Asked by 130s on 2016-02-01 04:50:08 UTC
I don't know why is that happening, by the other hand Have you tried to install indigo version that is the right version for ubuntu 14.04?
Asked by jcardenasc93 on 2016-03-18 20:18:17 UTC