ROS could not find the executable file
Hi,
I made all the steps of the ROS tutorial that are described in the ROS Wiki (create a catkin workspace and a listener and talker node). Now I tried to Use the programme presented here: https://github.com/ros-teleop/teleop_... .
I copied the files into the src foldeer in my catkin workspace. This one includes now the folder with the named files and a folder "beginner_tutorials" with all the files of the tutorials. After using catkin_make and source devel/setup.bash, I started the node with "rosrun teleop_twist_keyboard teleop_twist_keyboard.py" but then ROS told me that "Couldn't find executable named teleop_twist_keyboard.py below ...".
I tried some other locations for the folder but nothing works. Could you give me an advice how to solve this Problem?
Regards,
Rick
Please post the
CMakeLIsts.txt
andpackage.xml
. Most probably you forgot to adapt this... (Edit your question and format the copied files, obviously removing any comments, with the preformatted text button 1010101).Could you tell me how I have to do this? I did not changed anything.These both files are like in the example above.
What? Posting the
CMakeLists.txt
? Also include the output oftree -d <PATH/TO/YOUR/WORKSPACE>/src
.The CMakeLists in the project folder is like in the example above. I think that I don't need to paste it again. In the src folder is also a CMakeLists file. Should I include these lines in this one or in the file that is located in the project folder?