reprocess CLI: added more odom options

This commit is contained in:
matlabbe
2025-04-01 18:02:47 -07:00
parent 36f7241f7d
commit a7a2d66556
2 changed files with 73 additions and 7 deletions

View File

@@ -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);
}