Re: [sumo-user] Ghost probe vehicle to get path based statistics

2021-01-13 Thread Jakob Erdmann
Hello, there is no notion of a ghost vehicle in SUMO. You could use state-saving and loading to roll back the simulation after testing a path though: https://sumo.dlr.de/docs/Simulation/SaveAndLoad.html Note, that you are trying to predict the future cost of a route which is inherently difficult

[sumo-user] Ghost probe vehicle to get path based statistics

2021-01-13 Thread Theo
Hi, I am interested in comparing cost of different available paths for one vehicle. Currently, my approach is to compute the cost of one path as the sum of the edge cost over the edges that are used by the path. However, I have seen a important difference between the cost of one path and the sum