VROOM-Project/vroom-express

Different computed route between vroom-express & vroom-frontend

Closed this issue · 1 comments

Hi, I built a json with n vehicles and x jobs, when loading the json on vroom-frontend and computing the road it successfully create multiple vehicles, but feeding the same file to the same vroom-express instance (with curl) it produce a route using just one vehicle.

How is that possible?

The short answer is that the frontend submits a different payload for demo purposes. You'll find details about this in VROOM-Project/vroom#434.