2 GTSAM Copyright 2010, Georgia Tech Research Corporation, 3 Atlanta, Georgia 30332-0415 5 Authors: Frank Dellaert, et al. (see THANKS for the full author list) 6 See LICENSE for the license information 8 Author: John Lambert (Python) 16 from gtsam
import Point3, Pose2, PriorFactorPose2, Values
20 """Test selected LAGO methods.""" 23 """Smokescreen to ensure LAGO can be imported and run on toy data stored in a g2o file.""" 37 if __name__ ==
"__main__":
Values initialize(const NonlinearFactorGraph &graph, const Values &initialGuess)
PriorFactor< Pose2 > PriorFactorPose2
bool isinstance(handle obj)
def test_initialize(self)
GraphAndValues readG2o(const std::string &g2oFile, const bool is3D, KernelFunctionType kernelFunctionType)
This function parses a g2o file and stores the measurements into a NonlinearFactorGraph and the initi...
GTSAM_EXPORT std::string findExampleDataFile(const std::string &name)
static shared_ptr Variances(const Vector &variances, bool smart=true)