Skip to content
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(autoware_multi_object_tracker): output from screen to both #8407

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Aug 8, 2024

Description

Set output from screen to both to improve the debugging efficiency of Autoware in general.
With this change, the output from node will not only be displayed in screen but also to the log file.

See https://github.com/ros2/launch/blob/986ea832cec49c18bee4e29ee4df37fe3844fa90/launch/launch/logging/__init__.py#L397-L487

Related links

TIER IV INTERNAL THREAD

How was this PR tested?

Not tested

Notes for reviewers

None

Interface changes

None.

Effects on system behavior

Although there will be a slight increase in computational load due to the additional log, I would say that the risk is minimal since the node's output does not occupy terminal at this moment. But just in case, I would like to make this change for several nodes chosen from perception component which tends to have some issues pretty often.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kminoda kminoda added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 8, 2024
Copy link
Contributor

@technolojin technolojin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.22%. Comparing base (147403f) to head (590229f).
Report is 192 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8407      +/-   ##
==========================================
+ Coverage   23.74%   29.22%   +5.48%     
==========================================
  Files        1378     1600     +222     
  Lines      101364   116782   +15418     
  Branches    38512    50281   +11769     
==========================================
+ Hits        24072    34134   +10062     
+ Misses      74853    73494    -1359     
- Partials     2439     9154    +6715     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 29.24% <ø> (+5.49%) ⬆️ Carriedforward from 6beb006

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kminoda kminoda enabled auto-merge (squash) August 8, 2024 11:20
@yukkysaito
Copy link
Contributor

Please wait for the merge as it is under discussion here.
#8411

@kminoda kminoda disabled auto-merge August 8, 2024 23:55
@kminoda kminoda merged commit a24e206 into autowarefoundation:main Aug 26, 2024
30 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants