#include <ros/ros.h>#include <pcl_ros/point_cloud.h>#include <pcl/point_types.h>#include <tf/tf.h>#include <tf/transform_listener.h>

Go to the source code of this file.
Classes | |
| class | GripperPointsPublisher |
| This class estimate and publish the points which are necessary for grasping the object. More... | |
Typedefs | |
| typedef pcl::PointCloud < pcl::PointXYZ > | PointCloud |
Functions | |
| void | filterPointCloud (const PointCloud &stuhl_object, PointCloud &reduzierteKpt, tf::TransformListener *listener) |
| typedef pcl::PointCloud<pcl::PointXYZ> PointCloud |
Definition at line 8 of file gripper_points_publisher.h.
| void filterPointCloud | ( | const PointCloud & | stuhl_object, |
| PointCloud & | reduzierteKpt, | ||
| tf::TransformListener * | listener | ||
| ) |
Definition at line 42 of file gripper_points_publisher.cpp.