gtsam
4.0.0
gtsam
|
A Bayes tree with an update methods that implements the iSAM algorithm.
Given a set of new factors, it re-eliminates the invalidated part of the tree.
Standard Constructors | |
ISAM () | |
Create an empty Bayes Tree. | |
ISAM (const Base &bayesTree) | |
Copy constructor. | |
Advanced Interface Interface | |
void | update (const FactorGraphType &newFactors, const Eliminate &function=EliminationTraitsType::DefaultEliminate) |
update the Bayes tree with a set of new factors, typically derived from measurements More... | |
void | update_internal (const FactorGraphType &newFactors, Cliques &orphans, const Eliminate &function=EliminationTraitsType::DefaultEliminate) |
update_internal provides access to list of orphans for drawing purposes | |
void gtsam::ISAM< BAYESTREE >::update | ( | const FactorGraphType & | newFactors, |
const Eliminate & | function = EliminationTraitsType::DefaultEliminate |
||
) |
update the Bayes tree with a set of new factors, typically derived from measurements
newFactors | is a factor graph that contains the new factors |
function | an elimination routine |