Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
  • Loading branch information
badai-nguyen committed Mar 2, 2022
1 parent aa6850c commit ab6ee0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ void DualReturnOutlierFilterComponent::filter(
}
}
current_temp_segment_index++;
frequency_image.at<uchar>(ring_id, i) = noise_frequency[i];
}
}
frequency_image.at<uchar>(ring_id, i) = noise_frequency[i];
}
}

Expand Down

0 comments on commit ab6ee0e

Please sign in to comment.