style(perception): format streaming lifecycle guards

This commit is contained in:
DCCONSTRUCTIONS
2026-09-02 20:43:31 +03:00
parent 35b6cd9e9e
commit 093df8b38f
2 changed files with 3 additions and 4 deletions
@@ -138,7 +138,8 @@ class PilotController:
try:
if getattr(args, "telemetry_snapshot", None):
self.telemetry = RuntimeTelemetryPublisher(
self.runtime, Path(args.telemetry_snapshot),
self.runtime,
Path(args.telemetry_snapshot),
"K1 DDRNet + RF-DETR + LiDAR + TGS",
)
if control_config: