mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-02 20:13:55 +08:00
process replay: support experimental long (#26233)
Support experimental long
old-commit-hash: c2326a4219
This commit is contained in:
@@ -456,6 +456,9 @@ def setup_env(simulation=False, CP=None, cfg=None, controlsState=None):
|
||||
os.environ['SKIP_FW_QUERY'] = "1"
|
||||
os.environ['FINGERPRINT'] = CP.carFingerprint
|
||||
|
||||
if CP.openpilotLongitudinalControl:
|
||||
params.put_bool("ExperimentalLongitudinalEnabled", True)
|
||||
|
||||
|
||||
def python_replay_process(cfg, lr, fingerprint=None):
|
||||
sub_sockets = [s for _, sub in cfg.pub_sub.items() for s in sub]
|
||||
|
||||
Reference in New Issue
Block a user