fix: distinguish admitted RELLIS previews from smoke

This commit is contained in:
DCCONSTRUCTIONS
2026-07-25 21:26:02 +03:00
parent 15821a1c98
commit 21c7a5507c
7 changed files with 91 additions and 22 deletions
+2 -1
View File
@@ -143,6 +143,7 @@ def rellis_native_scan_preview(
frame_id: str,
maximum_points: int,
source_evidence: dict[str, str],
compatibility_smoke_only: bool = True,
) -> dict[str, Any]:
"""Build the common viewer artifact from a validated RELLIS native frame."""
@@ -243,7 +244,7 @@ def rellis_native_scan_preview(
"source_evidence": source_evidence,
"safety": {
"visualization_only": True,
"compatibility_smoke_only": True,
"compatibility_smoke_only": compatibility_smoke_only,
"navigation_or_safety_accepted": False,
},
}