14 #ifndef HRPMODEL_SENSOR_H_INCLUDED
15 #define HRPMODEL_SENSOR_H_INCLUDED
44 static const int TYPE = COMMON;
52 virtual void operator=(
const Sensor& org);
63 virtual void putInformation(std::ostream& os);
71 static const int TYPE = FORCE;
78 virtual void putInformation(std::ostream& os);
85 static const int TYPE = RATE_GYRO;
91 virtual void putInformation(std::ostream& os);
98 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
100 static const int TYPE = ACCELERATION;
106 virtual void clear();
107 virtual void putInformation(std::ostream& os);
138 typedef enum {
NONE, COLOR, MONO, DEPTH, COLOR_DEPTH, MONO_DEPTH} ImageType;
139 static const int TYPE = VISION;
143 double far,
near, fovy, frameRate;