mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added GPS class for convenience, database viewer can view GPS values and export to KML format
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user