Skip to content

byu-magicc/multi-agent-KF-update-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-agent KF update sim

This is a small python simulator for testing a potential method for using information from a factor graph multi-agent backend within an existing KF single-agent system.

To use, build the container, run the container, and copy out the results with the following:

podman build . -t multi-agent-gtsam-sim &&
podman run --name multi-agent-gtsam-sim_container --replace multi-agent-gtsam-sim &&
rm -rf plots &&
podman cp  multi-agent-gtsam-sim_container:/plots plots

To do Monte-Carlo simulations, add -n 1000 or however many instances you want to run to the podman run command.

About

Python sim for testing multi-agent factor graph KF update method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages