Update slam.i
parent
4e5a1b29a1
commit
41384d12e1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue