Re: [sumo-user] Specific arrival rate via randomTrips.py for a specific class of vehicle

2022-01-20 Thread Jakob Erdmann
different flow files into a single > .rou.xml one ? > > Le ven. 21 janv. 2022 à 07:17, Jakob Erdmann a > écrit : > >> Yes. By running randomTrips separately for each type with different >> --period values. You must set option --prefix to ensure that each run >> produ

Re: [sumo-user] Specific arrival rate via randomTrips.py for a specific class of vehicle

2022-01-20 Thread Jakob Erdmann
ssible to specify an arrival rate for each > type of vehicle > when generating via randomTrips.py flows with different types of vehicles > (e.g emergency, bus,...). > > > > Le ven. 21 janv. 2022 à 06:19, Jakob Erdmann a > écrit : > >> Please give more details on what y

Re: [sumo-user] warm-up period for simulation

2022-01-20 Thread Jakob Erdmann
> > I am looking at the edgebasedmeasures. Out of the above two mentioned > techniques, does one have the advantage over the other? > > Regards, > Royal > > On Fri, Jan 21, 2022 at 12:10 AM Jakob Erdmann > wrote: > >> Some outputs allow setting the begin of the analy

Re: [sumo-user] Number of lanes in edge based results

2022-01-20 Thread Jakob Erdmann
Implicitly yes, because it gives you 'density' and 'laneDensity' as outputs. laneNumber = density / laneDensity Am Fr., 21. Jan. 2022 um 07:13 Uhr schrieb Pradeep Viyaluru Harinath < pradeep.viyaluruharin...@utsa.edu>: > Hello, > > > > I am trying to calculate the capacity in veh/hr/ln and my ne

Re: [sumo-user] normal distribution of tau

2022-01-20 Thread Jakob Erdmann
Only speedFactor supports distribution syntax at the moment. For everthing else, use https://sumo.dlr.de/docs/Tools/Misc.html#createvehtypedistributionpy Am Fr., 21. Jan. 2022 um 07:03 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello, > > I tried to use normal distributed values fo

Re: [sumo-user] Specific arrival rate via randomTrips.py for a specific class of vehicle

2022-01-20 Thread Jakob Erdmann
ly. Am Fr., 21. Jan. 2022 um 03:15 Uhr schrieb Hervé Diedie < hervedie...@gmail.com>: > More explanations please. > > Le jeu. 20 janv. 2022 à 20:18, Jakob Erdmann a > écrit : > >> https://sumo.dlr.de/docs/Tools/Trip.html#traffic_volume_arrival_rate >> >&

Re: [sumo-user] Edge based traffic measure

2022-01-20 Thread Jakob Erdmann
You need to specify edgeData in an additional file. If you want to use the same additional file for multiple simulations without overwriting the results, set sumo option --output-prefix to ensure distinct output file names for each simulation run. Am Do., 20. Jan. 2022 um 23:13 Uhr schrieb Royal B

Re: [sumo-user] minGap in Output File

2022-01-20 Thread Jakob Erdmann
lane > (bumper to bumper) or 'None' if there was no leader". Are there any other > links that go over leaderGap? > > > [image: image.png] > > Thanks. > > > On Thu, Jan 20, 2022 at 12:36 AM Jakob Erdmann > wrote: > >> the options must be us

Re: [sumo-user] warm-up period for simulation

2022-01-20 Thread Jakob Erdmann
Some outputs allow setting the begin of the analysis period explicitly: https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html (attr begin). Alternatively, you can save the simulation after it has some vehicles and then start your analysis with a simulation loaded from

Re: [sumo-user] Organizing the questions

2022-01-20 Thread Jakob Erdmann
A there. > > Can a code like this be helpful? > If you tell me which type of grouping and managing you desire, I can make > a related code. > > Bests, > Reihaneh > > On Thu, Jan 20, 2022 at 12:25 PM Jakob Erdmann > wrote: > >> There is no code for this and n

Re: [sumo-user] Setting lane changing parameters to effect SUMO lane-behaviour

2022-01-20 Thread Jakob Erdmann
Sincerely, > Hriday. > > On Thu, 20 Jan 2022 at 16:18, Jakob Erdmann wrote: > >> parameter laneChangeModel.minGapLat is only supported in the latest >> development version (schedule for release next week). >> The other parameters should work with 1.11.0 though. Which ones

Re: [sumo-user] edge based change in parameter for a specific vehicle type

2022-01-20 Thread Jakob Erdmann
To change the type dynamically, you may use type calibrators or TraCI The way speed distributions are define, works the same for all vehicle types but you may wish to define vClass-specific speed limits that form the reference point for the distribution. See https://sumo.dlr.de/docs/Definition_of_V

Re: [sumo-user] TraCI

2022-01-20 Thread Jakob Erdmann
The functions for that are traci.vehicle.changeLane and changeLaneRelative. There are no traci4matlab tutorials in the official documentation but you can probably find something with the search engine of your choice. Note, that traci4matlab is not actively supported by the core developer group as t

Re: [sumo-user] Specific arrival rate via randomTrips.py for a specific class of vehicle

2022-01-20 Thread Jakob Erdmann
https://sumo.dlr.de/docs/Tools/Trip.html#traffic_volume_arrival_rate Am Do., 20. Jan. 2022 um 17:56 Uhr schrieb Hervé Diedie < hervedie...@gmail.com>: > > Is it possible to define such an arrival rate with randomTrips.py ? > > Best regards. > ___ > sum

Re: [sumo-user] average network delay per vehicle

2022-01-20 Thread Jakob Erdmann
the average timeLoss (and > other statistics) as log output.". Where should I insert -t? > > On Thu, Jan 20, 2022 at 10:19 AM Jakob Erdmann > wrote: > >> set option -t to obtain the average timeLoss (and other statistics) as >> log output. >> Or use option --s

Re: [sumo-user] average network delay per vehicle

2022-01-20 Thread Jakob Erdmann
set option -t to obtain the average timeLoss (and other statistics) as log output. Or use option --statistic-output to get global averages as xml. Am Do., 20. Jan. 2022 um 16:27 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello, > > Is there a way to calculate the average network de

Re: [sumo-user] Setting lane changing parameters to effect SUMO lane-behaviour

2022-01-20 Thread Jakob Erdmann
parameter laneChangeModel.minGapLat is only supported in the latest development version (schedule for release next week). The other parameters should work with 1.11.0 though. Which ones did you try? Am Do., 20. Jan. 2022 um 17:07 Uhr schrieb Hriday Sanghvi via sumo-user < sumo-user@eclipse.org>:

Re: [sumo-user] Tau

2022-01-20 Thread Jakob Erdmann
- use --fcd-output out.xml --fcd-output.leader-distance 200 to obtain leader speed and distance. Together with ego speed you can compute the time headway - use ssm-device and collect TGAP or TTC Am Do., 20. Jan. 2022 um 10:35 Uhr schrieb amir kr : > Hi, > Is there an option to get Tau values fro

Re: [sumo-user] Organizing the questions

2022-01-20 Thread Jakob Erdmann
do not have a strong background in text analysis of Python, but as a > coder, I like to learn and do more. > > Bests, > Reihaneh > > On Wed, Jan 19, 2022 at 5:09 PM Jakob Erdmann > wrote: > >> Hello, >> we try to put frequently asked questions into the FAQ (

Re: [sumo-user] Route statistics

2022-01-20 Thread Jakob Erdmann
There is currently no route-specific output but the following outputs may help you: - edgeData output ( https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html): average travel time for a route can be approximated from the summed average travel time of its component edg

Re: [sumo-user] Left to right-hand convert

2022-01-20 Thread Jakob Erdmann
> It is converting the left hand to the right-hand lane driving but some of > the lanes are deleted from the network. > > I do not understand where is the problem. > > Regards > Radha > > On Wed, Jan 19, 2022 at 3:12 PM Jakob Erdmann > wrote: > >> netconv

Re: [sumo-user] minGap in Output File

2022-01-20 Thread Jakob Erdmann
moBinary, "-c", "demo.sumocfg", > "--fcd-output.max-leader-distance FLOAT", "output.xml"]) > > Tried to put a value for FLOAT and removed the FLOAT but it still does not > work. > > Thanks. > > On Tue, Jan 18, 2022 at 10:47 PM J

Re: [sumo-user] Time step length

2022-01-20 Thread Jakob Erdmann
Am Do., 20. Jan. 2022 um 03:14 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello, > > Is there an option to specify the "Time Step Length" in the .sumocfg file, > or we can only specify it in the command prompt? > > Regards, > Royal > ___

Re: [sumo-user] Left to right-hand convert

2022-01-19 Thread Jakob Erdmann
netconvert -s lefthand.net.xml --lefthand false -o righthand.net.xml Am Mi., 19. Jan. 2022 um 16:08 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Hello, > > I have seen converting from right-hand to left-hand driving. But, I have a > left-hand driving network and I wanted to convert it

Re: [sumo-user] Organizing the questions

2022-01-19 Thread Jakob Erdmann
Hello, we try to put frequently asked questions into the FAQ ( https://sumo.dlr.de/docs/FAQ.html) though we cannot force anyone to look there first (-: For the less frequently asked questions, my aim is to have them answered somewhere in the documentation so that they can be answered with a single

Re: [sumo-user] Defining a distribution for car-following parameters

2022-01-19 Thread Jakob Erdmann
om that > distribution? > > Best regards, > > > El sáb, 15 ene 2022 a las 21:16, Jakob Erdmann () > escribió: > >> see https://sumo.dlr.de/docs/Tools/Misc.html#createvehtypedistributionpy >> >> Am Sa., 15. Jan. 2022 um 17:35 Uhr schrieb Jaime Moya > >: >

Re: [sumo-user] minGap in Output File

2022-01-18 Thread Jakob Erdmann
Yes. Use option --fcd-output with option --fcd-output.max-leader-distance see https://sumo.dlr.de/docs/Simulation/Output/FCDOutput.html Am Mi., 19. Jan. 2022 um 03:20 Uhr schrieb Hem : > Hi, > > I am trying to get the minGap or minimum distance between vehicles in the > output file. Is that poss

Re: [sumo-user] Macroscopic Fundamental Diagram (MFD)

2022-01-18 Thread Jakob Erdmann
For a straight road segment without intersections the main determinant for flow is the insertion capacity. See https://sumo.dlr.de/docs/Simulation/RoadCapacity.html However, In an urban setting it's likely that the real-world capacity is impacted by intersections so the simulated capacity for a str

Re: [sumo-user] Edgedata visualisation

2022-01-18 Thread Jakob Erdmann
- the message log should tell you the time range for which data was loaded. Make sure that the simulation has advance to a point within that time range - did you press the 'Recalibrate Rainbow' button? Am Di., 18. Jan. 2022 um 14:00 Uhr schrieb Nicoló Avogadro < nicoav...@gmail.com>: > Dear all,

Re: [sumo-user] Lane Capacity and Queue Length

2022-01-17 Thread Jakob Erdmann
Most likely, the configured departSpeed of vehicles prevents additional vehicles from being inserted. It would be unsafe to insert high-speed vehicles close to queued vehicles. If you set departSpeed="max" or departSpeed="0" the matter should resolve. The dev-version also supports departSpeed="avg"

Re: [sumo-user] Defining a distribution for car-following parameters

2022-01-15 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Tools/Misc.html#createvehtypedistributionpy Am Sa., 15. Jan. 2022 um 17:35 Uhr schrieb Jaime Moya : > Hi, > > Currently, I'm calibrating the IDM car-following model using parameters > obtained from real trajectories. These parameters apparently follow a given > distri

Re: [sumo-user] Question about xml2csv tool and plot_csv_timeline visualization

2022-01-14 Thread Jakob Erdmann
I can confirm that this is a python3-specific issue which is fixed by using open(file) instead of open(file, 'rb'). In the development version of sumo, the tool is now usable with python2 and python3. regards, Jakob Am Fr., 14. Jan. 2022 um 16:23 Uhr schrieb Hriday Sanghvi via sumo-user < sumo-us

Re: [sumo-user] Taxi All Junctions Stops

2022-01-14 Thread Jakob Erdmann
The easiest fix is to remove sidewalks inside the roundabout. If you need those for connectivity of your pedestrian network, add additional pedestrian-only edges. Alternatively, define lots of busStops and set the option to only allow transfers at those. (We have plans to add a third method eventua

Re: [sumo-user] Problem with getLastIntervalVehicleSum

2022-01-14 Thread Jakob Erdmann
Most likely you are using an older sumo version that doesn't support this yet. The functions where added in version 1.11.0. Or your call to 'import traci' loads an older version which you still have on your disk. ( https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#determine_the_trac

Re: [sumo-user] routing algorithm

2022-01-13 Thread Jakob Erdmann
ined in the routing file. > > Thanks, > Mahima > > > > > > On Tue, Jan 11, 2022 at 11:49 AM Jakob Erdmann > wrote: > >> Hello, >> >> jtrrouter is a tool to define initial routes from initial flows and >> turning rates but it is not a rerouting algo

Re: [sumo-user] Vehicles not used in drtOnline output

2022-01-13 Thread Jakob Erdmann
Hello, The script is known to consume quite a bit of compute time and has built-in timeouts to abort the solution search. This might be the reason for not making use of all vehicles. On the other hand it might be a bug in the algorithm. Unfortunately, the original developer of the algorithm is not

Re: [sumo-user] flowrouter --flow-restrictions

2022-01-12 Thread Jakob Erdmann
https://github.com/eclipse/sumo/blob/main/tests/tools/detector/flowrouter/motorway_ramps/ambiguous_restrict/input_restrictions.txt Am Mi., 12. Jan. 2022 um 16:30 Uhr schrieb Teodora Mecheva via sumo-user < sumo-user@eclipse.org>: > Hello, > > I am using flowrouter for flow generation and would li

Re: [sumo-user] Randomness in speedFactor distribution

2022-01-12 Thread Jakob Erdmann
See https://sumo.dlr.de/docs/Simulation/Randomness.html#random_number_generation_rng Am Mi., 12. Jan. 2022 um 11:27 Uhr schrieb Iñaki Cejudo Fresnadillo via sumo-user : > Hi, > > I am generating a traffic demand with duarouter from a flow definition > file with a vTypeDistribution definition as w

Re: [sumo-user] Blocking part of lane temporarily (due to roadworks)

2022-01-12 Thread Jakob Erdmann
r0', >> typeID='veh', depart='now', departLane='random', departSpeed='random', >> arrivalLane='random') >> >> if step == 200: >> traci.vehicle.remove(vehID='ghost') >> step+=1 >> &

Re: [sumo-user] speed (lanechangeoutput)

2022-01-11 Thread Jakob Erdmann
This is caused by the default distribution of desired speeds which deviates from the speed limit: https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#speed_distributions Am Mi., 12. Jan. 2022 um 01:30 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello,

Re: [sumo-user] routing algorithm

2022-01-11 Thread Jakob Erdmann
Hello, jtrrouter is a tool to define initial routes from initial flows and turning rates but it is not a rerouting algorithm. The following three concepts should be distinguished carefully: 1. defining traffic based on traffic data (this may either take the form of vehicles with fully specified r

Re: [sumo-user] update link tls index

2022-01-10 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#simplify_tls_program_state_after_changing_connections Am Mo., 10. Jan. 2022 um 19:08 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > hello, > > I edited my network via netedit. Basically I just removed U-turns from all > the

Re: [sumo-user] libsumo simulation start

2022-01-10 Thread Jakob Erdmann
Uhr schrieb Mahima : > error: ‘start’ is not a member of ‘libsumo::Simulation' > On compiling, i get this error. > > I want to run the sumo-gui using libsumo. > Please suggest the solution. > ’ > > On Mon, Jan 10, 2022 at 5:54 PM Jakob Erdmann > wrote: > >&g

Re: [sumo-user] libsumo simulation start

2022-01-10 Thread Jakob Erdmann
What is the error message? Am Mo., 10. Jan. 2022 um 14:11 Uhr schrieb Mahima : > Hi, > I want to use the following command to start a simulation. > > "libsumo::Simulation::start" > > But this gives an error. Any idea what is the alternative way to start the > simulation? > > Thanks, > Mahima > __

Re: [sumo-user] The edge within the route is not known.

2022-01-10 Thread Jakob Erdmann
The most likely source of this errors is this sequence: - use tool XYZ to define routes for network A - use those routes with network B (i.e. after modifying A with netedit and saving it under the same name) Possible fixes: - re-run tool XYZ with the modified network - filter out invalid routes by

Re: [sumo-user] Blocking part of lane temporarily (due to roadworks)

2022-01-10 Thread Jakob Erdmann
1. The 'ghost'-vehicle approach is still the recommended way to block part of a lane 2. moveToXY when sent only once should not stop the vehicle indefinitely. Your code looks as if you re-issue the command every step, though. 4. setStop should only be called once. For the meaning of flags, see http

Re: [sumo-user] Question related to parking area

2022-01-10 Thread Jakob Erdmann
Yes but you have to convert your flow into individual trips first (i.e. by processing it with duarouter and option --write-trips). See https://sumo.dlr.de/docs/Tools/Routes.html#addparkingareastops2tripspy call the script with option --help to see additional options for defining a random stop durat

Re: [sumo-user] Simple Traffic Lights Simulation

2022-01-07 Thread Jakob Erdmann
output > from a simulation (position/speed/acceleration of all vehicles at all > times). > > On Fri, 7 Jan 2022 at 14:47, Jakob Erdmann wrote: > >> Hello, >> the simplest way to define a flow with a given rate is with the >> element (fixed and random insertion

Re: [sumo-user] Simple Traffic Lights Simulation

2022-01-07 Thread Jakob Erdmann
Hello, the simplest way to define a flow with a given rate is with the element (fixed and random insertion headways are possible): https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#repeated_vehicles_flows The next step up is to define multiple flows to systemati

Re: [sumo-user] sub-microscopic model

2022-01-07 Thread Jakob Erdmann
for the next simulation step. Is this > possible? > > Thank you, > > Regards, > > Fra > > Il 07/01/2022 07:32 Jakob Erdmann ha scritto: > > > Hello, > SUMO doesn't really have sub-microscopic features. > The most sub-microscopic component are mayb

Re: [sumo-user] [EXTERNAL] Re: Vehicle classes counts

2022-01-07 Thread Jakob Erdmann
g at the edge based statistics or lane based , if not at least > aggregated over the total simulation time. Is it possible to obtain such > things > > Regards, > V.H.Pradeep > -- > *From:* sumo-user on behalf of Jakob > Erdmann > *Sent:* Thursday, Jan

Re: [sumo-user] [EXTERNAL] Re: Vehicle performs emergency braking

2022-01-06 Thread Jakob Erdmann
concern that requires attention. > > > > Regards, > > V.H.Pradeep > > > > *From:* sumo-user *On Behalf Of *Jakob > Erdmann > *Sent:* Thursday, January 6, 2022 1:19 AM > *To:* Sumo project User discussions > *Subject:* [EXTERNAL] Re: [sumo-user] Vehicle

Re: [sumo-user] sub-microscopic model

2022-01-06 Thread Jakob Erdmann
Hello, SUMO doesn't really have sub-microscopic features. The most sub-microscopic component are maybe the Plexe engine models that are integrated in SUMO (https://plexe.car2x.org/tutorial/example4/). However, you can add microscopic modelling to SUMO by attaching your own process to the simulation

Re: [sumo-user] Reducing delay at priority right/left turns

2022-01-06 Thread Jakob Erdmann
- impatience ( https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#impatience ) - jmTimegapMinor ( https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#junction_model_parameters ) Can you provide a small example scenario that looks unr

Re: [sumo-user] Sumo traffic simulation

2022-01-06 Thread Jakob Erdmann
This is currently not possible but it may be supported in the future ( https://github.com/eclipse/sumo/issues/9891) Am Do., 6. Jan. 2022 um 10:40 Uhr schrieb Mahima : > Hi everyone, > > I have a query regarding SUMO libsumo interface. Do we have any way to > read the arrival position and arrival

Re: [sumo-user] Vehicle performs emergency braking

2022-01-05 Thread Jakob Erdmann
The ACC model has a rather narrow range of applicability. In particular, the model is known to produce collisions at the default step-length of 1s. Better results can be achieved by setting a lower step length (i.e. 0.1s). Am Do., 6. Jan. 2022 um 07:49 Uhr schrieb Pradeep Viyaluru Harinath < prade

Re: [sumo-user] Vehicle classes counts

2022-01-05 Thread Jakob Erdmann
If you simulation writes tripinfo-output, you can use this tool to obtain counts and other statistics by type: https://sumo.dlr.de/docs/Tools/Output.html#tripinfobytypepy Am Do., 6. Jan. 2022 um 03:48 Uhr schrieb Pradeep Viyaluru Harinath < pradeep.viyaluruharin...@utsa.edu>: > Hi , > > > > I hav

Re: [sumo-user] Left Turn Lanes

2022-01-05 Thread Jakob Erdmann
There is no set distance. The decision to move to the turn lane (rather than treating it as an overtaking lane and keeping right while not overtaking) depends on - the road speed limit - the traffic density on both lanes - the average speed on both lanes - the vType attribute 'lcStrategic' regards

Re: [sumo-user] [EXTERNAL] Re: acceleration and deceleration lanes

2022-01-05 Thread Jakob Erdmann
r the off ramp or have through > movement > > > > Regards, > > Pradeep > > > > *From:* sumo-user *On Behalf Of *Jakob > Erdmann > *Sent:* Wednesday, January 5, 2022 2:17 AM > *To:* Sumo project User discussions > *Subject:* [EXTERNAL] Re: [sumo-user] accele

Re: [sumo-user] acceleration and deceleration lanes

2022-01-05 Thread Jakob Erdmann
The acceleration lane must be added as an extra lane on the motorway. See https://sumo.dlr.de/docs/Simulation/Motorways.html#motorway_ramps Am Mi., 5. Jan. 2022 um 08:59 Uhr schrieb Pradeep Viyaluru Harinath < pradeep.viyaluruharin...@utsa.edu>: > Hello , > > I am trying to create a freeway segme

Re: [sumo-user] Memory in parking search

2022-01-05 Thread Jakob Erdmann
There is currently no integration between traci and automated parking search. Comments are welcome at https://github.com/eclipse/sumo/issues/9883 Am Mi., 5. Jan. 2022 um 08:55 Uhr schrieb 何润恺 : > Dear Sumo users and developers, > > I have already read the documentation of rerouter and am excited

Re: [sumo-user] latDist

2022-01-04 Thread Jakob Erdmann
with no sublane. > > On Mon, Jan 3, 2022 at 2:38 PM Jakob Erdmann > wrote: > >> The only boundary is the remaining lateral space on the edge. You can set >> any value you want and the vehicle may move across multiple lanes to >> achieve the desired lateral distance.

Re: [sumo-user] Taxi warning: could not add stop, too close to brake

2022-01-03 Thread Jakob Erdmann
Thanks for the example scenario. The bug is now fixed ( https://github.com/eclipse/sumo/issues/9867). Please pull the latest version from github and rebuild. regards, Jakob Am Mo., 3. Jan. 2022 um 13:31 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > Can you provide example

Re: [sumo-user] Taxi warning: could not add stop, too close to brake

2022-01-03 Thread Jakob Erdmann
2022 at 1:20 PM Jakob Erdmann > wrote: > >> What is the version number reported in the title bar of sumo-gui? >> >> >> Am Mo., 3. Jan. 2022 um 12:41 Uhr schrieb Griffin Hanekamp < >> griffhanek...@gmail.com>: >> >>> Thanks for the reply. Follo

Re: [sumo-user] Taxi warning: could not add stop, too close to brake

2022-01-03 Thread Jakob Erdmann
g error occurs, and the expected > passenger is stuck waiting at the PT stop for the duration of the > simulation. > > Thanks, > > Griffin > > On Mon, Jan 3, 2022 at 8:51 AM Jakob Erdmann > wrote: > >> A pure git clone only gives you the source code but not the executabl

Re: [sumo-user] latDist

2022-01-03 Thread Jakob Erdmann
> So, what is the lower and higher bound of this lateral movement (latDist)? > > On Thu, Dec 30, 2021 at 9:43 PM Jakob Erdmann > wrote: > >> 1. lane width certainly plays a role but you can also use changeSublane >> to move to another lane. >> 2. no. higher maxSpee

Re: [sumo-user] Taxi warning: could not add stop, too close to brake

2022-01-02 Thread Jakob Erdmann
nd duarouter > 4. Rerun scenario > > I figure the issue might be due to Step 2. Let me know if I did something > incorrectly. Thanks again > > On Sat, Jan 1, 2022 at 11:34 PM Jakob Erdmann > wrote: > >> The issue which is causing the warning has been fixed i

Re: [sumo-user] implausibleRoutes.py outputs write to a file

2022-01-02 Thread Jakob Erdmann
Hello, this is supported by the latest development version of sumo. If you are already using 1.11.0, you can simply replace implausibleRoutes.py with this version: https://raw.githubusercontent.com/eclipse/sumo/ecd0400939ab5414e9a304c6582ff2d42c0dfcd9/tools/route/implausibleRoutes.py regards, Jako

Re: [sumo-user] Taxi warning: could not add stop, too close to brake

2022-01-01 Thread Jakob Erdmann
The issue which is causing the warning has been fixed in the latest development version. You can download it at https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version Am Sa., 1. Jan. 2022 um 17:58 Uhr schrieb Griffin Hanekamp < griffhanek...@gmail.com>: > Hi sumo users, > > My t

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

2021-12-30 Thread Jakob Erdmann
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 > > For the charging stations output in SUMO, what unit of measurement is used > in the "totalEnergyChargedtoVehicle"? Is

Re: [sumo-user] Add dynamically stops objects in the simulation

2021-12-30 Thread Jakob Erdmann
No. There are currently no provisions for creating additional stop objects at runtime. Am Mi., 29. Dez. 2021 um 15:20 Uhr schrieb Arbi Alaouy : > Hi everyone, > > I add new bus Stops to the correspondent file (ex. osm_stops.xml) while > simulation is running. To take these bus stops into consider

Re: [sumo-user] latDist

2021-12-30 Thread Jakob Erdmann
value of this lateral movement is a matter of the lane width. It > varies from (-y) to ( lanewidth - y) if my current lateral position is y. > 2 - The higher the maxSpeedlLat, the lower the latDist. > > On Wed, Dec 29, 2021 at 4:23 PM Jakob Erdmann > wrote: > >> Yes. The l

Re: [sumo-user] latDist

2021-12-29 Thread Jakob Erdmann
Yes. The lateral displacement is limited by 'maxSpeedLat' but values beyond that are still stored as intended maneuver distance. Am Sa., 25. Dez. 2021 um 15:24 Uhr schrieb ali mirzaei : > Hi everyone, > Does the latDist in traci.vehicle.changeSublane (vehID, latDist) display > the amount of vehic

Re: [sumo-user] Using a Netgenerate network

2021-12-29 Thread Jakob Erdmann
The TraCI4Traffic Lights tutorial is special insofar it generates the traffic with route definitions that are hard-coded in the python script. This doesn't scale well to larger networks. SUMO provides a larger number of tools to define traffic so just take your pick: https://sumo.dlr.de/docs/index.

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

2021-12-29 Thread Jakob Erdmann
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 < vincentobi...@gmail.com>: > Hello Everyone > > I currently have stopinfo output data from a simulation

Re: [sumo-user] Polyconvert fails

2021-12-29 Thread Jakob Erdmann
If you can trigger a segfault with the latest release version of polyconvedrt (1.11.0) please provide the osm input file. Am Mo., 27. Dez. 2021 um 15:56 Uhr schrieb Harald Schaefer < fechs...@gmail.com>: > Hi, > > the current SUMO version is 1.11.0, I recommend to try this version. > > Harald > A

Re: [sumo-user] Platoon in Sumo

2021-12-29 Thread Jakob Erdmann
Plexe is actively maintained by it's developer so please contact him for any issues (https://www.inf.unibz.it/~segata/). Simpla is expected to work without errors though there isn't any ongoing feature development at the moment. Please give more details on the errors encountered or supply a minimal

Re: [sumo-user] [EXTERNAL] Re: ACC CACC model

2021-12-23 Thread Jakob Erdmann
ards, > V.H.Pradeep > > Get Outlook for iOS <https://aka.ms/o0ukef> > ------ > *From:* sumo-user on behalf of Jakob > Erdmann > *Sent:* Thursday, December 23, 2021 4:02:55 AM > *To:* Sumo project User discussions > *Subject:* [EXTERNAL] Re: [s

Re: [sumo-user] Air Pollution HeatMap

2021-12-23 Thread Jakob Erdmann
https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Emissions_Measures.html To increase the spatial resolution, you could cut up your network into shorter edges using netconvert --geometry.max-segment-length 100 --geometry.split Am Do., 23. Dez. 2021 um 15:47 Uhr schrieb Sasan Amini :

Re: [sumo-user] Changing vehicle behavior via TraCI

2021-12-23 Thread Jakob Erdmann
/Change_Vehicle_State.html#lane_change_mode_0xb6 Am Do., 23. Dez. 2021 um 11:39 Uhr schrieb ali mirzaei : > Does this mean that all lane-changing-model attributes like lcPushy, > lcSublane,... are covered by latDist component? > > On Thu, Dec 23, 2021 at 1:50 PM Jakob Erdm

Re: [sumo-user] Changing vehicle behavior via TraCI

2021-12-23 Thread Jakob Erdmann
traci.vehicle.changeSublane gives full lateral control. Am Do., 23. Dez. 2021 um 11:12 Uhr schrieb ali mirzaei : > Hi everyone, > Is it possible to change the vehicle behavior when lane changing via TraCI > methods (like what we do when using sublane models)? > Best, > Ali > > ___

Re: [sumo-user] averageTripStatistics.py

2021-12-23 Thread Jakob Erdmann
When sumo is called, the option '--duration-log.statistics' is added automatically, this ensures that the values routeLength, duration, waitingTime etc. are part of the (console) output. If you need any other outputs, add them to the sumocfg file being run. In this case also add the option to keep

Re: [sumo-user] lcSigma

2021-12-23 Thread Jakob Erdmann
Yes. lcSigma defines variation around the preferred lateral alignment in the lane and 0 disables this random variation. When using the sublane model you can use vType attribute latAlignment to change the preferred alignment form 'center' to something else. Am Do., 23. Dez. 2021 um 01:06 Uhr schrie

Re: [sumo-user] ACC CACC model

2021-12-23 Thread Jakob Erdmann
Yes. Am Do., 23. Dez. 2021 um 00:58 Uhr schrieb Pradeep Viyaluru Harinath < pradeep.viyaluruharin...@utsa.edu>: > Hello Sumo community, > > > > I was curious to understand if the following models ACC and CACC were > implemented in the recent versions of SUMO. If not can I still assign those >

Re: [sumo-user] Randomise the aimulationa

2021-12-22 Thread Jakob Erdmann
ml -o=flow_after_turns.rou.xml --begin=0 --end=3600 > --seed 7 > > > However, the output file, "flow_after_turns.rou.xml" has the same flows > irrespective of --seed 7 or even if I use --random true. > > Please, let me know if I am missing something. > > > Regar

Re: [sumo-user] Randomise the aimulationa

2021-12-22 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Simulation/Randomness.html Am Mi., 22. Dez. 2021 um 15:06 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello, > > I want to run the whole simulation 'n' number of times with the same input > and take the average of those 'n' simulation. > > How do I provi

Re: [sumo-user] edge-based traffic measures

2021-12-21 Thread Jakob Erdmann
ll be > the value of period be the same or different for various edges of the same > network? > > > > > On Tue, Dec 21, 2021 at 1:56 AM Jakob Erdmann > wrote: > >> 1. at any given moment there is a total number of vehicles on an edge and >> this number vari

Re: [sumo-user] Lane change

2021-12-21 Thread Jakob Erdmann
- by using vehicle attributes departLane, arrivalLane - by defining stops or wayPoints: https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#waypoints Am Di., 21. Dez. 2021 um 19:54 Uhr schrieb scool41 : > Hi, > > How can I force a car to lane change in SUMO without

Re: [sumo-user] Exclude edges for vehicle insertion

2021-12-21 Thread Jakob Erdmann
This aspect of the traffic demand should be adapted when generating the initial demand. If you are still using flowrouter, you can use option --flow-restrictions to load a file with extra restrictions on through-traffic / initial traffic. When using option --interval 60, a file with the lines 100

Re: [sumo-user] edge-based traffic measures

2021-12-20 Thread Jakob Erdmann
1. at any given moment there is a total number of vehicles on an edge and this number varies over time. edgeData is a time-aggregate so you only get the average number of vehicles on the edge per second (computed as sampledSeconds / period). 2. period denotes the time period that was aggregated. By

Re: [sumo-user] 3D visual for persons and vehicles in SUMO

2021-12-20 Thread Jakob Erdmann
You may load raster graphics (i.e. png) for vehicles and persons by setting attribute imgFile. See https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#available_vtype_attributes https://sumo.dlr.de/docs/sumo-gui.html#vehicle_visualisation_settings Am Mo., 20. Dez. 2

Re: [sumo-user] Average vehicle speed in tripinfo

2021-12-20 Thread Jakob Erdmann
There is currently no tool that does this (the average speed is not part of tripinfo output). You have to do your own post-processing. regards, Jakob Am Do., 16. Dez. 2021 um 19:35 Uhr schrieb Brandon Cedric Patangan via sumo-user : > Hi again, > > I'd like to clarify my question, specifically,

Re: [sumo-user] repeat simulation

2021-12-19 Thread Jakob Erdmann
if the simulation was called with traci.start([sumo, option1, option2, ...]) you can repeat it with traci.load([option1, option2, ...]) Am Mo., 20. Dez. 2021 um 08:01 Uhr schrieb amir kr : > Hello everyone, > I want to know can I repeat a simulation using TRACI automatically. for > example: > if

Re: [sumo-user] CACC gap time

2021-12-19 Thread Jakob Erdmann
timeGapOnLane is based on the front-bumper-to-back-bumper distance whereas the tau value applies to the distance front+minGap-to-back-bumper. One simple way to achieve the desird heaways is to set minGap=0. However, due to the bug https://github.com/eclipse/sumo/issues/9831 you should either set s

Re: [sumo-user] Setting step-length in sumo-gui

2021-12-19 Thread Jakob Erdmann
Call 'sumo-gui --step-length X ...' or put the element into the .sumocfg file you are loading. Am Sa., 18. Dez. 2021 um 16:51 Uhr schrieb T Eenachtacht < t188012...@gmail.com>: > The /Simulation/Basic_Definition.html doc suggests that the simulation > step-length can be set in sumo and sumo-gu

Re: [sumo-user] getting specific edge data

2021-12-16 Thread Jakob Erdmann
This type of filtering must be done in a post-processing step. However, you can probably reduce your output by setting edgeData attribute excludeEmpty="true" and you can also restrict the list of written attributes to only those you need by setting 'writeAttributes' to the list of desired output at

Re: [sumo-user] Sumo Interactions

2021-12-16 Thread Jakob Erdmann
Hello, - you can extend sumo with custom C++ code (so it might keep track of additional information or behave differently or send information over a network) - almost anything that you wish a vehicle to execute can also be accomplished from a program that connects to sumo. (by recording everything

Re: [sumo-user] Exporting high - resolution picture from SUMO

2021-12-16 Thread Jakob Erdmann
save the file as .svg or .pdf > however I get the following error "gl2ps was not enabled at compile time". > How can I fix this? > > Thank you very much > Nicolò > > Il giorno mar 14 dic 2021 alle ore 16:32 Jakob Erdmann < > namdre.s...@gmail.com> ha scritto:

Re: [sumo-user] netconvert has 'no nodes loaded' error

2021-12-15 Thread Jakob Erdmann
Hello, your network contains no "normal" roads, only airport stuff. This isn't supported by netconvert version 1.11.0 To import airports you need to download the latest development version ( https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version) and use the Airport typemap: netc

Re: [sumo-user] Using Sumo for large scale parking at Circuit of the Americas,

2021-12-15 Thread Jakob Erdmann
Hello, I would suggest defining an Origin-Destination Matrix where the origins zones cover Austin and with one destination zone for each parking area (with only a single edge per destination zone). See https://sumo.dlr.de/docs/Demand/Importing_O/D_Matrices.html#tazrelation_format In this matrix you

<    5   6   7   8   9   10   11   12   13   14   >