skimap_ros icon indicating copy to clipboard operation
skimap_ros copied to clipboard

How to Saving Map ?

Open RuPingCen opened this issue 5 years ago • 1 comments

Hi @m4nh , Thank you for your sharing, it is amazing work. I have run this successful with ORB SLAM, but I have some issues about how to save the 3D map. Is there have any function can be used to save the final map? And, I found it will make the computer freeze up when I using TUM RGBD dataset for 3D mapping, the CPU of my computer is I7-8700K with 32G RAM and RTX2070. So, is there any way to solve this problem?

RuPingCen avatar Apr 04 '19 03:04 RuPingCen

Hi @RuPingCen ! As far as the Saving problem is concerned, in the SkipListV2 class there is a "saveToFile" and "loadFromFile" functions. They are just for debug purposes, but you can understand the workflow used to export data and adapt it to your usecase.

For the Freeze problem, i don't know. What resolution are you using? Are you sure you do not saturate the RAM ?

However we are working on the beta release (really is just implemented in the "semantic" branch of git), probably some bug last in the "master" version

m4nh avatar Apr 04 '19 08:04 m4nh