fix(lab): restore semantic overlay in M4.7

This commit is contained in:
DCCONSTRUCTIONS
2026-08-23 22:40:07 +03:00
parent 34ed8a0f5f
commit a55ef475d9
11 changed files with 289 additions and 32 deletions
+4
View File
@@ -137,6 +137,10 @@ def build_e47_semantic_slam_router(
"access": "read-only-diagnostic-shadow",
}
@router.get("/results/{result_id}")
def get_result(result_id: str) -> dict[str, object]:
return _project_result(result(result_id))
@router.get("/results/{result_id}/timeline/chunk")
def get_timeline_chunk(
result_id: str,