mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
Report: support Odometry/TimeEstimation/ms from ros
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -237,6 +237,10 @@ int main(int argc, char * argv[])
|
||||
{
|
||||
odomTime.push_back(stat.at(std::string("Odometry/TotalTime/ms")));
|
||||
}
|
||||
else if(uContains(stat, std::string("Odometry/TimeEstimation/ms")))
|
||||
{
|
||||
odomTime.push_back(stat.at(std::string("Odometry/TimeEstimation/ms")));
|
||||
}
|
||||
|
||||
if(uContains(stat, std::string("RtabmapROS/TotalTime/ms")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user