-
Notifications
You must be signed in to change notification settings - Fork 679
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
feat(evalautor): rename evaluator diag topics #8152
feat(evalautor): rename evaluator diag topics #8152
Conversation
Signed-off-by: kosuke55 <[email protected]>
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.
Thank you
@kyoichi-sugahara @maxime-clem |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8152 +/- ##
==========================================
- Coverage 29.13% 29.12% -0.01%
==========================================
Files 1609 1611 +2
Lines 118147 118176 +29
Branches 50850 50853 +3
==========================================
+ Hits 34420 34424 +4
- Misses 74480 74506 +26
+ Partials 9247 9246 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kosuke55 <[email protected]>
@kyoichi-sugahara |
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* feat(evalautor): rename evaluator diag topics (autowarefoundation#8152) * feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> * fix: adapt v0.29.0 control launcher Signed-off-by: Shumpei Wakabayashi <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Signed-off-by: Shumpei Wakabayashi <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* feat: planning control node * feat: update evaluation logic * feat: update evaluation logic * fix: cast string * fix: field * feat: add unit test * chore: add temporary logic * fix: lane condition * fix: lane s condition * chore: allow empty KinematicCondition * chore: add output decision * chore: update sample * chore: pre-commit * feat: add remap /localization/acceleration * docs: update * docs: update can msg * feat: support LaunchPerception and LaunchPlanning * feat: remap topic in bag * fix: pre-commit * chore: update status length check * fix: remap * docs: update document * docs: update sample * feat: update unit test * fix: local variable lane_info_tuple referenced before assignment * feat: update scenario format and enable/disable component * feat: update topic name autowarefoundation/autoware.universe#8152 * fix: pre-commit
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
Description
/diagnostic/* topic name is confusing because theare are /diagnostics/* topics.
and in the future, we plan to separate metrics (just calculate value) and diagnostics (compare with threshould).
Related links
Parent Issue:
Private Links:
How was this PR tested?
2024/07/23 https://evaluation.tier4.jp/evaluation/reports/fda048c3-d0c1-549c-91e6-9a7444741bb8/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.