#include <set>#include <vector>#include <pcl/point_cloud.h>#include <pcl/visualization/pcl_visualizer.h>#include <agile_grasp/handle.h>#include <agile_grasp/grasp_hypothesis.h>

Go to the source code of this file.
Classes | |
| class | HandleSearch |
| Search handles given grasp hypotheses. More... | |
| struct | HandleSearch::LastElementComparator |
| Comparator for equality of the last element of two 2D-vectors. More... | |
| struct | HandleSearch::VectorFirstTwoElementsComparator |
| Comparator for equality of the first two elements of two 3D-vectors. More... | |
Typedefs | |
| typedef pcl::PointCloud < pcl::PointXYZ > | PointCloud |
| typedef pcl::PointCloud<pcl::PointXYZ> PointCloud |
Definition at line 44 of file handle_search.h.