Closed kosuke55 closed 6 days 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.79%. Comparing base (
4a4db99
) to head (d835f40
). Report is 38 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
Rather than interpolating orientation, a smooth path can be generated by calculating the azimuth angle for the interpolated position.
before:
after #9361:
after #9362
Related links
Parent Issue:
How was this PR tested?
2024/11/18 https://evaluation.tier4.jp/evaluation/reports/a8e2f04f-8566-5840-9c91-8ca2acc36dc2/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.