This commit is contained in:
2026-07-10 19:52:06 +09:00
parent b98affbf99
commit 6b1583103f
19 changed files with 1515 additions and 98 deletions
@@ -83,6 +83,7 @@ class SurfacePointCloudSampleResponse(BaseModel):
sampled_count: int
bounds: dict[str, float]
points: list[list[float]]
rgb: list[list[int]] | None = None
class SurfaceGroundStatsResponse(BaseModel):