mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Fixed a warning...
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
void setAltitude(const double & value) {altitude_ = value;}
|
||||
|
||||
cv::Point3d toGeocentric_WGS84() const;
|
||||
cv::Point3d toENU_WGS84(const GeodeticCoords & origin) const;
|
||||
cv::Point3d toENU_WGS84(const GeodeticCoords & origin) const; // East=X, North=Y
|
||||
|
||||
private:
|
||||
double latitude_; // deg
|
||||
|
||||
@@ -382,7 +382,7 @@ bool CameraImages::init(const std::string & calibrationFolder, const std::string
|
||||
}
|
||||
groundTruth_.push_back(pose);
|
||||
}
|
||||
if(validPoses != (int)stamps.size())
|
||||
if(validPoses != (int)stamps_.size())
|
||||
{
|
||||
UWARN("%d valid ground truth poses of %d stamps", validPoses, (int)stamps_.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user