JuliaRobotics / IncrementalInference.jl

Clique recycling non-Gaussian (multi-modal) factor graph solver; also see Caesar.jl.
MIT License
72 stars 21 forks source link

loading a dfg is susceptible to changes in yaml config files #133

Open dehann opened 6 years ago

dehann commented 6 years ago

Some factors may have user defined configuration files, that although saved in the jld's, change over time and are no longer compatible with the new computational types. Usual options include saving the IIF/RoME/Caesar git SHA and tell the user go there. What else can we do?

cc @mc2922

dehann commented 6 years ago

FYI @GearsAD

Bigger discussion is how is computational fg vs unpredictable parameter configs are managed for storing a factor graph object which may be recomputed later. Sensor physical or electronic calibration/parameters is a clear example.

dehann commented 5 years ago

will also impact #187

dehann commented 5 years ago

will be impacted by #143