mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-10 10:13:40 +08:00
webrtcd/athenad: we don't have to fail on no car params (#38678)
we don't have to fail on no car params
This commit is contained in:
@@ -800,8 +800,6 @@ def startStream(sdp: str, enabled: bool) -> dict:
|
||||
with car.CarParams.from_bytes(cp_bytes) as CP:
|
||||
if CP.notCar:
|
||||
bridge_services_in.append("testJoystick")
|
||||
else:
|
||||
raise Exception("failed to get CarParamsPersistent")
|
||||
|
||||
if params.get_bool("IsOffroad"):
|
||||
# manager owns camerad/stream_encoderd/webrtcd; flip the param and let it bring them up.
|
||||
|
||||
Reference in New Issue
Block a user