ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ueye package error

asked 2014-06-11 03:58:16 -0500

ROSkinect gravatar image

I install the driver and ros package successfully but when I launch this commande:

>$ roslaunch ueye_cam bayer_rggb_image_proc.launch

I got this error:

[bayer_rggb_image_proc.launch] is neither a launch file in package [ueye_cam] nor is [ueye_cam] a launch file name

What's going wrong ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-06-11 08:32:15 -0500

ROSkinect gravatar image

updated 2014-06-11 08:32:36 -0500

I'll answer myself :D so that's how can everybody look at the solution Just type this everytime you open a new shell:

$>cd /home/<name>/catkin_ws
$>source devel/setup.bash
edit flag offensive delete link more

Comments

1

Or you can add it to your .bashrc file as follows: echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc This way, every time you open your terminal the command "source ..." will run.

ricardoej gravatar image ricardoej  ( 2014-06-11 08:44:10 -0500 )edit

I tried to do that but it doesn't work what I did is >$ cd >$ gedit ~/.bashrc and then I add this line <source devel="" setup.bash=""> on the file at the end and I save it. I don't know if do it right !?

ROSkinect gravatar image ROSkinect  ( 2014-06-11 09:06:12 -0500 )edit
1

So just gedit the ~/.bashrc file and add the follow two lines at the end: source /opt/ros/hydro/setup.bash and source ~/catkin_ws/devel/setup.bash

ricardoej gravatar image ricardoej  ( 2014-06-11 09:49:06 -0500 )edit

Yes, It works now Thank you so much

ROSkinect gravatar image ROSkinect  ( 2014-06-12 06:36:06 -0500 )edit

Question Tools

Stats

Asked: 2014-06-11 03:58:16 -0500

Seen: 204 times

Last updated: Jun 11 '14