Closed kosuke55 closed 1 week ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 29.80%. Comparing base (
08951b2
) to head (0ed9c39
). Report is 48 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
In this PR, we check if the same point has already been inserted. This fixed path distortion caused by duplicated points.
before
after
Related links
t4 internal ticket : https://tier4.atlassian.net/browse/RT1-4810
How was this PR tested?
psim
2024/11/18 https://evaluation.tier4.jp/evaluation/reports/b3906a49-741b-5fc5-a388-13fcd3419152/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.