source ~/.bashrc 'no such file or directory'
I am trying to install ROS Kinetic on Ubuntu 16.04. I am stuck in step1.6 Environment setup.
When I typed..
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
.. I got no response
And then when I typed..
source ~/.bashrc
.. i got..
bash: /opt/ros/kinetic/setup.bash: No such file or directory
What should I do? Kindly help. Thanks.
How did you install ROS? Which tutorial did you follow?
What is the output of
ls -al /opt/ros/kinetic
?