-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(planning_evaluator): update lateral_trajectory_displacement to absolute value #9696
fix(planning_evaluator): update lateral_trajectory_displacement to absolute value #9696
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
aab3107
to
e13c8b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9696 +/- ##
==========================================
+ Coverage 29.41% 29.53% +0.12%
==========================================
Files 1446 1446
Lines 108365 107899 -466
Branches 42232 42050 -182
==========================================
- Hits 31872 31869 -3
+ Misses 73408 72945 -463
Partials 3085 3085
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…solute value Signed-off-by: Kasunori-Nakajima <[email protected]>
e13c8b8
to
58de7a0
Compare
Description
Changed lateral_trajectory_displacement to absolute value.
This is to make it easier to determine when testing(TIER IV Internal use case).
Related links
Parent Issue:
How was this PR tested?
Before
After
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.