PointXYZ python usage question
I am trying to include PointXYZ in a python pgm. But it is unable to locate PointXYZ. If I include the import pcl it say it can not find module pcl. Is there a install I am missing or is there no python wrapper for it?
self.subPoseWithCovar = rospy.Subscriber("/depth/points", PointXYZ, self.callback)
self.tf_pub = rospy.Publisher("/depth/points2", PointXYZ, queue_size=10)