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 BetweenFactorPose2, 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 """Smokescreen to ensure LAGO can be imported and run on toy data stored in a g2o file."""
42 prior_mean =
Pose2(0.0, 0.0, 0.0)
56 measured_loop =
Pose2(2.1, 0.1, np.pi / 2 + 0.05)
63 if __name__ ==
"__main__":