I am unable to create the numpy_listener node
i am using Ubuntu 14.04 LTS Indigo version, as shown in the numpy tutorial i have created the numpy_listener.py made it an executable, followed by the following commands
- source /opt/ros/indigo/setup.bash
- source ./devel/setup.bash
- catkin_make
after this when i type " rosrun numpy_tutorial numpy_listener.py" (roscore is running in another terminal) i get the error " package ' numpy_tutorial ' not found " , even though in my catkin workspace i have a folder titled numpy_tutorial with the numpy_listener.py file inside it
Can you post the output of
echo $ROS_PACKAGE_PATH
when you experience this problem (please edit your question)? Also, do you have an error when sourcing any of thesetup.bash
files?