mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 21:02:13 +08:00
More fingerprint migration fixes (#32018)
* fix migration * another old-commit-hash: 81fae3d8077e7efd29c837a303421595b0e3d906
This commit is contained in:
@@ -52,7 +52,7 @@ def cycle_alerts(duration=200, is_metric=False):
|
||||
cameras = ['roadCameraState', 'wideRoadCameraState', 'driverCameraState']
|
||||
|
||||
CS = car.CarState.new_message()
|
||||
CP = CarInterface.get_non_essential_params("CIVIC")
|
||||
CP = CarInterface.get_non_essential_params("HONDA_CIVIC")
|
||||
sm = messaging.SubMaster(['deviceState', 'pandaStates', 'roadCameraState', 'modelV2', 'liveCalibration',
|
||||
'driverMonitoringState', 'longitudinalPlan', 'liveLocationKalman',
|
||||
'managerState'] + cameras)
|
||||
|
||||
@@ -4,7 +4,7 @@ export PASSIVE="0"
|
||||
export NOBOARD="1"
|
||||
export SIMULATION="1"
|
||||
export SKIP_FW_QUERY="1"
|
||||
export FINGERPRINT="CIVIC"
|
||||
export FINGERPRINT="HONDA_CIVIC"
|
||||
|
||||
export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged"
|
||||
if [[ "$CI" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user