update wrapper
parent
27c2031e0b
commit
82fc21a7e6
|
@ -283,7 +283,7 @@ class HybridSmoother {
|
||||||
void reInitialize(gtsam::HybridBayesNet& hybridBayesNet);
|
void reInitialize(gtsam::HybridBayesNet& hybridBayesNet);
|
||||||
|
|
||||||
void update(
|
void update(
|
||||||
const gtsam::HybridGaussianFactorGraph& graph,
|
const gtsam::HybridNonlinearFactorGraph& graph, const Values& initial,
|
||||||
std::optional<size_t> maxNrLeaves = std::nullopt,
|
std::optional<size_t> maxNrLeaves = std::nullopt,
|
||||||
const std::optional<gtsam::Ordering> given_ordering = std::nullopt);
|
const std::optional<gtsam::Ordering> given_ordering = std::nullopt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue