mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added GPS class for convenience, database viewer can view GPS values and export to KML format
This commit is contained in:
@@ -2089,7 +2089,7 @@ bool ExportCloudsDialog::getExportedClouds(
|
||||
int m,w;
|
||||
std::string l;
|
||||
double s;
|
||||
std::vector<double> gps;
|
||||
GPS gps;
|
||||
_dbDriver->getNodeInfo(jter->first, p, m, w, l, s, gt, velocity, gps);
|
||||
}
|
||||
}
|
||||
@@ -2122,7 +2122,7 @@ bool ExportCloudsDialog::getExportedClouds(
|
||||
int m,w;
|
||||
std::string l;
|
||||
double s;
|
||||
std::vector<double> gps;
|
||||
GPS gps;
|
||||
_dbDriver->getNodeInfo(jter->first, p, m, w, l, s, gt, velocity, gps);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user