update HybridSmoother to use the new method

release/4.3a0
Varun Agrawal 2022-11-07 18:30:03 -05:00
parent 1815433cbb
commit 090cc4256b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ void HybridSmoother::update(HybridGaussianFactorGraph graph,
addConditionals(graph, hybridBayesNet_, ordering);
// Eliminate.
auto bayesNetFragment = graph.eliminateSequential(ordering);
auto bayesNetFragment = graph.eliminateHybridSequential();
/// Prune
if (maxNrLeaves) {