Motion planning without search. Pure vector arithmetic in, strictly optimal paths out.
Every query returns the provably shortest path — 1.0000 optimality, 0% collision, verified across millions of cells. No sampling luck involved.
7 µs per path query after a one-time setup. A fleet of 10,000 robots can be served in 70 ms total.
Worst-case runtime is fixed in advance — a property search-based planners can't offer, and safety certification loves.
When the environment opens up (shelves cleared, gates opened), updates are exact and 5.9× faster than a rebuild.
# 1. upload your map once
curl -X POST https://api.vectorfield.dev/v1/fields \
-H "X-API-Key: $KEY" -F map=@warehouse.nav
# 2. query paths — unlimited, microseconds each
curl "https://api.vectorfield.dev/v1/path?field=wf_8x2k&from=12,40,2&to=88,17,0"
Python & ROS client SDKs included. Occupancy-grid maps in, strictly optimal paths out.
Free tier live now · no credit card · API key by email within 24h