cleanup
parent
32b8effde2
commit
e6c1428357
|
@ -26,9 +26,6 @@
|
|||
|
||||
#include <gtsam/navigation/ManifoldEKF.h> // Include the base class
|
||||
#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 <type_traits>
|
||||
|
|
|
@ -12,8 +12,9 @@ Author: Frank Dellaert
|
|||
# pylint: disable=invalid-name, no-name-in-module
|
||||
|
||||
from gtsam import (LevenbergMarquardtOptimizer, LevenbergMarquardtParams,
|
||||
NonlinearFactorGraph, Point3, Values, noiseModel, Event)
|
||||
from gtsam_unstable import TimeOfArrival, TOAFactor
|
||||
NonlinearFactorGraph, Point3, Values, noiseModel, Event,
|
||||
TimeOfArrival)
|
||||
from gtsam_unstable import TOAFactor
|
||||
|
||||
# units
|
||||
MS = 1e-3
|
||||
|
|
Loading…
Reference in New Issue