fix wrapper
parent
df0ff8a184
commit
149601761b
|
|
@ -248,13 +248,11 @@ class HybridNonlinearFactor : gtsam::HybridFactor {
|
||||||
HybridNonlinearFactor(
|
HybridNonlinearFactor(
|
||||||
const gtsam::KeyVector& keys, const gtsam::DiscreteKeys& discreteKeys,
|
const gtsam::KeyVector& keys, const gtsam::DiscreteKeys& discreteKeys,
|
||||||
const gtsam::DecisionTree<
|
const gtsam::DecisionTree<
|
||||||
gtsam::Key, std::pair<gtsam::NonlinearFactor*, double>>& factors,
|
gtsam::Key, std::pair<gtsam::NonlinearFactor*, double>>& factors);
|
||||||
bool normalized = false);
|
|
||||||
|
|
||||||
HybridNonlinearFactor(
|
HybridNonlinearFactor(
|
||||||
const gtsam::KeyVector& keys, const gtsam::DiscreteKey& discreteKey,
|
const gtsam::KeyVector& keys, const gtsam::DiscreteKey& discreteKey,
|
||||||
const std::vector<std::pair<gtsam::NonlinearFactor*, double>>& factors,
|
const std::vector<std::pair<gtsam::NonlinearFactor*, double>>& factors);
|
||||||
bool normalized = false);
|
|
||||||
|
|
||||||
double error(const gtsam::Values& continuousValues,
|
double error(const gtsam::Values& continuousValues,
|
||||||
const gtsam::DiscreteValues& discreteValues) const;
|
const gtsam::DiscreteValues& discreteValues) const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue