kinect camera not detected
I wanted to set up the kinect with ROS. I am running ROS-electric. I installed openni_kinect using sudo apt-get install ros-electric-openni-kinect. I then ran roslaunch openni_launch openni.launch to see if it would launch. Now when I run this command it returns with the everything shown below.
aksat@ubuntu:~/ros_workspace/ros_repos$ roslaunch openni_launch openni.launch
... logging to /home/aksat/.ros/log/cf0669fa-490d-11e1-b4ab-0026828752b8/roslaunch-ubuntu-24440.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://ubuntu:48521/
SUMMARY
========
PARAMETERS
* /rosdistro
* /camera/driver/rgb_frame_id
* /camera/driver/rgb_camera_info_url
* /camera/depth_registered/rectify_depth/interpolation
* /camera/driver/depth_frame_id
* /camera/depth/rectify_depth/interpolation
* /rosversion
* /camera/driver/device_id
* /camera/driver/depth_camera_info_url
NODES
/camera/depth/
rectify_depth (nodelet/nodelet)
metric_rect (nodelet/nodelet)
metric (nodelet/nodelet)
disparity (nodelet/nodelet)
points (nodelet/nodelet)
/camera/rgb/
debayer (nodelet/nodelet)
rectify_mono (nodelet/nodelet)
rectify_color (nodelet/nodelet)
/
camera_nodelet_manager (nodelet/nodelet)
camera_base_link (tf/static_transform_publisher)
camera_base_link1 (tf/static_transform_publisher)
camera_base_link2 (tf/static_transform_publisher)
camera_base_link3 (tf/static_transform_publisher)
/camera/
driver (nodelet/nodelet)
register_depth_rgb (nodelet/nodelet)
points_xyzrgb_depth_rgb (nodelet/nodelet)
/camera/ir/
rectify_ir (nodelet/nodelet)
/camera/depth_registered/
rectify_depth (nodelet/nodelet)
metric_rect (nodelet/nodelet)
metric (nodelet/nodelet)
disparity (nodelet/nodelet)
auto-starting new master
process[master]: started with pid [24454]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to cf0669fa-490d-11e1-b4ab-0026828752b8
process[rosout-1]: started with pid [24467]
started core service [/rosout]
process[camera_nodelet_manager-2]: started with pid [24479]
process[camera/driver-3]: started with pid [24480]
process[camera/rgb/debayer-4]: started with pid [24481]
process[camera/rgb/rectify_mono-5]: started with pid [24482]
[rospack] opendir error [No such file or directory] while crawling /home/aksat/aksat
process[camera/rgb/rectify_color-6]: started with pid [24483]
process[camera/ir/rectify_ir-7]: started with pid [24485]
process[camera/depth/rectify_depth-8]: started with pid [24491]
process[camera/depth/metric_rect-9]: started with pid [24496]
process[camera/depth/metric-10]: started with pid [24498]
process[camera/depth/disparity-11]: started with pid [24508]
process[camera/depth/points-12]: started with pid [24515]
process[camera/register_depth_rgb-13]: started with pid [24520]
process[camera/depth_registered/rectify_depth-14]: started with pid [24522]
process[camera/depth_registered/metric_rect-15]: started with pid [24532]
process[camera/depth_registered/metric-16]: started with pid [24538]
process[camera/depth_registered/disparity-17]: started with pid [24539]
process[camera/points_xyzrgb_depth_rgb-18]: started with pid [24542]
process[camera_base_link-19]: started with pid [24546]
process[camera_base_link1-20]: started with pid [24549]
process[camera_base_link2-21]: started with pid [24559]
process[camera_base_link3-22]: started with pid [24560]
[ERROR] [1327685946.423785481]: Failed to load nodelet [/camera/rgb/rectify_mono] of type [image_proc/rectify]: According to the loaded plugin descriptions the class image_proc/rectify with base class type nodelet::Nodelet does not exist. Declared types are depth_image_proc/convert_metric depth_image_proc/disparity depth_image_proc/point_cloud_xyz depth_image_proc/point_cloud_xyzrgb depth_image_proc/register image_view/disparity image_view/image openni_camera/OpenNINodelet openni_camera/driver pcl/BAGReader pcl/BoundaryEstimation pcl/ConvexHull2D pcl/EuclideanClusterExtraction pcl/ExtractIndices pcl/ExtractPolygonalPrismData pcl/FPFHEstimation pcl/FPFHEstimationOMP pcl/MomentInvariantsEstimation pcl/MovingLeastSquares pcl/NodeletDEMUX pcl/NodeletMUX pcl/NormalEstimation pcl/NormalEstimationOMP pcl/NormalEstimationTBB pcl/PCDReader pcl/PCDWriter pcl/PFHEstimation pcl/PassThrough pcl/PointCloudConcatenateDataSynchronizer pcl/PointCloudConcatenateFieldsSynchronizer pcl/PrincipalCurvaturesEstimation pcl/ProjectInliers pcl/SACSegmentation pcl/SACSegmentationFromNormals pcl/SegmentDifferences pcl/StatisticalOutlierRemoval pcl/TestListener pcl/TestPingPong ...