problem in using PCL on ROS
I'm trying to use PCL on ROS following this link: http:// www.ros.org/wiki/pcl/Tutorials, which just teaches me how to gain the raw 3-D image from Kinect instead of .PCD files, I did successfully compiled it, however, when I run the command:
rosrun my_pcl_tutorial example input:=/narrow_stereo_textured/points2
it didn't show anything, just like this(nothing printed on the screen so I used ctrl+C after a while):
toshiba@ubuntu:~$ rosrun my_pcl_tutorial example input:=/narrow_stereo_textured/points2
^Ctoshiba@ubuntu:~$ rosrun my_pcl_tutorial example input:=/narrow_stereo_textured/points2
^Ctoshiba@ubuntu:~$
I think maybe the topic is not "/narrowstereotextured/points2"(I'm using turtlebot but not PR2), so I changed the input to "/camera/depth/points" where my pointcloud2 topic really lies, but nothing changes. so anybody can help me? Thanks!
Asked by David_xiong on 2013-06-01 03:44:21 UTC
Comments
Hey can u put error messages under different tags ...
Asked by ayush_dewan on 2013-06-01 06:26:40 UTC