Closed hemantrobodub closed 7 years ago
Did you install from source or using apt? If you intalled with apt then under /opt/ros/indigo/lib/robot_upstart you should see a file named install. If you installed from source you could try installing using apt.
After you source ~/catkin_ws/devel/setup.bash
, the module should be on your PYTHONPATH, eg:
$ source devel/setup.bash
$ echo $PYTHONPATH
/Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages:/opt/ros/indigo/lib/python2.7/site-packages
And that path should have the stub file which catkin generates to pass through to the src dir python modules, eg:
$ find /Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages
/Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages
/Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages/robot_upstart
/Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages/robot_upstart/__init__.py
/Users/mikepurvis/robot_upstart_ws/devel/lib/python2.7/site-packages/robot_upstart/__init__.pyc
Going to close this as it's super old and looks like a setup issue on your end.
I need to start ros launch file at machine startup .
We are using Ubilinux on Intel/Edison. We are using ROS:
I am trying to follow these instructions http://docs.ros.org/api/robot_upstart... I have downloaded code from https://github.com/clearpathrobotics/... branch indigo-devel Here is how my folder looks
Following shows command I ran.
Now creating a job:
Question : Why it is not able to find robot_upstart.install_script
I have been told to inform here and it could be an issue For more information see here
http://answers.ros.org/question/223129/robot_upstart-not-finding-install_script/ Thanks,