rosrun beginner_tutorials error
I am following the beginner tutorial, when I run
roscore
then from within catkin_ws
I run
catkin_make
rosrun beginner_tutorials talker
I am geting an error
[rospack] Error: package 'beginner_tutorials' not found
what would cause this error?
could it be file ownership? so far everything was thru command line but after i installed eclipse this error started happening.
when i run
rosrun roscpp_tutorials talker
it runs ok but I am not sure where this package resides.