You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when using traci.vehicle.setchargingStationStop, the vehicle stopped charging at the specified point, but it did not charge. Since my charging station is connected to a parkingArea, it does not automatically stop to the parking space when parking at the charging station, as shown below, I do not know whether it is the cause of this problem.
**SUMO-version:**1.21
**operating system:**win 11
The text was updated successfully, but these errors were encountered:
In fact, I'm using traci. Vehicle. SetChargingStationStop (VEHICLE_ID nearest_station, duration = STOP_DURATION, flags = 1) when the flags to set to 1, Vehicles can be recharged now, but it still will not stop to parkingArea subordinates space, whether you need combined with traci. Vehicle. SetParkingAreaStop function used in order to realize my idea?
Yes that's more or less the problem (stop on road of off the road and the corresponding default settings). We'll think about changing the settings in this regard.
I also set power="80000.00 "in the charging station parameter in add.xml, but in the gui interface I get the image below,
currently charging [Wh]=21.11, maximum charge rate [W]=22.22,
so what I want to know is whether there is a problem, and what is the priority of these parameters in use?
I found that when using traci.vehicle.setchargingStationStop, the vehicle stopped charging at the specified point, but it did not charge. Since my charging station is connected to a parkingArea, it does not automatically stop to the parking space when parking at the charging station, as shown below, I do not know whether it is the cause of this problem.
**SUMO-version:**1.21
**operating system:**win 11
The text was updated successfully, but these errors were encountered: