Report: support Odometry/TimeEstimation/ms from ros

This commit is contained in:
matlabbe
2019-12-11 11:33:19 -05:00
parent 57a27a5d17
commit 2d7ab7bdef
2 changed files with 5 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ then
else
SCAN="--scan_k 10 --scan_voxel 0.5"
fi
SCAN="--Icp/PointToPlane true --Icp/Iterations 5 --Odom/ScanKeyFrameThr 0.6 $SCAN"
SCAN="--Icp/PointToPlane true --Icp/PointToPlaneK 10 --Icp/PointToPlaneRadius 0 --Icp/Iterations 5 --Odom/ScanKeyFrameThr 0.6 $SCAN"
else
if [ $STRATEGY -eq 7 ]
then