Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 861 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 861 Bytes

MHJCBB

Implementation of multiple hypothesis joint compatibility branch and bound (MHJCBB) in Robust Exploration with Multiple Hypothesis Data Association.

Installation

Install da branch in GTSAM. This will also build cython wrapper of GTSAM, which includes da_JCBB2 and da_MHJCBB2. Modify PYTHONPATH to include the GTSAM_CYTHON_INSTALL_PATH (usually /usr/local/cython),

export PYTHONPATH=$PYTHONPATH:<GTSAM_CYTHON_INSTALL_PATH>

Usage

See slam.py for detailed usage.