Mirko Barthauer

Results 158 comments of Mirko Barthauer

Some quick and dirty solution could be to implement this for charging facilities on dedicated off-road parkings only. Then `MSChargingStation::getChargingPower` could include a check for the parking occupancy and return...

Vehicles are updated in reverse order (as you assumed). There is no further iteration whether the occupancy of the chargingStation in the same timestep. So as long vehicles arrive or...

@lorenzo-ghiro I have added a solution proposal to [my fork](https://github.com/m-kro/sumo/tree/ticket17173). I am a bit hesitant to merge this directly here as we are close to the next release. If you...

@lorenzo-ghiro The netedit part is not ready yet, that is true. You should see an effect if the cars actually stop on the charging station ([define a stop](https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#stops_and_waypoints)). That is...

@lorenzo-ghiro How do you want to proceed when integrating your proposal? You could do a pull request (preferably without the code from my fork, as your approach is separated) or...

@lorenzo-ghiro The work has been integrated into the main branch.

@lorenzo-ghiro I will look at this corner case within the next days. The separate return command is some small optimisation as the whole thing does not make much sense if...