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

mv can converter list to opendbc #1699

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

sshane
Copy link
Contributor

@sshane sshane commented Feb 7, 2025

commaai/openpilot#34543

For now we'll use (5x slower):

def can_capnp_to_can_list(can_list):
  return [
    (can.logMonoTime, [(msg.address, msg.dat, msg.src) for msg in can.can])
    for can in can_list
  ]

@github-actions github-actions bot added the can related to CAN tools, aka opendbc/can/ label Feb 7, 2025
@sshane sshane force-pushed the mv-can-list-to-can-capnp branch from 243d498 to bed1cea Compare February 7, 2025 05:01
@sshane sshane marked this pull request as draft February 7, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can related to CAN tools, aka opendbc/can/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant