Skip to content

Commit

Permalink
fix(avoidance): fix build error (autowarefoundation#4667)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored and kminoda committed Aug 21, 2023
1 parent 63895e9 commit 817797a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ AvoidLineArray AvoidanceModule::getFillGapShiftLines(const AvoidLineArray & shif
ret.push_back(calc_gap_shift_line(shift_lines.at(i), shift_lines.at(i + 1)));
}

utils::avoidance::fillAdditionalInfoFromLongitudinal(avoidance_data_, ret);
utils::avoidance::fillAdditionalInfoFromLongitudinal(avoid_data_, ret);

return ret;
}
Expand Down

0 comments on commit 817797a

Please sign in to comment.