mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
OdomInfo: added icpCorrespondences. Stats: using norm instead of x for distance/speed. Added odometry speed statistic in mph
This commit is contained in:
@@ -1222,6 +1222,7 @@ Transform RegistrationIcp::computeTransformationImpl(
|
||||
info.covariance = cv::Mat::eye(6,6,CV_64FC1)*variance;
|
||||
}
|
||||
info.icpInliersRatio = correspondencesRatio;
|
||||
info.icpCorrespondences = correspondences;
|
||||
|
||||
if(correspondencesRatio <= _correspondenceRatio)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user