compute A* path between two points
Navigation
compute A* path between two points
compute A* path between two points
POST
compute A* path between two points
Body
application/json
Start and end positions as from and to, each [x, y, z]. Requires a navmesh (see /navmesh/generate).
The body is of type any.
Response
200 - application/json
Path result: the waypoint list and its length, or an error when no path exists.