Re: [sumo-user] Difference in arrival time between duarouter and sumo-gui

2021-05-11 Thread g2121044
simulation. regards, Jakob Am Mo., 10. Mai 2021 um 09:22 Uhr schrieb g2121044 : Hello. I am currently running duarouter with the --exit-times option. I am reading the expected arrival time of a particular edge from the exit time of the generated rou.xml and using it in my program. While

Re: [sumo-user] Obtaining the estimated time of arrival of the vehicle

2021-05-18 Thread g2121044
(if vehicles can observe that the intersecion is free of traffic they do not have to slow down). Or you can set all junction types to "unregulated" which disables right-of-way rules. Am Di., 18. Mai 2021 um 10:23 Uhr schrieb g2121044 : Thank you for your reply. I changed the VType and was able

Re: [sumo-user] Obtaining the estimated time of arrival of the vehicle

2021-05-18 Thread g2121044
. Am Di., 18. Mai 2021 um 07:57 Uhr schrieb g2121044 : Hello. I have a question about this email. https://www.eclipse.org/lists/sumo-user/msg09369.html I forgot to include the net.xml information in this email. The conditions I used in my simulation are ・No traffic lights ・No randomly genera

[sumo-user] Difference in arrival time between duarouter and sumo-gui

2021-05-10 Thread g2121044
Hello. I am currently running duarouter with the --exit-times option. I am reading the expected arrival time of a particular edge from the exit time of the generated rou.xml and using it in my program. While running sumo-gui, we found that for a particular edge, there is a difference between

[sumo-user] About the astar algorithm landmark

2021-05-03 Thread g2121044
Hello I have a question about the astar algorithm. In the reference it says that I can generate lookuptable data based on landmark data and use it for astar. https://sumo.dlr.de/docs/Simulation/Routing.html#routing_algorithms https://www.eclipse.org/lists/sumo-user/msg05065.html Do I have to

Re: [sumo-user] About duarouter when there is a vehicle in the junction

2021-05-03 Thread g2121044
also call traci.vehicle.reroute or compute the route inside sumo with simulation.findRoute. Another thing you may want to look at is: https://sumo.dlr.de/docs/Demand/Automatic_Routing.html regards, Jakob Am Mo., 3. Mai 2021 um 11:27 Uhr schrieb g2121044 : Hallo Everyone I have a question about the fun

[sumo-user] About duarouter when there is a vehicle in the junction

2021-05-03 Thread g2121044
Hallo Everyone I have a question about the functionality of duarouter. I am writing a program to dynamically change the route of a pickup truck. I have created the following trip and am using duarouter to automatically calculate the route. . In this case, create a trip file with the current

Re: [sumo-user] About the state of the simulation when multiple parking areas are created

2021-04-12 Thread g2121044
g2121044 : Thank you for your reply. - Are you using TraCI to control the vehicle? Yes, I am controlling the vehicle with TraCI. - Are you using a cab device? If so, how are you doing it? No, I am not using a cab. - Are you using Rerouter with parkingAreaReroute? No, I am not using rerouter

[sumo-user] About the state of the simulation when multiple parking areas are created

2021-04-12 Thread g2121044
Hello Everyone I have a question about the state of the simulation when multiple parking areas are created. I am a graduate student and I am using SUMO for my research on DARP (dial a ride problem). I set up four parking areas on the four sides of a square road network, and simulated DAR on

Re: [sumo-user] About the state of the simulation when multiple parking areas are created

2021-04-12 Thread g2121044
by themselves should have no impact on simulation speed. - are you controlling the vehicles via TraCI? - are you using the taxi device? If so, how? - are you using rerouters with parkingAreaReroute? regards, Jakob Am Mo., 12. Apr. 2021 um 10:51 Uhr schrieb g2121044 : Hello Everyone I have