Skip to content

CAN messages randomly show up in sendcan #60

@sshane

Description

@sshane

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions