Inheritance diagram for Enki::AliceIRHighSensorModel:
Same as AliceIRNormalSensorModel, but works at twice the distance. The nearer we are, the higher the sensor activation.
Public Member Functions | |
AliceIRHighSensorModel (double mult, double shift) | |
Constructor, store coefficients for response computation. | |
virtual double | operator() (double dist, const An::Color &color) |
Return the response for a given distance and object color. | |
Public Attributes | |
double | mult |
multiplier coefficient for response computation | |
double | shift |
shift coefficients for response computation |