Hi! all,
I am learning to use PCL on my GROOVY, on the book "ROS BY EXAMPLE FOR GROOVY", page 205, i roslaunched the launch files---
1.roslaunch rbx1_vision openni_node.launch
2.roslaunch rbx1_vision passthrough.launch
3.rosrun rviz rviz -d `rospack find rbx1_vision`/pcl.rviz
but on step 2, I got the error like:
Failed to load nodelet [/passthrough] of type [pcl/PassThrough]: According to the loaded plugin descriptions the class pcl/PassThrough with base class type nodelet::Nodelet does not exist. Declared types are ccny_rgbd/RGBDImageProcNodelet cmd_vel_mux/CmdVelMuxNodelet cob_people_detection/SensorMessageGatewayNodelet 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 depthimage_to_laserscan/DepthImageToLaserScanNodelet image_proc/crop_decimate image_proc/debayer image_proc/rectify image_view/disparity image_view/image kobuki_auto_docking/AutoDockingNodelet kobuki_bumper2pc/Bumper2PcNodelet kobuki_controller_tutorial/BumpBlinkControllerNodelet kobuki_node/KobukiNodelet kobuki_safety_controller/SafetyControllerNodelet openni_camera/driver stereo_image_proc/disparity stereo_image_proc/point_cloud stereo_image_proc/point_cloud2 turtlebot_follower/TurtlebotFollower yocs_velocity_smoother/VelocitySmootherNodelet
[FATAL] [1369357511.738250432]: Service call failed!
[passthrough-2] process has died [pid 20544, exit code 255, cmd /opt/ros/groovy/lib/nodelet/nodelet load pcl/PassThrough pcl_manager ~input:=/camera/depth_registered/points ~output:=/passthrough __name:=passthrough __log:=/home/turtlebot/.ros/log/e03a4a08-c40d-11e2-9dfb-2016d835e4a7/passthrough-2.log].
log file: /home/turtlebot/.ros/log/e03a4a08-c40d-11e2-9dfb-2016d835e4a7/passthrough-2*.log
I wanna to know what's wrong with it? anybody can help me? thanks!