Lorenzo Ghiro
Lorenzo Ghiro
Thank you very much, Mirko, for this suggestion. I have one further question related to a scenario where, at a given step, one vehicle (`v0`) already on the charging station...
Ah, I see. Thank you very much for the explanation and for pointing me to `getStoppedVehicleNumber()`. That clarifies what I can do for now. Thanks again for your help! Best,...
Ok, then I'll reopen this issue because I actually still need the feature. I closed it since I had no clear implementation strategy and wasn't sure how to contribute to...
Thank you very much for the suggestion. As soon as I can, I’ll try to implement the post-simulation-step version, and if that turns out to be too complex, I’ll also...
Excellent! Thank you very much, Mirko! I'll prepare a small test scenario as soon as possible to verify that everything works as expected. I should be able to do this...
 Unfortunately, I don’t get the expected output from the quick test I created. There are two vehicles; when they travel together, their combined demand should exceed `totalPower`, so they...
I see, so it should already work for stopped vehicles, but there's still some work needed for vehicles in transit. When possible, I'll try to experiment in the direction suggested...
I came up with a solution (on this [branch]( https://github.com/lorenzo-ghiro/sumo/tree/totalpower_intransit)) that I've tested so far only with the small scenario shared earlier and, at least in that case, it produces...
Thank you so much @m-kro! I really like your idea of running the check only when there are actually vehicles charging, that would definitely be better. As for the pull...
Excellent, thank you so much!