From c2355fd95a18d80ed051b5c8db72ce92f8fa163f Mon Sep 17 00:00:00 2001 From: JokerJohn <2022087641@qq.com> Date: Tue, 14 Jan 2025 19:47:30 +0800 Subject: [PATCH] add IncrementalFixedLagExample to show the issue #1452 --- gtsam_unstable/examples/IncrementalFixedLagSmootherExample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/examples/IncrementalFixedLagSmootherExample.cpp b/gtsam_unstable/examples/IncrementalFixedLagSmootherExample.cpp index 19f2cc6ab..ede367f89 100644 --- a/gtsam_unstable/examples/IncrementalFixedLagSmootherExample.cpp +++ b/gtsam_unstable/examples/IncrementalFixedLagSmootherExample.cpp @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- - * GTSAM Copyright 2010-2020, Georgia Tech Research Corporation, + * GTSAM Copyright 2010-2025, Georgia Tech Research Corporation, * Atlanta, Georgia 30332-0415 * All Rights Reserved * Authors: Frank Dellaert, et al. (see THANKS for the full author list)