IQ.Pilot Release Commit @ 0babf78

This commit is contained in:
IQ.Lvbs CI [bot]
2026-07-27 01:40:11 -05:00
parent 6fb5c0141c
commit b39791a93f
425 changed files with 12180 additions and 6137 deletions

View File

@@ -39,7 +39,7 @@ class TestCarInterfaces:
car_interface.CP.openpilotLongitudinalControl = False
car_params = car_interface.CP.as_reader()
car_params_iq = car_interface.CP_IQ
iqpilot_interfaces.setup_interfaces(car_interface)
iqpilot_interfaces.apply_iq_car_config(car_interface)
cc_msg = FuzzyGenerator.get_random_msg(data.draw, car.CarControl, real_floats=True)
cc_sp_msg = FuzzyGenerator.get_random_msg(data.draw, custom.IQCarControl, real_floats=True)