Skip to content

Commit 33d7779

Browse files
mojomexknzo25
andauthored
hotfix: fixed a case where a single point entered the next cloud, destroying the stamps (#300)
Co-authored-by: Kenzo Lobos-Tsunekawa <[email protected]>
1 parent d555138 commit 33d7779

File tree

1 file changed

+1
-0
lines changed
  • nebula_decoders/include/nebula_decoders/nebula_decoders_hesai/decoders

1 file changed

+1
-0
lines changed

nebula_decoders/include/nebula_decoders/nebula_decoders_hesai/decoders/hesai_decoder.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ class HesaiDecoder : public HesaiScanDecoder
312312
// already been swapped and published before the timestamp reset angle is reached. Thus,
313313
// the `decode` pointcloud is now empty and will be decoded to. Reset its timestamp.
314314
decode_scan_timestamp_ns_ = new_scan_timestamp_ns;
315+
decode_pc_->clear();
315316
} else {
316317
/// When not cutting at the end of the FoV (i.e. the FoV is 360 deg or a cut occurs
317318
/// somewhere within a non-360 deg FoV), the current scan is still being decoded to the

0 commit comments

Comments
 (0)