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

CAN messages randomly show up in sendcan #60

Open
sshane opened this issue Oct 12, 2023 · 0 comments
Open

CAN messages randomly show up in sendcan #60

sshane opened this issue Oct 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sshane
Copy link

sshane commented Oct 12, 2023

But when manually checked with a LogReader it only prints acceptable addresses:

sendcan_addrs = set()
for msg in lr:
  if msg.which() == 'sendcan':
    for can in msg.sendcan:
      print(can.address)
      sendcan_addrs.add(can.address)

sendcan_addrs
Out[7]: {401, 740, 835, 1042}

image

@sshane sshane added the bug Something isn't working label Oct 12, 2023
@sshane sshane changed the title CAN messages show up in sendcan CAN messages randomly show up in sendcan Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant