jaxfg icon indicating copy to clipboard operation
jaxfg copied to clipboard

least squares examples

Open AvanDavad opened this issue 2 years ago • 2 comments

These are simple least squares examples of how to apply a factor graph and how to use this codebase. This would have helped me a lot in understanding both the concepts and implementation. I was a bit confused first what Lie groups have to do with factor graphs... :)

AvanDavad avatar Feb 10 '22 19:02 AvanDavad

Codecov Report

Merging #8 (51c381b) into master (076f825) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   93.22%   93.22%           
=======================================
  Files          29       29           
  Lines         930      930           
=======================================
  Hits          867      867           
  Misses         63       63           
Flag Coverage Δ
unittests 93.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
jaxfg/geometry/_factors.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d15591...51c381b. Read the comment docs.

codecov[bot] avatar Feb 10 '22 19:02 codecov[bot]

Thanks @AvanDavad!! Will try to get this merged soon, just gotta go through the typing/mypy errors. (which I can do)

brentyi avatar Feb 18 '22 09:02 brentyi