#include <ros/ros.h>
#include <tf/tf.h>
#include <tf/transform_listener.h>
#include <tf/transform_broadcaster.h>
#include <visualization_msgs/Marker.h>
#include <object_manipulator/tools/shape_tools.h>
#include "helpers.h"
Go to the source code of this file.
Classes | |
class | GripperModel::compareModels |
A comparison function for Gripper Model sorting. More... | |
struct | FeatureWeights |
struct | GraspState |
A struct to encapsulate the state of the gripper. More... | |
class | GripperModel |