bash: /opt/ros/jade/setup.bash: No such file or directory [closed]
Hi, I have been trying to install ros on my Ubuntu 14.04 using the instructions from http://wiki.ros.org/jade/Installation... . 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
Pasting all the commands and their output might give us more info.
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...
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?