We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d555138 commit 33d7779Copy full SHA for 33d7779
nebula_decoders/include/nebula_decoders/nebula_decoders_hesai/decoders/hesai_decoder.hpp
@@ -312,6 +312,7 @@ class HesaiDecoder : public HesaiScanDecoder
312
// already been swapped and published before the timestamp reset angle is reached. Thus,
313
// the `decode` pointcloud is now empty and will be decoded to. Reset its timestamp.
314
decode_scan_timestamp_ns_ = new_scan_timestamp_ns;
315
+ decode_pc_->clear();
316
} else {
317
/// When not cutting at the end of the FoV (i.e. the FoV is 360 deg or a cut occurs
318
/// somewhere within a non-360 deg FoV), the current scan is still being decoded to the
0 commit comments