Hi. Thank you for the video as it is useful for learning how to use multiple libraries and technologies! However to avoid confusion to viewers it must be clarified that there is no route optimization here. The last thing you show where you send all points to osrm just prints the route in the provided order on how you sent those points. In order to optimize the route (like a TSP) a routing engine should be used (like VROOM for example).
Hi. Thank you for the video as it is useful for learning how to use multiple libraries and technologies! However to avoid confusion to viewers it must be clarified that there is no route optimization here. The last thing you show where you send all points to osrm just prints the route in the provided order on how you sent those points. In order to optimize the route (like a TSP) a routing engine should be used (like VROOM for example).
What algorithm are you using?
Great, but how can i use vehicles here with weight and cbm and delivery window?