#include <SensorDataProcessor.h>
Inheritance diagram for SensorDataProcessorInterfaces:


Public Member Functions | |
| SensorDataProcessorInterfaces (const SensorDataBuffer &sensorDataBuffer, const unsigned long &imageFrameNumber, const MotionInfo &motionInfo, BodyPercept &bodyPercept, BodyPosture &bodyPosture, CameraMatrix &cameraMatrix, PSDPercept &psdPercept) | |
| Constructor. | |
Protected Attributes | |
| const SensorDataBuffer & | sensorDataBuffer |
| The SensorDataBuffer to be processed. | |
| const unsigned long & | imageFrameNumber |
| The frame number of the current image. | |
| const MotionInfo & | motionInfo |
| The motion info last received from Motion. | |
| BodyPercept & | bodyPercept |
| The BodyPercept to be calculated. | |
| BodyPosture & | bodyPosture |
| The BodyPosture to be calculated. | |
| CameraMatrix & | cameraMatrix |
| The offset and the rotation of the camera to be calculated. | |
| PSDPercept & | psdPercept |
| A spot relative to the robot that was detected by the PSD sensor to be calculated. | |
Definition at line 28 of file SensorDataProcessor.h.
|
||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 32 of file SensorDataProcessor.h. |
|
|
The SensorDataBuffer to be processed.
Definition at line 51 of file SensorDataProcessor.h. |
|
|
The frame number of the current image.
Definition at line 54 of file SensorDataProcessor.h. |
|
|
The motion info last received from Motion.
Definition at line 57 of file SensorDataProcessor.h. |
|
|
The BodyPercept to be calculated.
Definition at line 60 of file SensorDataProcessor.h. |
|
|
The BodyPosture to be calculated.
Definition at line 63 of file SensorDataProcessor.h. |
|
|
The offset and the rotation of the camera to be calculated.
Definition at line 66 of file SensorDataProcessor.h. |
|
|
A spot relative to the robot that was detected by the PSD sensor to be calculated.
Definition at line 69 of file SensorDataProcessor.h. |
1.3.6