viewing rgb and depth from kinect camera in ubuntu 10.10
I don't get any data (rgb image,depth image,rviz) from the kinect,I'm running on Ubuntu 10.10 ,diamondback;basically what I did is :
1) I set up my computer to accept software from ROS.org
2) I ran roscore on a new terminal by typing : roscore
3)I installed openNI kinect by typing : sudo apt-get install ros-diamondback-openni-kinect
4)I installed openNi camera by typing : rosmake openni_camera
5)I launched the openNI driver by typing :roslaunch openni_camera openni_node.launch
6)I ran rviz by typing: rosrun rviz rviz
7)I ran the rgb camera by typing : rosrun image_view image_view image:=/camera/rgb/image_color
please help me fix it.