Autonomous logistics platforms — delivery robots, autonomous vehicles, drone fleets — share a common dependency: they need accurate, continuously updated knowledge of the physical environment around them. Vangrid gives your systems that foundation by streaming verified spatial ground truth from a dense network of edge nodes already operating in urban environments, so your vehicles can route safely, detect obstacles in real time, and coordinate across a fleet without relying on stale map data.Documentation Index
Fetch the complete documentation index at: https://docs.vangrid.io/llms.txt
Use this file to discover all available pages before exploring further.
Key challenges Vangrid solves
Real-time obstacle awareness
Detect transient obstacles — parked vehicles, construction zones, pedestrian congestion — the moment they appear, not on the next map update cycle.
Route ground truth
Validate planned routes against live spatial conditions before and during traversal. Know whether a corridor is passable before your vehicle commits to it.
Multi-vehicle coordination
Give every vehicle in your fleet access to the same real-time spatial picture so they can negotiate intersections, share lanes, and avoid redundant paths.
How Vangrid fits into a logistics stack
Vangrid sits between your physical fleet and your routing or decision layer. Your vehicles issue spatial queries to define their area of interest, receive ground truth responses with confidence scores, and update their onboard world models continuously. Because Vangrid edge nodes operate at tactical urban density, even narrow corridors and interior loading docks are covered.Urban-density edge node coverage is available in supported metro areas. Contact hello@vangrid.io to confirm coverage for your deployment zone.
Use case walkthrough: last-mile delivery corridor
The following walkthrough shows how to integrate Vangrid into a last-mile delivery system operating in a dense urban block.Define your delivery corridor as an AOI
Model your delivery route as a GeoJSON polygon that encloses the street corridor your vehicle will traverse. Use a polygon tight enough to avoid pulling data from unrelated blocks, but wide enough to cover the full width of the path plus a safety margin.
delivery-corridor.json
Query spatial ground truth for the corridor
Submit a spatial query against
/v1/spatial/query with your corridor polygon and a ground_truth_score threshold to filter out low-confidence observations. Setting max_age_seconds keeps the response current — for active navigation, values between 10 and 30 seconds are typical.Interpret the response
The response includes a top-level
ground_truth_score for the entire AOI and individual observations from each contributing edge node. Your routing layer should inspect both the aggregate score and the spatial distribution of data_points to identify specific segments with blocked or degraded conditions.Relevant concepts
Edge nodes
How urban-density edge node coverage is structured and how nodes are selected for your queries.
Continuous ground truth
What
ground_truth_score means, how it is calculated, and when to trust or reject a response.Data pipeline
How data moves from edge capture through multi-view ingestion to your API response.