Skip to content
forked from jinkunw/mhjcbb

Multiple hypothesis joint compatibility branch and bound (MHJCBB)

License

Notifications You must be signed in to change notification settings

worijiyano/mhjcbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multiple hypothesis joint compatibility branch and bound (MHJCBB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.3%
  • Python 8.7%