owlps/owlps-positioning
Matteo Cypriani d322221d21 [Positioning] Stock: fix ReferencePoint creation
For each calibration request read, a new ReferencePoint was created in
Stock. This is because of the behaviour of unordered_set: as pertaining
to unordered_set, two elements are not considered equal if the hashes
alone are identical, they must also be actually equal (operator==).

The problem was fixed by using a custom equality check function that
checks the equality only on the coordinates of the ReferencePoint (as if
it was a Point3D).
2011-06-07 18:48:33 +02:00
..
cfg [Positioning] Add minmax-start & minmax-stop opts. 2011-04-27 19:01:43 +02:00
csv [Positioning] Translate READMEs 2011-04-26 10:28:51 +02:00
log [Positioning] Translate READMEs 2011-04-26 10:28:51 +02:00
src [Positioning] Stock: fix ReferencePoint creation 2011-06-07 18:48:33 +02:00
tests [Positioning] Delete old option server.port 2011-03-31 16:03:22 +02:00
.gitignore [Positioning] Add TestUtil, utilitary test class 2011-03-16 14:36:19 +01:00
Doxyfile [Positioning] Doxyfile: use $OWLPS_VERSION 2011-05-05 13:22:32 +02:00
Makefile [Positioning] Some ReferencePoint code -> PosUtil 2011-05-13 10:51:52 +02:00
TODO Update TODOs 2011-05-05 13:22:32 +02:00