mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
reprocess tool: Updated usage description to upgrade db version
This commit is contained in:
@@ -53,9 +53,13 @@ void showUsage()
|
||||
printf("\nUsage:\n"
|
||||
" rtabmap-reprocess [options] \"input.db\" \"output.db\"\n"
|
||||
" rtabmap-reprocess [options] \"input1.db;input2.db;input3.db\" \"output.db\"\n"
|
||||
"\n"
|
||||
" For the second example, only parameters from the first database are used.\n"
|
||||
" If Mem/IncrementalMemory is false, RTAB-Map is initialized with the first input database.\n"
|
||||
" To see warnings when loop closures are rejected, add \"--uwarn\" argument.\n"
|
||||
" To upgrade version of an old database to newest version:\n"
|
||||
" rtabmap-reprocess --Db/TargetVersion \"\" \"input.db\" \"output.db\"\n"
|
||||
"\n"
|
||||
" Options:\n"
|
||||
" -r Use database stamps as input rate.\n"
|
||||
" -skip # Skip # frames after each processed frame (default 0=don't skip any frames).\n"
|
||||
|
||||
Reference in New Issue
Block a user