Robotics StackExchange | Archived questions

[rospack] couldn't find package [image_view]

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?

Asked by peterlin300 on 2015-12-07 10:32:35 UTC

Comments

did you install the image_view package?

sudo apt-get install ros-indigo-image-view

Asked by Gary Servin on 2015-12-08 10:43:56 UTC

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

sudo apt-get install ros-hydro-image-view

Asked by mgruhler on 2015-12-09 13:59:29 UTC

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

Asked by peterlin300 on 2015-12-13 23:31:02 UTC

Answers