mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
reprocess CLI: added more odom options
This commit is contained in:
@@ -706,7 +706,7 @@ SensorData DBReader::getNextData(SensorCaptureInfo * info)
|
||||
UERROR("Missing feature data, features won't be published.");
|
||||
}
|
||||
|
||||
if(data.imageCompressed().empty() && s->getWeight()>=0 && keypoints.empty())
|
||||
if(data.imageRaw().empty() && data.imageCompressed().empty() && s->getWeight()>=0 && keypoints.empty())
|
||||
{
|
||||
UWARN("No image loaded from the database for id=%d!", seq);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user