#include <EPuck.h>
Inheritance diagram for Enki::EPuckScannerTurret:

The measured physical sensors response function is applied so zbuffer contains the simulated physical values
Public Member Functions | |
| EPuckScannerTurret (Robot *owner, double height, unsigned halfPixelCount) | |
| Constructor. | |
| virtual void | finalize (double dt, World *w) |
| Finalize at each step. | |
Public Attributes | |
| std::valarray< double > | scan |
| Enki::EPuckScannerTurret::EPuckScannerTurret | ( | Robot * | owner, | |
| double | height, | |||
| unsigned | halfPixelCount | |||
| ) |
Constructor.
| owner | robot this camera is attached to | |
| height | height of this camera with respect to ground | |
| halfPixelCount | half the number of pixel to cover the full 2*PI field of view | |
| minDist | minimum scanning distance | |
| maxDist | maximum scanning distance |
1.5.1