We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98bb83 commit 91bfe5cCopy full SHA for 91bfe5c
perception/autoware_shape_estimation/lib/corrector/utils.cpp
@@ -163,7 +163,7 @@ bool correctWithDefaultValue(
163
(param.min_width < (v_point.at(second_most_distant_index) * 2.0).norm() &&
164
(v_point.at(second_most_distant_index) * 2.0).norm() <
165
param.max_width)) // both of edge is within width threshold
166
- {
+ { // NOLINT
167
correction_vector = v_point.at(first_most_distant_index);
168
if (correction_vector.x() == 0.0) {
169
correction_vector.y() =
0 commit comments