error opening file: play
I get the following error when a play a launch file to extract images. here is my launch file, saved in /home/usr/fi.launch and heres what i run roslaunch fi.launch
<launch> <node pkg="rosbag" type="play" name="rosbag" args="play -d 2 $(find image_view)/cam_play.bag"/> <node name="extract" pkg="image_view" type="extract_images" respawn="false" output="screen" cwd="ROS_HOME"> <remap from="image" to="/front_camera/camera/image_rect_color"/> </node> </launch>