Skip to content

Commit 8419d2e

Browse files
committed
fix: Change type
1 parent 90ed051 commit 8419d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/faster-lio/src/laser_mapping.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ bool LaserMapping::IMUUpdate()
365365

366366
dt = p_imu->header.stamp.toSec() - last_imu_->header.stamp.toSec();
367367

368-
MTK::vectview<const double, 24> f = get_f(state_imu_, in);
368+
Matrix<double, 24, 1> f = get_f(state_imu_, in);
369369
state_imu_.oplus(f, dt);
370370

371371
last_imu_ = p_imu;

0 commit comments

Comments
 (0)