problem in using PCL on ROS [closed]

asked 2013-06-01 03:44:21 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

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 "/narrow_stereo_textured/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!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-06-27 13:32:09.786212

Comments

Hey can u put error messages under different tags ...

ayush_dewan gravatar image ayush_dewan  ( 2013-06-01 06:26:40 -0500 )edit