Update slam.i

release/4.3a0
John Lambert 2022-01-26 10:35:47 -07:00 committed by GitHub
parent 4e5a1b29a1
commit 41384d12e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,9 @@ virtual class KarcherMeanFactor : gtsam::NonlinearFactor {
KarcherMeanFactor(const gtsam::KeyVector& keys);
};
template <T = {gtsam::Rot3}>
const T FindKarcherMean<Rot3>(const std::vector<T>& rotations;
#include <gtsam/slam/FrobeniusFactor.h>
gtsam::noiseModel::Isotropic* ConvertNoiseModel(gtsam::noiseModel::Base* model,
size_t d);