If you face the error " roscd command not found " , after ROS installation, this means that your .bashrc doesn’t contain the link to setup.sh, so open the .bashrc file with the following command
gedit .bashrc
then add the following line
source /opt/ros/groovy/setup.bash
as I was working with groovy else add your distribution name like fuerte, electric or hydro
thank you!
ReplyDelete