added earth-registration load/save
This commit is contained in:
@@ -545,6 +545,9 @@ namespace Floorplan {
|
||||
|
||||
Point3 posOnMap_m;
|
||||
|
||||
/** empty ctor */
|
||||
EarthPosMapPos() : posOnEarth(), posOnMap_m() {;}
|
||||
|
||||
/** ctor */
|
||||
EarthPosMapPos(const EarthPos posOnEarth, const Point3 posOnMap_m) : posOnEarth(posOnEarth), posOnMap_m(posOnMap_m) {;}
|
||||
|
||||
@@ -555,7 +558,7 @@ namespace Floorplan {
|
||||
struct EarthRegistration {
|
||||
|
||||
/** all available correspondences: earth <-> map */
|
||||
std::vector<EarthPosMapPos> correspondences;
|
||||
std::vector<EarthPosMapPos*> correspondences;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user