From ccb151d07b64473aed1b6031905aafee7ae56fc1 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 20 Feb 2023 08:03:36 -0800 Subject: [PATCH] Added deprecated headers --- .../nonlinear/BatchFixedLagSmoother.h | 21 +++++++++++++++++++ gtsam_unstable/nonlinear/FixedLagSmoother.h | 21 +++++++++++++++++++ .../nonlinear/IncrementalFixedLagSmoother.h | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 gtsam_unstable/nonlinear/BatchFixedLagSmoother.h create mode 100644 gtsam_unstable/nonlinear/FixedLagSmoother.h diff --git a/gtsam_unstable/nonlinear/BatchFixedLagSmoother.h b/gtsam_unstable/nonlinear/BatchFixedLagSmoother.h new file mode 100644 index 000000000..52ffe7a70 --- /dev/null +++ b/gtsam_unstable/nonlinear/BatchFixedLagSmoother.h @@ -0,0 +1,21 @@ +/* ---------------------------------------------------------------------------- + + * GTSAM Copyright 2010, Georgia Tech Research Corporation, + * Atlanta, Georgia 30332-0415 + * All Rights Reserved + * Authors: Frank Dellaert, et al. (see THANKS for the full author list) + + * See LICENSE for the license information + + * -------------------------------------------------------------------------- */ + +#pragma once + +#ifdef _MSC_VER +#pragma message("BatchFixedLagSmoother was moved to the gtsam/nonlinear directory") +#else +#warning "BatchFixedLagSmoother was moved to the gtsam/nonlinear directory" +#endif + + +#include diff --git a/gtsam_unstable/nonlinear/FixedLagSmoother.h b/gtsam_unstable/nonlinear/FixedLagSmoother.h new file mode 100644 index 000000000..ae4fa874f --- /dev/null +++ b/gtsam_unstable/nonlinear/FixedLagSmoother.h @@ -0,0 +1,21 @@ +/* ---------------------------------------------------------------------------- + + * GTSAM Copyright 2010, Georgia Tech Research Corporation, + * Atlanta, Georgia 30332-0415 + * All Rights Reserved + * Authors: Frank Dellaert, et al. (see THANKS for the full author list) + + * See LICENSE for the license information + + * -------------------------------------------------------------------------- */ + +#pragma once + +#ifdef _MSC_VER +#pragma message("FixedLagSmoother was moved to the gtsam/nonlinear directory") +#else +#warning "FixedLagSmoother was moved to the gtsam/nonlinear directory" +#endif + + +#include diff --git a/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h b/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h index beef95c1b..bc1c48524 100644 --- a/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h +++ b/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h @@ -20,7 +20,7 @@ // \callgraph #pragma once -#include +#include #include namespace gtsam {