We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ad190 commit 35155bbCopy full SHA for 35155bb
2 files changed
include/glim/mapping/sub_mapping.hpp
@@ -9,7 +9,6 @@
9
namespace gtsam {
10
class Values;
11
class NonlinearFactorGraph;
12
-class PreintegratedImuMeasurements;
13
} // namespace gtsam
14
15
namespace glim {
include/glim/odometry/odometry_estimation_imu.hpp
@@ -5,13 +5,13 @@
5
#include <random>
6
7
#include <glim/odometry/odometry_estimation_base.hpp>
8
+#include <gtsam/navigation/ImuFactor.h>
#include <gtsam_points/util/gtsam_migration.hpp>
#include <gtsam_points/util/indexed_sliding_window.hpp>
class Pose3;
-class ImuFactor;
16
17
0 commit comments