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

chore(pacmod_interface): separate pacmod callback #68

Merged
merged 3 commits into from
May 10, 2024

Conversation

tkimura4
Copy link
Collaborator

image

Depending on the firmware version of Pacmod, messages from Pacmod (rpt messages) are published at different timings and intervals. Therefore, it is inappropriate to synchronize and subscribe to all rpt messages using a message filter.

In this pull request , we have made changes to individually subscribe to each rpt message without using a message filter.

@codecov-commenter
Copy link

Codecov Report

Attention: 44 lines in your changes are missing coverage. Please review.

Comparison is base (f369080) 0.00% compared to head (1504d9f) 0.00%.

Files Patch % Lines
...nterface/src/pacmod_interface/pacmod_interface.cpp 0.00% 44 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #68   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         11      11           
  Lines        959     981   +22     
=====================================
- Misses       959     981   +22     
Flag Coverage Δ
differential 0.00% <0.00%> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@shmpwk
Copy link
Contributor

shmpwk commented May 8, 2024

@tkimura4 Oh,,, I missed this PR, shall I review this?

@tkimura4 tkimura4 enabled auto-merge (squash) May 10, 2024 04:01
@tkimura4
Copy link
Collaborator Author

@shmpwk
Thank you, please review."

Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

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

LGTM!

@tkimura4 tkimura4 merged commit b779f84 into main May 10, 2024
8 of 9 checks passed
@tkimura4 tkimura4 deleted the chore/separate_pacmod_callback branch May 10, 2024 09:46
zusizusi added a commit that referenced this pull request Jul 4, 2024
zusizusi added a commit that referenced this pull request Jul 4, 2024
…acmod callback (#68)" (#83)

* Revert "chore(pacmod_interface): separate pacmod callback (#68)"

This reverts commit b779f84.

Signed-off-by: Sho Iwasawa <[email protected]>

* style(pre-commit): autofix

* fix type

Signed-off-by: Sho Iwasawa <[email protected]>

---------

Signed-off-by: Sho Iwasawa <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants