Skip to content

Commit

Permalink
fix(avoidance): fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Aug 18, 2023
1 parent 414a2ba commit 9cde8e1
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 9cde8e1

Please sign in to comment.