#include <Sensor.h>

Public Types | |
| enum | ImageType { NONE, COLOR, MONO, DEPTH, COLOR_DEPTH, MONO_DEPTH } |
Public Member Functions | |
| VisionSensor () | |
Public Attributes | |
| std::vector< unsigned char > | depth |
| double | far |
| double | fovy |
| double | frameRate |
| int | height |
| std::vector< unsigned char > | image |
| ImageType | imageType |
| bool | isEnabled |
| bool | isUpdated |
| double | near |
| double | nextUpdateTime |
| int | width |
Static Public Attributes | |
| static const int | TYPE = VISION |
Definition at line 135 of file hrplib/hrpModel/Sensor.h.
Definition at line 138 of file hrplib/hrpModel/Sensor.h.
Definition at line 174 of file hrplib/hrpModel/Sensor.cpp.
| std::vector<unsigned char> hrp::VisionSensor::depth |
Definition at line 146 of file hrplib/hrpModel/Sensor.h.
| double hrp::VisionSensor::far |
Definition at line 143 of file hrplib/hrpModel/Sensor.h.
| double hrp::VisionSensor::fovy |
Definition at line 143 of file hrplib/hrpModel/Sensor.h.
| double hrp::VisionSensor::frameRate |
Definition at line 143 of file hrplib/hrpModel/Sensor.h.
Definition at line 142 of file hrplib/hrpModel/Sensor.h.
| std::vector<unsigned char> hrp::VisionSensor::image |
Definition at line 145 of file hrplib/hrpModel/Sensor.h.
Definition at line 144 of file hrplib/hrpModel/Sensor.h.
Definition at line 148 of file hrplib/hrpModel/Sensor.h.
Definition at line 148 of file hrplib/hrpModel/Sensor.h.
| double hrp::VisionSensor::near |
Definition at line 143 of file hrplib/hrpModel/Sensor.h.
Definition at line 147 of file hrplib/hrpModel/Sensor.h.
const int hrp::VisionSensor::TYPE = VISION [static] |
Reimplemented from hrp::Sensor.
Definition at line 139 of file hrplib/hrpModel/Sensor.h.
Definition at line 142 of file hrplib/hrpModel/Sensor.h.