-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
Signed-off-by: tomoya.kimura <[email protected]>
Codecov ReportAttention:
❗ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@tkimura4 Oh,,, I missed this PR, shall I review this? |
@shmpwk |
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!
This reverts commit b779f84. Signed-off-by: Sho Iwasawa <[email protected]>
…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>
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.