mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
fixed #201
This commit is contained in:
@@ -3214,7 +3214,8 @@ Signature * Memory::createSignature(const SensorData & data, const Transform & p
|
||||
|
||||
if(!data.depthOrRightRaw().empty() &&
|
||||
data.cameraModels().size() == 0 &&
|
||||
!data.stereoCameraModel().isValidForProjection())
|
||||
!data.stereoCameraModel().isValidForProjection() &&
|
||||
!pose.isNull())
|
||||
{
|
||||
UERROR("Rectified images required! Calibrate your camera.");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user