mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
fix the scan time calculation bug and change the definition of blind to the 'minimum range'.
This commit is contained in:
@@ -60,6 +60,7 @@ struct MeasureGroup // Lidar data and imu dates for the curent process
|
||||
this->lidar.reset(new PointCloudXYZI());
|
||||
};
|
||||
double lidar_beg_time;
|
||||
double lidar_end_time;
|
||||
PointCloudXYZI::Ptr lidar;
|
||||
deque<sensor_msgs::Imu::ConstPtr> imu;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user