mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Updated warning when stereo is used with DVO odometry
This commit is contained in:
@@ -114,7 +114,7 @@ Transform OdometryDVO::computeTransform(
|
|||||||
|
|
||||||
if(!(data.cameraModels().size() == 1 && data.cameraModels()[0].isValidForReprojection()))
|
if(!(data.cameraModels().size() == 1 && data.cameraModels()[0].isValidForReprojection()))
|
||||||
{
|
{
|
||||||
UERROR("Invalid camera model! Only single RGB-D camera supported.");
|
UERROR("Invalid camera model! Only single RGB-D camera supported by DVO. Try another odometry approach.");
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user