Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

File metadata and controls

28 lines (18 loc) · 1.13 KB

Gaussian Blief Propagation on Planning

Implementation of factor graph is highly referred to fglib, but also add support to multivariate gaussians and update-able factor node, etc.

Motion planning code is an re-implementation for the paper Distributing Collaborative Multi-Robot Planning with Gaussian Belief Propagation. (However NOT finetuned.)

Sample for test_motion.py

Sample for test_motion_cross.py

References