The main recognition object for segmented point clouds. More...
#include "PCLGraspModel.h"
#include <graspdb/graspdb.h>
#include <sensor_msgs/PointCloud.h>
#include <ros/ros.h>
#include <rail_manipulation_msgs/SegmentedObject.h>
#include <tf2/LinearMath/Transform.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
Go to the source code of this file.
Classes | |
class | rail::pick_and_place::PointCloudRecognizer |
The main recognition object for segmented point clouds. More... | |
Namespaces | |
namespace | rail |
namespace | rail::pick_and_place |
The main recognition object for segmented point clouds.
The point cloud recognizer takes a segmented object and a list of grasp model candidates and attempts to recognize the object.
Definition in file PointCloudRecognizer.h.