Added GPS class for convenience, database viewer can view GPS values and export to KML format

This commit is contained in:
matlabbe
2017-09-26 14:13:06 -04:00
parent 8759fda632
commit 9691a4f361
35 changed files with 1150 additions and 381 deletions

View File

@@ -480,7 +480,7 @@ int main(int argc, char * argv[])
std::string l;
double s;
std::vector<float> v;
std::vector<double> gps;
GPS gps;
rtabmap.getMemory()->getNodeInfo(iter->first, o, m, w, l, s, gtPose, v, gps, true);
if(!gtPose.isNull())
{

View File

@@ -318,7 +318,7 @@ int main(int argc, char * argv[])
std::string l;
double s;
std::vector<float> v;
std::vector<double> gps;
GPS gps;
rtabmap.getMemory()->getNodeInfo(iter->first, o, m, w, l, s, gtPose, v, gps, true);
if(!gtPose.isNull())
{