Actionlib Tutorial: fibonacci_server.py not found
I'm running the tutorial Writing a Simple Action Server using the Execute Callback (Python) but getting errors that the file fibonacci_server.py
isn't installed. I don't see a directory named simple_action_servers
that is supposed to contain this file according to the directions in (http://wiki.ros.org/actionlib_tutorials/Tutorials/Writing%20a%20Simple%20Action%20Server%20using%20the%20Execute%20Callback%20%28Python%29)
ubuntu@ubuntu python fibonacci_server.py
python: can't open file 'fibonacci_server.py': [Errno 2] No such file or directory
ubuntu@ubuntu:/opt/ros/indigo$
I'm running Indigo on Ubuntu 14.04 and just reinstalled ros-indigo-common-tutorials
but I'm getting the same result. Do I need to install the actionlib_tutorials
from a separate package than common tutorials or do I need to create the file?
NEW PROBLEM DATA In order to make this issue easier to understand, I'm providing additional info. When looking at the contents of the actionlibtutorial in [http://wiki.ros.org/actionlibtutorials/Tutorials/Writing%20a%20Simple%20Action%20Server%20using%20the%20Execute%20Callback%20%28Python%29), it states that The following code can be found in actionlibtutorials/simpleactionservers/fibonacciserver.py, and implements a python action server for the fibonacci action. However, when I run an ls, the simpleactionservers directory has not been installed.
ubuntu@ubuntu:/opt/ros/indigo/share/actionlib_tutorials$ ls action cmake msg package.xml
As part of the tutorial, should I create the directory as well as fibonacciserver.py (and for the next tutorial, fibonacciclient.py)? Or, does this indicate a bad install?
Asked by d7x on 2015-10-31 12:06:06 UTC
Comments