Skip to content

Commit 35155bb

Browse files
committed
fix ImuFactor-related build errors
1 parent 25ad190 commit 35155bb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

include/glim/mapping/sub_mapping.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
namespace gtsam {
1010
class Values;
1111
class NonlinearFactorGraph;
12-
class PreintegratedImuMeasurements;
1312
} // namespace gtsam
1413

1514
namespace glim {

include/glim/odometry/odometry_estimation_imu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#include <random>
66

77
#include <glim/odometry/odometry_estimation_base.hpp>
8+
#include <gtsam/navigation/ImuFactor.h>
89
#include <gtsam_points/util/gtsam_migration.hpp>
910
#include <gtsam_points/util/indexed_sliding_window.hpp>
1011

1112
namespace gtsam {
1213
class Pose3;
1314
class Values;
14-
class ImuFactor;
1515
class NonlinearFactorGraph;
1616
} // namespace gtsam
1717

0 commit comments

Comments
 (0)