#include "oderobot.h"
#include <selforg/configurable.h>
#include "primitive.h"
#include "joint.h"
#include "angularmotor.h"
#include "oneaxisservo.h"
#include "osgforwarddecl.h"
#include "axis.h"
#include "irsensor.h"
#include "raysensorbank.h"
#include "raysensor.h"
Include dependency graph for hand.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
Classes | |
struct | HandConf |
class | Hand |
Artificial Hand. More... | |
Enumerations | |
enum | lpzrobots::Motor_type { lpzrobots::With_servo_motor, lpzrobots::Without_servo_motor } |
enum | lpzrobots::IrSensor_Type { lpzrobots::irDrawAll, lpzrobots::irBack, lpzrobots::irSide, lpzrobots::irFront } |
enum | lpzrobots::GripMode { lpzrobots::lateral, lpzrobots::precision } |