Closed zulfaqar-azmi-t4 closed 15 hours 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.51%. Comparing base (
996336f
) to head (cac877c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
the current ego predicted path velocity doesn’t have any maximum limit put into it.
However, it should have limit, since for each lane change path, there is prepare velocity and lane changing velocity assigned to it.
With the current computation, the velocity might exceed prepare velocity and lane changing velocity.
Before
The polygon is longer.
After
The size of the polygon is reduced.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.