主催: 一般社団法人 日本機械学会
会議名: ロボティクス・メカトロニクス 講演会2017
開催日: 2017/05/10 - 2017/05/13
This paper presents our compact and portable implementation of graph-based SLAM. Nowadays g2o, a popular graph-based SLAM implementation with state-of-the-art performance, is publicly available. However, g2o has a problem about portability because it depends on a number of external libraries. On contrary, our implementation depends solely on Eigen algebra library. By using Eigen, we were able to implement the SLAM algorithm as a cross-platform, header-only library with small amount of code. We evaluated the performance of our implementation using two public datasets. Our implementation was only two times slower than g2o and faster than iSAM, and we consider it reasonable for such a compact implementation.