2 GTSAM Copyright 2010-2018, Georgia Tech Research Corporation, 3 Atlanta, Georgia 30332-0415 5 Authors: Frank Dellaert, et al. (see THANKS for the full author list) 7 See LICENSE for the license information 9 Simple robot motion example, with prior and one GPS measurements 14 from __future__
import print_function
36 graph.add(gtsam.PriorFactorPose3(1, priorMean, PRIOR_NOISE))
52 result = optimizer.optimize()
56 if __name__ ==
"__main__":
void print(const Matrix &A, const string &s, ostream &stream)
std::string format(const std::string &str, const std::vector< std::string > &find, const std::vector< std::string > &replace)
static shared_ptr Sigma(size_t dim, double sigma, bool smart=true)