Skip to content

Commit

Permalink
fix(hesai_decoder): remove use of undefined perf_cnt_
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Aug 30, 2024
1 parent 5bba799 commit 34f0336
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ class HesaiDecoder : public HesaiScanDecoder
for (const auto & filter : sensor_configuration_->point_filters) {
if (filter->excluded(point)) {
pc->points.pop_back();
perf_cnt_.n_filt++;
break;
}
}
Expand Down

0 comments on commit 34f0336

Please sign in to comment.