ROS Problem: stack/package not found
2013年11月06日 10:43
I am using ROS Hydro in Ubuntu 13.10. After creating package using command:
~/catkin_ws/src$ catkin_create_pkg pkg_name
I can successfully compile the programe using:
~/catkin_ws/$ catkin_make
The executable files are generated and saved in the folder ~/catkin_ws/devel/lib/. However, if I use "rosrun pkg_name execute_name" to, it says "stack/package not found".