#include <Robots/LoBot/slam/LoScanMatch.H>
Public Member Functions | |
RangeReading (float r, float x, float y) | |
float | r () const |
Accessors. | |
float | x () const |
float | y () const |
A scan consists of the range readings returned by the laser range finder in polar form as well as Cartesian coordinates. This inner class holds both these readings forms together in one structure.
Definition at line 95 of file LoScanMatch.H.
lobot::Scan::RangeReading::RangeReading | ( | float | r, | |
float | x, | |||
float | y | |||
) |
During initialization, the client must specify both polar and Cartesisan coordinates for a range reading.
Definition at line 193 of file LoScanMatch.C.
float lobot::Scan::RangeReading::r | ( | ) | const [inline] |
Accessors.
Definition at line 106 of file LoScanMatch.H.