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

DBC files: Enable utils.py to parse DBC files in a Bus Channel specific manner #16

Open
MatinF opened this issue Sep 23, 2022 · 0 comments

Comments

@MatinF
Copy link
Contributor

MatinF commented Sep 23, 2022

Currently DBC files are applied across the entire log file. An improvement could be to enable parsing a DBC object ala below:

dbc_paths = {"CAN": [("dbc_files/CSS-Electronics-SAE-J1939-DEMO.dbc", 0)]]}

Here, 0 would refer to the DBC being applied across all channels, 1 would mean only for Bus Channel 1, 2 would mean only for Bus Channel 2.

This requires a modification to the logic in load_dbc_files and extract_phys.

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

No branches or pull requests

1 participant