bash: setup.sh: No such file or directory [closed]
I am getting an error bash: setup.sh: No such file or directory on installing ROS. What am I doing wrong?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am getting an error bash: setup.sh: No such file or directory on installing ROS. What am I doing wrong?
Thanks!
Asked: 2011-11-21 14:41:54 -0600
Seen: 2,590 times
Last updated: Nov 21 '11
setup.sh uses rm without -f: errors on login/new shell
roscd returns "bash: reldir: unbound variable"
setup.sh syntax error on source
What is /opt/ros/groovy/setup.sh for in the ~/.bashrc
I found most of the ROS packages are in home/user/ros but the latest in /opt/ros/
ROS PATH and after Installation
source setup.bash in install space does not work when deployed onto different machine
If you run linux and use bash, try 'locate setup.sh' it will output the path to your setup.sh file. Then add 'source pathToSetupsh' to your .bashrc.