-
Notifications
You must be signed in to change notification settings - Fork 652
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(control_evaluator): add a trigger to choice whether to output metrics to log folder #9478
base: main
Are you sure you want to change the base?
feat(control_evaluator): add a trigger to choice whether to output metrics to log folder #9478
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
…/math/accumulator.hpp Co-authored-by: Kosuke Takeuchi <[email protected]> Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
c040dc5
to
542230a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9478 +/- ##
=======================================
Coverage 29.44% 29.44%
=======================================
Files 1442 1445 +3
Lines 108558 108590 +32
Branches 41532 41545 +13
=======================================
+ Hits 31967 31979 +12
- Misses 73479 73497 +18
- Partials 3112 3114 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
output_metrics
, if it's true, the control_evaluator node writes the statics of the metrics measured during its lifetime to<ros2_logging_directory>/autoware_metrics/<node_name>-<time_stamp>.json
when shut down.This feature will be used to collect and analyze test results in real vehicle tests and evaluator tests.
autoware_control_evaluator/launch/control_evaluator.launch.xml
, and can readparam/control_evaluator.defaults.yaml
correctly.This feature will be used to collect and analyze test results in real vehicle tests and evaluator tests.
Related links
Parent Issue:
How was this PR tested?
Psim with
output_metrics=true
:Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.