IQ.Pilot Release Commit @ 322eda2

This commit is contained in:
IQ.Lvbs CI [bot]
2026-07-21 13:54:43 -05:00
parent 5784b1e8b3
commit 215abacc04
717 changed files with 4347 additions and 3060 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import time
import threading
from typing import Any
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
JUNGLE = "JUNGLE" in os.environ
+1 -1
View File
@@ -4,7 +4,7 @@ import time
from collections import defaultdict
import binascii
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
# fake
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
# This script is intended to be used in conjunction with the echo_loopback_test.py test script from panda jungle.
+1 -1
View File
@@ -6,7 +6,7 @@ import random
import argparse
from itertools import permutations
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
def get_test_string():
+1 -1
View File
@@ -7,7 +7,7 @@ import itertools
import threading
from typing import Any
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
JUNGLE = "JUNGLE" in os.environ
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python
import time
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
p = Panda()
+1 -1
View File
@@ -2,7 +2,7 @@
import os
import random
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
def get_test_string():
+1 -1
View File
@@ -2,7 +2,7 @@
import struct
import time
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda
if __name__ == "__main__":
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import time
import random
from collections import defaultdict
from opendbc.car.structs import CarParams
from iqdbc.car.structs import CarParams
from panda import Panda, calculate_checksum, DLC_TO_LEN
from panda import PandaJungle
from panda.tests.hitl.helpers import time_many_sends