Skip to content

Commit

Permalink
delete unnecessary condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo0611 committed Aug 30, 2023
1 parent fea561d commit ab7d0de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MA_LIO/src/laserMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ bool sync_packages(MeasureGroup &meas)
if (imu_buffer.size() < count)
break;
meas.imu_cont.push_back(imu_buffer[count-1]);
if (imu_buffer.size() < count)
break;
}

for (auto i = 0; i < lid_num; i++)
Expand Down

0 comments on commit ab7d0de

Please sign in to comment.