29 int main (
int argc,
char ** argv){
30 cerr <<
"GMAPPING copyright 2004 by Giorgio Grisetti, Cyrill Stachniss," << endl ;
31 cerr <<
"and Wolfram Burgard. To be published under the CreativeCommons license," << endl ;
32 cerr <<
"see: http://creativecommons.org/licenses/by-nc-sa/2.0/" << endl << endl;
36 if (gsp->
init(argc, argv)){
37 cout <<
"GSP INIT ERROR" << endl;
40 cout <<
"GSP INITIALIZED"<< endl;
42 cout <<
"GSP READFILE ERROR"<< endl;
45 cout <<
"FILES LOADED"<< endl;
48 cout <<
"THREAD STARTED"<< endl;
52 for (GridSlamProcessorThread::EventDeque::iterator it=events.begin(); it!=events.end(); it++){
57 cout <<
"DONE!"<< endl;
int init(int argc, const char *const *argv)
void setMapUpdateTime(unsigned int ut)
int loadFiles(const char *fn=0)
deque< Event * > EventDeque
int main(int argc, conat char **argv)