can't locate node [camera1394stereo_node]
I am trying to launch this file with a bumblebee
<launch>
<node pkg="camera1394stereo" type="camera1394stereo_node" name="camera1394stereo_node" output="screen" >
<param name="video_mode" value="format7_mode3" />
<param name="format7_color_coding" value="raw16" />
<param name="bayer_pattern" value="grbg" />
<param name="bayer_method" value="" />
<param name="stereo_method" value="Interlaced" />
<param name="camera_info_url_left" value="" />
<param name="camera_info_url_right" value="" />
</node>
</launch>
as it is explained in http://wiki.ros.org/camera1394stereo but I keep getting this error
ERROR: cannot launch node of type [camera1394stereo/camera1394stereo_node]: can't locate node [camera1394stereo_node] in package [camera1394stereo]
However when I do sudo apt-get install ros-indigo-camera1394stereo
y do not get any error and everything is installed without problems.
Does anybody know why cannot I launch the file?
Hi,maybe you can try stereo_camera_full.launch in the "launch" folder .I am using bumblebee2 too. My email is sxqbwrz@163.com , i think we can exchange experiences.
The reason for answers.ros.org is to exchange experiences publically, where everyone can benenfit from the information provided.
Sorry,....