Skip to content

Commit

Permalink
Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_d…
Browse files Browse the repository at this point in the history
…ecoder.cpp

Co-authored-by: Benjamin Gilby <[email protected]>
  • Loading branch information
knzo25 and bgilby59 authored Jan 9, 2024
1 parent 5d4bad7 commit 9d7768c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void Vls128Decoder::reset_overflow(double time_stamp)
const double last_overflow_time_stamp =
scan_timestamp_ + 1e-9 * overflow_pc_->points.back().time_stamp;

// Detect cases where there in an unacceptable time difference between the last overflow point and
// Detect cases where there is an unacceptable time difference between the last overflow point and
// the first point of the next packet. In that case, there was probably a packet drop so it is
// better to ignore the overflow pointcloud
if (time_stamp - last_overflow_time_stamp > 0.05) {
Expand Down

0 comments on commit 9d7768c

Please sign in to comment.