mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 14:30:19 +08:00
fixed a compilation warning and updated usage of benchmarking tools
This commit is contained in:
@@ -61,20 +61,10 @@ void showUsage()
|
||||
"%s\n"
|
||||
"Example:\n\n"
|
||||
" $ rtabmap-rgbd_dataset \\\n"
|
||||
" --Vis/BundleAdjustment 1\\\n"
|
||||
" --Vis/PnPRefineIterations 0\\\n"
|
||||
" --Vis/BundleAdjustment 1\\\n"
|
||||
" --Vis/Iterations 300\\\n"
|
||||
" --GFTT/QualityLevel 0.001\\\n"
|
||||
" --GFTT/MinDistance 3\\\n"
|
||||
" --Odom/GuessMotion true\\\n"
|
||||
" --OdomF2M/BundleAdjustment 1\\\n"
|
||||
" --Mem/UseOdomFeatures true\\\n"
|
||||
" --Kp/DetectorStrategy true\\\n"
|
||||
" --Kp/MaxFeatures 600\\\n"
|
||||
" --Rtabmap/DetectionRate 4\\\n"
|
||||
" --Rtabmap/CreateIntermediateNodes true\\\n"
|
||||
" --RGBD/ProximityBySpace false\\\n"
|
||||
" --Rtabmap/PublishRAMUsage true\\\n"
|
||||
" --Rtabmap/DetectionRate 2\\\n"
|
||||
" --RGBD/LinearUpdate 0\\\n"
|
||||
" --Mem/STMSize 30\\\n"
|
||||
" ~/rgbd_dataset_freiburg3_long_office_household\n\n", rtabmap::Parameters::showUsage());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user