Re: Recording data for post-processing?
Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Recording-data-for-post-processing-tp10796p10806.html
Merry Christmas!
There is no explicit “one-click” option to do it but it is possible. Under Tools menu, there is a tool called “Data recorder…”, click on it to enable it. This will record camera data (including IMU gravity constraints) at camera frame rate.
To use the less CPU possible, you would want to somewhat disable vslam from running in the background. To do so, in general settings, click on “Disable odometry”. Under Vocabulary section, set “Maximum words” to -1, this will disable loop closure detection. Under Database section, uncheck “Keep compressed data” and “keep not linked nodes”. After recording, you could discard that datsbase and keep only the Data recorder one (output.db).
After recording an output.db database, you will be able replay it on another computer with default vslam configs. Under Source tab in Preferences, select « Database » source and select the output.db file in parameters below.
Regards,
Mathieu