Hi, recently I am having issue loading db file in Rtabmap. I am trying to use a Hokuyo LiDAR, a Realsense d435, and wheel encoder from turtlebot to generate a 3D map. This is the warning I got when I open the saved db file using Rtabmap:
"[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29617 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29618 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29619 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29620 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29621 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29622 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29623 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29624 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29625 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29626 (dict size=959)
[ERROR] (2018-12-19 16:15:28.156) VWDictionary.cpp:616::addWordRef() Not found word 29627 (dict size=959)"
It could, you can see the version doing "$ rtabmap --version" or looking in the About dialog in the interface. It has been a while since I saw this problem, it means the visual word vocabulary was not correctly saved (like rtabmap didn't close properly).