Skip to content

Commit 6f44db2

Browse files
committed
chore: typo
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent fea22cc commit 6f44db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sensing/pointcloud_preprocessor/src/blockage_diag/blockage_diag_nodelet.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void BlockageDiagComponent::filter(
158158
int vertical_bins = vertical_bins_;
159159
int ideal_horizontal_bins;
160160
double compensate_angle = 0.0;
161+
// Check the case when angle_range_deg_[1] exceed 360 and shifted the range to 0~360
161162
if (angle_range_deg_[0] > angle_range_deg_[1]) {
162163
compensate_angle = 360.0;
163164
}

0 commit comments

Comments
 (0)