Re: [sumo-user] How to add overtaking in SUMO

2022-02-04 Thread Ifezue Obiako
ver modify a .net.xml file directly. > To support opposite direction driving in a network, run: > netconvert -s old.net.xml --opposites.guess -o new.net.xml > You can also set lane attribute 'opposite' in netedit. > > Am Do., 3. Feb. 2022 um 14:26 Uhr schrieb Ifezue Obiako < >

Re: [sumo-user] How to add overtaking in SUMO

2022-02-03 Thread Ifezue Obiako
: > Never modify a .net.xml file directly. > To support opposite direction driving in a network, run: > netconvert -s old.net.xml --opposites.guess -o new.net.xml > You can also set lane attribute 'opposite' in netedit. > > Am Do., 3. Feb. 2022 um 14:26 Uhr schrieb Ifezue Obi

Re: [sumo-user] How to add overtaking in SUMO

2022-02-03 Thread Ifezue Obiako
Would the line of code for opposite lane driving look something like what is depicted below if it were implemented in a .net file? [image: image.png] On Thu, Feb 3, 2022 at 6:03 AM Ifezue Obiako wrote: > Hello Everyone > > I currently have a .net file that I am thinking about adding o

Re: [sumo-user] Question about Energy Model used in SUMO

2022-01-25 Thread Ifezue Obiako
24. Jan. 2022 um 02:15 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Hello Everyone >> >> I was adjusting the propulsion efficiency in my SUMO model and I was >> wondering how big of a difference does the propulsion efficiency affect a >>

[sumo-user] Question about Energy Model used in SUMO

2022-01-23 Thread Ifezue Obiako
Hello Everyone I was adjusting the propulsion efficiency in my SUMO model and I was wondering how big of a difference does the propulsion efficiency affect a vehicle's performance in SUMO (assuming all other parameters are held constant)? For example, I had a scenario that I was running that had

Re: [sumo-user] Unexpected Traffic Jam Occurrence in SUMO

2022-01-10 Thread Ifezue Obiako
you should exclude this special situation: both buses > are at the same busStop and waits for each other. > > Only the second one should wait > > Harald > Am 10.01.22 um 13:14 schrieb Ifezue Obiako: > > Harald > > Okay. I have attached the stop and event files for the

Re: [sumo-user] Units in Electric Modeling in SUMO

2021-12-30 Thread Ifezue Obiako
Thanks Jakob. On Thu, Dec 30, 2021, 12:21 PM Jakob Erdmann wrote: > The output is in Watt-hours (Wh) and the documentation now reflects this. > > Am Do., 30. Dez. 2021 um 06:48 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Hello everyone >> &g

[sumo-user] Units in Electric Modeling in SUMO

2021-12-29 Thread Ifezue Obiako
Hello everyone For the charging stations output in SUMO, what unit of measurement is used in the "totalEnergyChargedtoVehicle"? Is it Watts, Watt-hrs, or Watts/hr? I am just making sure, I didn't see units to reference in the documentation. Thanks for the clarification Ifezue

Re: [sumo-user] Stop Info Output from SUMO

2021-12-29 Thread Ifezue Obiako
Okay, thank you Jakob. On Wed, Dec 29, 2021, 6:10 AM Jakob Erdmann wrote: > The attributes pertain to a public transport schedule and are now defined > at https://sumo.dlr.de/docs/Simulation/Output/StopOutput.html > > Am Mo., 27. Dez. 2021 um 13:30 Uhr schrieb Ifezue Obiako &l

[sumo-user] Stop Info Output from SUMO

2021-12-27 Thread Ifezue Obiako
Hello Everyone I currently have stopinfo output data from a simulation and I noticed that one of the outputs is "stopinfo_delay". However, I didn't see this defined in the SUMO documentation. Is this a time delay accumulated at each stop over the entire duration of the simulation up until a

[sumo-user] CSV Output Data Analysis

2021-12-07 Thread Ifezue Obiako
Hello Everyone I have some sample data that was generated from a SUMO simulation that was converted from xml to csv format. One of the metrics that I was trying to plot was the battery capacity for specific vehicles in the simulation. In order to do this I use Excel's parsing function to turn the

Re: [sumo-user] SUMO keeps giving previously unencountered Network Jams

2021-12-06 Thread Ifezue Obiako
Sorry, please disregard the last email. On Mon, Dec 6, 2021 at 1:58 PM Ifezue Obiako wrote: > Jakob > > Thanks. Is another alternative to solving this problem consist of going > into netedit and putting further distance between the junctions? Will this > solve the problem as w

Re: [sumo-user] SUMO keeps giving previously unencountered Network Jams

2021-12-06 Thread Ifezue Obiako
y help. > > > > Am Mo., 6. Dez. 2021 um 18:09 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Also, when you run a simulation repeatedly in SUMO, is the simulation >> supposed to run faster on the other runs (i.e., after the first seed)? I &

Re: [sumo-user] SUMO keeps giving previously unencountered Network Jams

2021-12-06 Thread Ifezue Obiako
. Is this normal or is there something wrong with my simulation's execution? On Mon, Dec 6, 2021 at 10:49 AM Ifezue Obiako wrote: > Hello Everyone > > I am running a simulation repeatedly with different seeds, but for some > reason, every time I run the series of simulation runs, I get

[sumo-user] SUMO keeps giving previously unencountered Network Jams

2021-12-06 Thread Ifezue Obiako
you in advance for your help Ifezue Obiako ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Re: [sumo-user] Individual Person Wait Times

2021-12-06 Thread Ifezue Obiako
Thanks Jakob. On Sun, Dec 5, 2021 at 7:24 AM Jakob Erdmann wrote: > each person get an individual entry in tripinfo-output and thus it's > personal wait time. > > Am So., 5. Dez. 2021 um 04:22 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Thanks H

Re: [sumo-user] Individual Person Wait Times

2021-12-04 Thread Ifezue Obiako
g script (similar to > https://sumo.dlr.de/docs/Tools/Sumolib.html#parse_all_edges_in_a_edge_data_meandata_file > ) > > regards, > Jakob > > regards, > Jakob > > > Am Do., 2. Dez. 2021 um 15:53 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Jakob >> >

[sumo-user] Getting Wait Times from Person Flows

2021-12-03 Thread Ifezue Obiako
Hello Everyone I am aware that wait times can be can be obtained for individual person trips, but I was wondering if it is possible to get wait times for persons within a person flow? When I look at the trip-info output I notice their is a wait time output for the person flow. However, I was

Re: [sumo-user] Individual Person Wait Times

2021-12-02 Thread Ifezue Obiako
the trip info from xml to csv. Is there a way I can get the waiting time specifically for the person-info from xml format to csv format? Thanks Ifezue On Thu, Dec 2, 2021 at 7:26 AM Ifezue Obiako wrote: > Okay. I see now. Thank you for the help Jakob. > > On Thu, Dec 2, 2021 at 12:19 AM Jako

Re: [sumo-user] Individual Person Wait Times

2021-12-02 Thread Ifezue Obiako
ml > > Am Mi., 1. Dez. 2021 um 23:34 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Hello Everyone >> >> I have a simulation that uses person flows to impart rider demand within >> my simulation as part of its public transit system. With this in

[sumo-user] Individual Person Wait Times

2021-12-01 Thread Ifezue Obiako
Hello Everyone I have a simulation that uses person flows to impart rider demand within my simulation as part of its public transit system. With this in mind, I was going through the simulation output documentation and I was wondering if it is possible to get the individual person wait times of

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-23 Thread Ifezue Obiako
Okay. Thanks Jakob. On Tue, Nov 23, 2021 at 9:27 AM Jakob Erdmann wrote: > The recommended workaround is add a double connection so that the bus can > continue it's route from the right lane without having to do a lane-change. > > Am Di., 23. Nov. 2021 um 16:08 Uhr schrieb I

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-23 Thread Ifezue Obiako
uot; state="M"/> > toLane="0" dir="s" state="M"/> > toLane="0" dir="s" state="M"/> > > Trying to add connections to the "bus" lane in netedit yields in SUMO > > Error: Invalid position f

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-09 Thread Ifezue Obiako
less of teleporting or not, buses in sumo will not reroute or skip > stops to catch up with their schedule. They will just keep accumulation > delay. > > Am Di., 9. Nov. 2021 um 16:07 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >> Jakob >> >> Th

Re: [sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-09 Thread Ifezue Obiako
o a failed lane change. This might > point to problems with your network model. I recommend that you observe > the situation leading up to the teleport in sumo-gui to better understand > what's happening there. > > regards, > Jakob > > Am Di., 9. Nov. 2021 um 03:06 Uhr sch

[sumo-user] How to Prevent Vehicles from Teleporting on a Given Route

2021-11-08 Thread Ifezue Obiako
Hello Everyone I was wondering if there was a way to prevent specific vehicles such as buses on a fixed route from teleporting? I got this warning for Vehicle '2' and I noticed that the vehicle seemed to teleport across a wide distance because it wanted to long at a bus stop I am assuming:

Re: [sumo-user] Appropriate way to have SUMO Run Multiple Times

2021-10-27 Thread Ifezue Obiako
Jakob Would the program look something like this: *import *traci *from *sumolib *import *checkBinary *import* argparse *import *name_of_python_file for i in range (10): exec(name_of_python_file) For those not fluent in Python, is there some form of standardized Python scripting template or

Re: [sumo-user] Fatal Error during vehicle Refueling using TraCI

2021-10-26 Thread Ifezue Obiako
Just checking but are you asking me to essentially build a state machine in Python, I am just trying to understand what seems to be missing in my code. If so, how do you go about building states in Python as a beginner? Any tips? On Tue, Oct 26, 2021, 3:29 PM Ifezue Obiako wrote: > Harald &g

Re: [sumo-user] Fatal Error during vehicle Refueling using TraCI

2021-10-26 Thread Ifezue Obiako
Harald I am a little confused. Is the 'for loop' the issue and I need to make refuel commands for each of the simulated vehicles? Or are you saying that I need to leave the 'for loop' and make a 'running', 'goingToCharge', 'Charging' function in Python with TraCI? On Tue, Oct 26, 2021 at 1:01 PM

Re: [sumo-user] Using the "Replace Stop" function from TraCI

2021-10-20 Thread Ifezue Obiako
with an empty string which simply deletes a stop from the schedule: > https://sumo.dlr.de/docs/TraCI/Change_Vehicle_State.html#replacestop_0x17 > > regards, > Jakob > > > Am Di., 19. Okt. 2021 um 03:12 Uhr schrieb Ifezue Obiako < > vincentobi...@gmail.com>: > >>

[sumo-user] TraCI is Closes Connection when Emission Class and Electric Parameters used Simultaneously

2021-10-20 Thread Ifezue Obiako
Hello Everyone I was working with TraCI and I noticed that every time I ran my Python script from the command line I would automatically get a Fatal Error message saying that SUMO connection was closed. I looked into the issue and noticed that TraCI automatically closes the simulation if I have

[sumo-user] Using the "Replace Stop" function from TraCI

2021-10-18 Thread Ifezue Obiako
Hello Everyone I am currently trying to figure out how I can model buses going around a looping route and change their route to go to a fuel station with TraCI when their fuel capacity gets to a certain level. I was looking at several different functions in the TraCI API that could help with this

[sumo-user] How do you use the replaceStop Function in TraCI?

2021-10-18 Thread Ifezue Obiako
Hello Everyone I am currently trying to figure out how I can model buses going around a looping route and change their route to go to a fuel station with TraCI when their fuel capacity gets to a certain level. I was looking at several different functions in the TraCI API that could help with this

[sumo-user] Replace Stop Function in SUMO

2021-10-18 Thread Ifezue Obiako
Hello Everyone I am currently trying to figure out how I can model buses going around a looping route and change their route to go to a fuel station with TraCI when their fuel capacity gets to a certain level. I was looking at several different functions in the TraCI API that could help with this

[sumo-user] How to appropriately use replace Function in TraCI

2021-10-18 Thread Ifezue Obiako
Hello Everyone I am currently trying to figure out how I can model buses going around a looping route and changing their route to go to a fuel station in TraCI when their fuel capacity gets to a certain level. I was looking at several different functions in the TraCI API that could help with

Re: [sumo-user] Vehicles are not Responding to Commands in TraCI

2021-10-13 Thread Ifezue Obiako
Thank you Harald. This helped a lot. However, that is the thing. I am trying to create enough headway between the buses so that they are not bunching up together and servicing bus stops one after the other. Based on the bus system that I have seen in reality, slowing down the following bus is

Re: [sumo-user] How to use xml2csv script

2021-10-09 Thread Ifezue Obiako
I was able to get the script to run and generate output, but I did have another question. However I will ask you on the other email thread that has the image of passenger counts you gave me. Sent from Mail for Windows *From: *Harald Schaefer

[sumo-user] SUMO is encountering Fatal Error

2021-10-08 Thread Ifezue Obiako
Hello Everyone I was running SUMO through TraCI to see if my simulation would run all the way through its intended simulation time of 61200 seconds of sim time, but the SUMO gui closed (or crashed – not sure) and I received these errors in both the command line/Python IDE when the simulation

Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Ifezue Obiako
Also, how exactly can you get the data printed on the command line into a csv file or a format that can allow for data analysis to be performed? On Thu, Oct 7, 2021 at 4:19 PM Ifezue Obiako wrote: > Thank you Harald. That seemed to have fixed the problem. > > I did have another

Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Ifezue Obiako
Thank you Harald. That seemed to have fixed the problem. I did have another question. Is it possible to print the traci.vehicle.getPersonNumber() output into a plot through the matplotlib module in Python? On Thu, Oct 7, 2021 at 3:57 PM Harald Schaefer wrote: > Hi Vincent, > > thanks for

Re: [sumo-user] Can't Access SUMO website

2021-09-25 Thread Ifezue Obiako
Thank you for the response Jakob. On Sat, Sep 25, 2021 at 9:27 AM Jakob Erdmann wrote: > Our website certificate has expired today and we're working on a fix. You > should still be able to access the site using the 'advance' button via > "accept the risk". > > Am Sa., 25. Sept. 2021 um 15:12