From e6c1428357d095f637d50e7b4fb6c5702090fdfe Mon Sep 17 00:00:00 2001 From: mkielo3 Date: Fri, 16 May 2025 10:48:50 -0400 Subject: [PATCH] cleanup --- gtsam/navigation/LieGroupEKF.h | 3 --- gtsam_unstable/nonlinear/FixedLagSmoother.h | 2 +- python/gtsam_unstable/examples/TimeOfArrivalExample.py | 5 +++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gtsam/navigation/LieGroupEKF.h b/gtsam/navigation/LieGroupEKF.h index a5ea73fba..007ed3ad0 100644 --- a/gtsam/navigation/LieGroupEKF.h +++ b/gtsam/navigation/LieGroupEKF.h @@ -26,9 +26,6 @@ #include // Include the base class #include // Include for Lie group traits and operations -// #include "gtsam/base/Matrix.h" -#include "gtsam/base/lieProxies.h" - #include #include diff --git a/gtsam_unstable/nonlinear/FixedLagSmoother.h b/gtsam_unstable/nonlinear/FixedLagSmoother.h index ae4fa874f..2dc8d8648 100644 --- a/gtsam_unstable/nonlinear/FixedLagSmoother.h +++ b/gtsam_unstable/nonlinear/FixedLagSmoother.h @@ -18,4 +18,4 @@ #endif -#include +#include \ No newline at end of file diff --git a/python/gtsam_unstable/examples/TimeOfArrivalExample.py b/python/gtsam_unstable/examples/TimeOfArrivalExample.py index a3f60a557..66a258491 100644 --- a/python/gtsam_unstable/examples/TimeOfArrivalExample.py +++ b/python/gtsam_unstable/examples/TimeOfArrivalExample.py @@ -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