Can't install ros_tutorials [closed]
I'm just starting out with ROS, and I'm trying to install fuerte in Debian.
I finished the installation with just the ROS-base installation (which I later found out had been moved on github.com to a new location).
Now I'm trying to install ROS tutorials to run turtlesim as a test, and I can't seem to do it! I cloned ros_tutorials from github.com/ros/ros_tutorials, and I ran rosmake on turtlesim, which worked. However, when I try to run turtlesim using rosrun, it can't seem to find it. Any help?
Posting exact commands you ran at the commandline will be helpful. Also could you post the output of "env|grep ROS"?