mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MainWindow::processOdometry() rectify images if Rtabmap/ImagesAlreadyRectified is false.
This commit is contained in:
@@ -4145,6 +4145,10 @@ Signature * Memory::createSignature(const SensorData & inputData, const Transfor
|
||||
!pose.isNull())
|
||||
{
|
||||
UERROR("Camera calibration not valid, calibrate your camera!");
|
||||
if(data.cameraModels().empty())
|
||||
std::cout << data.stereoCameraModel() << std::endl;
|
||||
else
|
||||
std::cout << data.cameraModels()[0] << std::endl;
|
||||
return 0;
|
||||
}
|
||||
UASSERT(_feature2D != 0);
|
||||
|
||||
Reference in New Issue
Block a user