Skip to content

Commit

Permalink
Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_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 ffb2e79 commit a92b2b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ void Vlp32Decoder::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 Vlp32Decoder::reset_overflow(double time_stamp)
Expand Down

0 comments on commit a92b2b5

Please sign in to comment.