Merge pull request #2132 from borglab/fix-2125

Move testIncrementalFixedLagSmoother to `gtsam`
release/4.3a0
Frank Dellaert 2025-05-12 20:56:01 -04:00 committed by GitHub
commit 6d30fe0e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <gtsam/slam/BetweenFactor.h>
#include <gtsam/slam/PriorFactor.h>
#include <gtsam/slam/dataset.h> // For writeG2o
#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
#include <gtsam/nonlinear/IncrementalFixedLagSmoother.h>
#include <CppUnitLite/TestHarness.h>