Skip to content

Commit

Permalink
Merge pull request #1463 from YoshiRi/fix/ring_outlier_filter_bugfix
Browse files Browse the repository at this point in the history
fix(ring_outlier_filter): bugfix for large delay in perception in xx1 release
  • Loading branch information
YoshiRi authored Aug 15, 2024
2 parents 83b3e4c + 419f897 commit 7459a2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ void RingOutlierFilterComponent::setUpPointCloudFormat(
// == true`
formatted_points.header.frame_id =
!tf_input_frame_.empty() ? tf_input_frame_ : tf_input_orig_frame_;
formatted_points.data.resize(formatted_points.point_step * input->width);
formatted_points.height = 1;
formatted_points.width =
static_cast<uint32_t>(formatted_points.data.size() / formatted_points.point_step);
Expand Down

0 comments on commit 7459a2c

Please sign in to comment.