#include <PSDPercept.h>
Inheritance diagram for SinglePSDPercept:


Public Member Functions | |
| void | setFrameNumber (unsigned long frameNumber) |
| The functions sets the frame number. | |
| SinglePSDPercept () | |
| Constructor. | |
| ~SinglePSDPercept () | |
| Destructor. | |
Public Attributes | |
| unsigned long | frameNumber |
| The frame number when perceived. | |
| bool | tooFarAway |
| If true, then the object was farer away than 90 cm The measured distance is then clipped to 90 cm. | |
| double | neckTilt |
| The tilt of the robot's head. | |
| bool | isValid |
| The PSDPercept is only valid if motion was stable. | |
| double | body |
| value of the body psd sensor (if present) | |
Definition at line 25 of file PSDPercept.h.
|
|
Constructor.
Definition at line 20 of file PSDPercept.cpp. |
|
|
Destructor.
Definition at line 28 of file PSDPercept.cpp. |
|
|
The functions sets the frame number.
Definition at line 35 of file PSDPercept.h. Referenced by GT2004SensorDataProcessor::buildPSDPercept(). |
|
|
The frame number when perceived.
Definition at line 30 of file PSDPercept.h. |
|
|
If true, then the object was farer away than 90 cm The measured distance is then clipped to 90 cm.
Definition at line 41 of file PSDPercept.h. Referenced by GT2004SensorDataProcessor::buildPSDPercept(). |
|
|
The tilt of the robot's head. Necessary because sometimes you don't want to trust the PSD if things are measured below a certain PSD angle Definition at line 48 of file PSDPercept.h. Referenced by GT2004SensorDataProcessor::buildPSDPercept(). |
|
|
The PSDPercept is only valid if motion was stable.
Definition at line 51 of file PSDPercept.h. Referenced by GT2004SensorDataProcessor::buildPSDPercept(). |
|
|
value of the body psd sensor (if present)
Definition at line 56 of file PSDPercept.h. Referenced by GT2004SensorDataProcessor::buildPSDPercept(). |
1.3.6