cleanup
parent
32b8effde2
commit
e6c1428357
|
@ -26,9 +26,6 @@
|
||||||
|
|
||||||
#include <gtsam/navigation/ManifoldEKF.h> // Include the base class
|
#include <gtsam/navigation/ManifoldEKF.h> // Include the base class
|
||||||
#include <gtsam/base/Lie.h> // Include for Lie group traits and operations
|
#include <gtsam/base/Lie.h> // Include for Lie group traits and operations
|
||||||
// #include "gtsam/base/Matrix.h"
|
|
||||||
#include "gtsam/base/lieProxies.h"
|
|
||||||
|
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <gtsam/nonlinear/FixedLagSmoother.h>
|
#include <gtsam/nonlinear/FixedLagSmoother.h>
|
|
@ -12,8 +12,9 @@ Author: Frank Dellaert
|
||||||
# pylint: disable=invalid-name, no-name-in-module
|
# pylint: disable=invalid-name, no-name-in-module
|
||||||
|
|
||||||
from gtsam import (LevenbergMarquardtOptimizer, LevenbergMarquardtParams,
|
from gtsam import (LevenbergMarquardtOptimizer, LevenbergMarquardtParams,
|
||||||
NonlinearFactorGraph, Point3, Values, noiseModel, Event)
|
NonlinearFactorGraph, Point3, Values, noiseModel, Event,
|
||||||
from gtsam_unstable import TimeOfArrival, TOAFactor
|
TimeOfArrival)
|
||||||
|
from gtsam_unstable import TOAFactor
|
||||||
|
|
||||||
# units
|
# units
|
||||||
MS = 1e-3
|
MS = 1e-3
|
||||||
|
|
Loading…
Reference in New Issue