Robot_upstart can't find path in my package
Hi everyone, I got a bug using robot_upstart. I tried the install script with differents packages located in my catkin workspace and I get this :
Unable to locate path launch/example_lucos.launch in package teleopRoboteq. Installation aborted.
Is my catkin workspace corrupted ?
Thanks
Edit 26/01/2015: I just test with a new ROS instalation. I use a compiled package with catkin_make, roboteq_driver. The launcher and the job were correctly installed. I tried with my robot description package and robot_upstart doesnt find it for an install. How do you install your robot description package with ROS and, more importantly, where ?
Can you also provide the
rosrun
command you used?Here it is (something like that):
I also try on a new install and I get the same error.
It seems that there is a conflict between this 2 lines on some of my installations (.bashrc):
I have problems in robot_upstart too, maybe to write a upstart job to start your roslaunch is better option.
I have done the same installation (i'm using the two line script to install ROS) on another computer. I just got the source of "joystick driver" and made a launch that I used with robot_upstart and I didn't get any trouble.
@TomSon: please describe your workspace layout and contents for us. Also add how you build it and what files you source (including your
.bashrc
). Issues with yourROS_PACKAGE_PATH
would seem to suggest there is something incorrect in your ws setup / interaction.