Address Akshay comments

release/4.3a0
John Lambert 2022-01-27 00:48:38 -05:00 committed by GitHub
parent 15c3dd4b0e
commit 72e4a9a802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -325,12 +325,13 @@ virtual class KarcherMeanFactor : gtsam::NonlinearFactor {
class Rot3Vector {
Rot3Vector();
size_t size() const;
// structure specific methods
gtsam::Rot3 at(size_t i) const;
void push_back(const gtsam::Rot3& R);
};
const gtsam::Rot3 FindKarcherMean<gtsam::Rot3>(const Rot3Vector& rotations);
gtsam::Rot3 FindKarcherMean<gtsam::Rot3>(const Rot3Vector& rotations);
#include <gtsam/slam/FrobeniusFactor.h>
gtsam::noiseModel::Isotropic* ConvertNoiseModel(gtsam::noiseModel::Base* model,