Updated warning when stereo is used with DVO odometry

This commit is contained in:
matlabbe
2017-05-31 20:59:35 -04:00
parent 4f26e34717
commit 657f0314e4

View File

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