Re: [sumo-user] Define Input/Output Edges and Assign Random Traffic to Network

2020-10-13 Thread Chris Weinhaupl
I am just learning SUMO and here are a few things that are helping me: Creating and adding edges to a taz. 1. Create a taz step 1 in netedit select network at the top select taz in the next menu down "start drawing" in the left ENTER ENTER ENTER as you select points on the map (but connect

Re: [sumo-user] Define Input/Output Edges and Assign Random Traffic to Network

2020-10-13 Thread Melanie.Weber
Hello Xun, Maybe https://sumo.dlr.de/docs/Demand/Importing_O/D_Matrices.html can help you. Kind Regards, Melanie Von: sumo-user-boun...@eclipse.org Im Auftrag von Xun Liu Gesendet: Mittwoch, 14. Oktober 2020 01:28 An: sumo-user@eclipse.org Betreff: [sumo-user] Define Input/Output Edges and As

Re: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'

2020-10-13 Thread Cortlandt Montross
Apologies for my autocorrect mishap Harald. On Oct 13, 2020, at 7:37 PM, Cortlandt Montross wrote:  Hello Harold, I actually believe I figured it out. When Synchro has a 'link' (edge) going in only one direction, it will also create a data set for a link going in the opposite direction and

Re: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'

2020-10-13 Thread Cortlandt Montross
Hello Harold, I actually believe I figured it out. When Synchro has a 'link' (edge) going in only one direction, it will also create a data set for a link going in the opposite direction and describe it as having 0 lanes. The script was taking this data which it should've skipped over and using

[sumo-user] Define Input/Output Edges and Assign Random Traffic to Network

2020-10-13 Thread Xun Liu
Hello everyone, I met a problem about how to define the In-/Output Edges of a network. Now I have the ID of the In- and Output edges, could I use Traffic Assignment Zone(TAZ) file to define the In- and Output. And how could I assign a random traffic flow from the Input Edges into the network?

[sumo-user] Platooning project

2020-10-13 Thread Tamim Yaqubi
Hello sir/Miss. I hope this email finds you well, i am working on a project by the name of "Platooning in vanet technology " in this project i face to some problem that i can't create a platoon, leader, and requesting of a vehicles for entering and exiting the platoon by theway entering to platoon

[sumo-user] Generate vehicle according to simulation data

2020-10-13 Thread #LONG YUSHEN#
Hi, Does SUMO support the following trip generation mechanism: For a certain edge, say edge #1, every 10 vehicles arriving edge #1, generate 1 vehicle staring from edge #1? A more complicated case is: I have three types of vehicles, with prefix 'A', 'B' and 'C'. Different prefix has different

[sumo-user] Parking area functionalities

2020-10-13 Thread Shuyi Yin
Hi everyone, When I try to study parking areas, SUMO says it has not implemented the functions in TraCI, although they are stated in the Pydoc page ( https://sumo.dlr.de/daily/pydoc/traci._parkingarea.html). Error raised: traci.exceptions.TraCIException: Command not implemented in sumo Code: tr

Re: [sumo-user] Generate vehicle according to simulation data

2020-10-13 Thread Maria.Armellini
Hi Yushen, I think you can achieve this using TraCi (see https://sumo.dlr.de/docs/TraCI.html). You could use induction loops and the command "getLastStepVehicleNumber" to check how many vehicles en

Re: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge

2020-10-13 Thread Maria.Armellini
It depends on what you want. You can leave the passenger vClass but you need to allow this class in your net (or edges). The other option is to change the vClass of your vType to evehicle. The following links will help you to understand both attributes better: https://sumo.dlr.de/docs/Definition_

Re: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge

2020-10-13 Thread Chris Weinhaupl
apologies, my cut/paste was cut off Should I use vClass as "evehicle" or leave it as "passenger"? Thanks On Tue, Oct 13, 2020 at 6:26 AM wrote: > Hi, > > > > you are missing the vClass attribute in your vType definition: * id="evehicle" vClass=”evehicle” > …* > > You defined a vType

[sumo-user] rerouting algorithm

2020-10-13 Thread Jane Cheung
Dear all One question about the rerouting algorithm. Could I find the rerouting algorithm in the publication *Simulation-Based Traffic Assignment(*https://sumo.dlr.de/pdf/GawronDiss.pdf*)* 。Rerouting use the static or dynamic assignment in this thesis? Best, Jane

[sumo-user] node-to-node routing during rerouting

2020-10-13 Thread Raheleh Zarei
Hello, I noticed, in SUMO, when my route file configuration is fromJunction toJunction (node-to-node routing) when rerouting happens, it runs the compute function again but this time it computes the shortest path(fastest path) in edge-to-edge mode. How can I change that to node-to-node? Best, Rah

Re: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge

2020-10-13 Thread Maria.Armellini
Hi, you are missing the vClass attribute in your vType definition: https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#available_vtype_attributes Regards, Giuliana Von: sumo-user-boun...@eclipse.org Im Auftrag von Chris Weinhaupl Gesendet: Dienstag, 13. Oktober 2020

Re: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'

2020-10-13 Thread Harald Schaefer
Hi Cortlandt, can you please post the first 7 lines of your WorkPlease.edg.xml file? Thanks, Harald Am 13.10.20 um 02:23 schrieb Cortlandt Montross: Hi all, I'm working on a script for converting Synchro geometric data into SUMO plain-xml to be converted in .net.xml with the netconvert to