Closed RoobinGood closed 4 years ago
The “on-demand” type is defined in the default vType file (https://github.com/lcodeca/SUMOActivityGen/blob/taxi-fleet/defaults/basic.vType.xml#L10). This comes from before the new features for taxies, and it was meant to angle different kind of on-demand vehicles. Given that there is a new ongoing branch that works on the taxi-fleet (https://github.com/lcodeca/SUMOActivityGen/tree/taxi-fleet) I’m not going to merge to the master taxi-related improvements until that new branch is stable.
Note: if the master version of SAGA crashes, please open an issues with the files, details, and error.
Ok, thanks for explanations.
Closed.
For trips with
vtype = 'on-demand'
function_get_stopping_lane
fails cause there is no such type.I suppose it should be a
taxi
so I just patched argument forlane.allows
call and didn't touch anotheractivitygen
logic.