This package implements an integrated grasp planner. It computes a suitable grasp from a GraspTable, a platform position from where the object is reachable and a collision-free trajectory for the manipulator. More...
#include <tinyxml.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | Grasp |
class | GraspTable |
class | GraspTableObject |
Defines | |
#define | MAX_NO_OF_OBJECTS 200 |
This package implements an integrated grasp planner. It computes a suitable grasp from a GraspTable, a platform position from where the object is reachable and a collision-free trajectory for the manipulator.
This file manages the access to the GraspTable.
Definition in file GraspTable.h.
#define MAX_NO_OF_OBJECTS 200 |
Definition at line 42 of file GraspTable.h.