[rospack] couldn't find package [image_view]

asked 2015-12-07 09:32:35 -0500

peterlin300 gravatar image

updated 2015-12-07 10:12:56 -0500

i got turtlebot last week and i try to run rosrun image_view image_view image:=/camera/rgb/image_color with the system which is attach with turtlebot2(kinect).

it shows [rospack] couldn't find package [image_view]
i had already install KinectSensor , sensorkinect and done! and i try to run the path of ros againecho "source /opt/ros/hydro/setup.bash" >> ~/.bashrc source ~/.bashrc but didnt work!

whats error?

edit retag flag offensive close merge delete

Comments

did you install the image_view package?

sudo apt-get install ros-indigo-image-view
Gary Servin gravatar image Gary Servin  ( 2015-12-08 09:43:56 -0500 )edit

@Gary Servin: good question, but he should install the hydro version, so

sudo apt-get install ros-hydro-image-view
mgruhler gravatar image mgruhler  ( 2015-12-09 12:59:29 -0500 )edit

image_view package !!! i will try later but i already installed openni_launch and openni_camera i followed Quick start that tell me i could star by command directly

To view the color image from the RGB camera outside of rviz:

rosrun image_view image_view image:=/camera/rgb/image_color
peterlin300 gravatar image peterlin300  ( 2015-12-13 22:31:02 -0500 )edit