We need that to filter out loopback bus
old-commit-hash: 23363890cd9dbf6ba918c5e5c1efb858c63e63cb
This commit is contained in:
@@ -36,6 +36,7 @@ def send_thread(sender_serial):
|
||||
while True:
|
||||
tsc = messaging.recv_one(can_sock)
|
||||
snd = can_capnp_to_can_list(tsc.can)
|
||||
snd = list(filter(lambda x: x[-1] <= 2, snd))
|
||||
|
||||
try:
|
||||
sender.can_send_many(snd)
|
||||
|
||||
Reference in New Issue
Block a user