mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-06 19:02:07 +08:00
process replay: test routes in dashcam (#27118)
* fix routes with dashcam override param
* move to bottom
old-commit-hash: 4f25bd05f2
This commit is contained in:
@@ -448,6 +448,9 @@ def setup_env(simulation=False, CP=None, cfg=None, controlsState=None):
|
||||
if CP.openpilotLongitudinalControl:
|
||||
params.put_bool("ExperimentalLongitudinalEnabled", True)
|
||||
|
||||
# controlsd process configuration assume all routes are out of dashcam
|
||||
params.put_bool("DashcamOverride", 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