Skip to content

RFS-SLAM C++ Library v1.1

Compare
Choose a tag to compare
@kykleung kykleung released this 27 Aug 19:30
· 5 commits to master since this release
  • RB-PHD SLAM algorithm updates:
    • included multi-feature particle importance weighting strategy
    • included single-cluster (SC)-PHD SLAM weighting strategy
    • new FastSLAM and MH-FastSLAM algorithms included
    • updated 2-D simulations
    • new Optimal Sub-Pattern Assignment (OSPA) error metric class
    • visualization tools are now in Python instead of Matlab
    • introduced namespace rfs to the library
    • some updates made to naming convention of classes in the library
    • cmake now generates rfsslam-config.cmake to enable find(rfsslam)
      from other projects