feat(lab): verify and expose real evidence
This commit is contained in:
@@ -528,6 +528,8 @@ def build_lidar_router(
|
||||
reverse=True,
|
||||
)
|
||||
for candidate in candidates:
|
||||
if len(items) >= limit:
|
||||
break
|
||||
try:
|
||||
model = K1LocalSurfaceV1(candidate)
|
||||
try:
|
||||
@@ -539,9 +541,11 @@ def build_lidar_router(
|
||||
return {
|
||||
"schema_version": K1_LOCAL_SURFACE_CATALOG_SCHEMA,
|
||||
"configured": True,
|
||||
"items": items[:limit],
|
||||
"items": items,
|
||||
"valid_total": len(items),
|
||||
"invalid_total": invalid_total,
|
||||
"candidate_total": len(candidates),
|
||||
"scan_complete": len(items) + invalid_total == len(candidates),
|
||||
"access": "read-only",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user