mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 06:20:19 +08:00
fixed a compilation warning and updated usage of benchmarking tools
This commit is contained in:
@@ -61,7 +61,12 @@ void showUsage()
|
||||
" --disp Generate full disparity.\n"
|
||||
"%s\n"
|
||||
"Example:\n\n"
|
||||
" $ rtabmap-euroc_dataset --Rtabmap/DetectionRate 4 ~/EuRoC/V1_03_difficult\n\n", rtabmap::Parameters::showUsage());
|
||||
" $ rtabmap-euroc_dataset \\\n"
|
||||
" --Rtabmap/PublishRAMUsage true\\\n"
|
||||
" --Rtabmap/DetectionRate 2\\\n"
|
||||
" --RGBD/LinearUpdate 0\\\n"
|
||||
" --Mem/STMSize 30\\\n"
|
||||
" ~/EuRoC/V1_03_difficult\n\n", rtabmap::Parameters::showUsage());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user