Implements the grasp_manager (part of grasp planner). More...
#include <stdio.h>#include <iostream>#include <QFile>#include <QTextStream>#include <Inventor/actions/SoGetBoundingBoxAction.h>#include <Inventor/actions/SoSearchAction.h>#include <Inventor/nodes/SoCylinder.h>#include <Inventor/nodes/SoCone.h>#include <Inventor/nodes/SoCube.h>#include <Inventor/nodes/SoSphere.h>#include <Inventor/SoLists.h>#include "SoArrow.h"#include "SoTorquePointer.h"#include "SoComplexShape.h"#include <Inventor/fields/SoSFFloat.h>#include <Inventor/actions/SoGetMatrixAction.h>#include <Inventor/SbLinear.h>#include <Inventor/nodes/SoSelection.h>#include "graspitGUI.h"#include "contact.h"#include "world.h"#include "ivmgr.h"#include "robot.h"#include "body.h"#include "grasp.h"#include <list>#include "matvecIO.h"#include "grasp_coordinates.h"#include "grasp_directions.h"#include "grasp_preshape.h"#include "grasp_visualization.h"#include "grasp_grasps.h"#include "grasp_planner.h"#include "grasp_tester.h"#include "grasp_presenter.h"#include "grasp_manager.h"
Go to the source code of this file.
Variables | |
| grasp_tester * | myTester |
Implements the grasp_manager (part of grasp planner).
Definition in file grasp_manager.cpp.
Definition at line 93 of file grasp_manager.cpp.