Skip to content

Commit

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

Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
  • Loading branch information
bgilby59 and knzo25 authored Jan 11, 2024
1 parent 1fc55d2 commit ffb2e79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ void Vlp16Decoder::reset_pointcloud(size_t n_pts, double time_stamp)
max_pts_ = n_pts * pointsPerPacket();
scan_pc_->points.reserve(max_pts_);
reset_overflow(time_stamp); // transfer existing overflow points to the cleared pointcloud
scan_timestamp_ = -1;
}

void Vlp16Decoder::reset_overflow(double time_stamp)
Expand Down

0 comments on commit ffb2e79

Please sign in to comment.