|
I can kind of see a problem with the Cartographer Routes - when it comes to resource nodes one does not need to travel directly to each node. Its only necessary to get close enough for the client to be at min distance from the node so that the server can say "yes its up". So the pathing is optimized if you wanted to visit every single node, but that's not really what we want to do - we want to fly as close as necessary to each cluster of nodes.
|