28 #ifndef CMetricMapBuilderICP_H
29 #define CMetricMapBuilderICP_H
64 virtual void loadFromConfigFile(
66 const std::string §ion);
67 virtual void dumpToTextStream(
CStream &out)
const;
103 void setCurrentMapFile(
const char *mapFile );
111 void processActionObservation(
125 void getCurrentlyBuiltMap(
CSimpleMap &out_map)
const;
130 void getCurrentMapPoints( std::vector<float> &x, std::vector<float> &y);
138 unsigned int getCurrentlyBuiltMapSize();
144 void saveCurrentEstimationToImage(
const std::string &file,
bool formatEMF_BMP =
true);
178 void accumulateRobotDisplacementCounters(
const CPose2D &Apose);