[sumo-user] Parameters of Detector Data

2019-05-17 Thread Vrinda Khirwadkar (vkhrwdkr)
Hi Jakob, Can you guide to a script/piece of code where we are calculating the various features of e1, e2 and e3 detectors. Also, i would like to know how we are calculating the parameters for edge state dump. I need to look into the respective formula/equations. For eg, edge density in edge

Re: [sumo-user] Sumolib : Find Alternate routes and route wise total length

2019-05-17 Thread Michael Behrisch
Hi Bijal, your code is missing two things: 1. you need to check whether you reached the end node and the somehow store the route. 2. you need to reset the list of visited nodes. Best regards Michael Am 17.05.19 um 13:35 schrieb Bijal: > Dear, > > Thanks for reply. > I have wrote simple algorithm

Re: [sumo-user] Dynamic car-following models based on the lead vehicle type

2019-05-17 Thread Jakob Erdmann
You can do this with TraCI in custom code. However, the simpla module will may alraedy accomplish your needs without additional programming: https://sumo.dlr.de/wiki/Simpla Am Fr., 17. Mai 2019 um 16:11 Uhr schrieb MS Sam : > Hello all, > I am working on a project and need to simulate Autonomous

Re: [sumo-user] Error when loading a instance of a new vehicle type

2019-05-17 Thread Azise Oumar Diallo
It’s work ! Thanks Jakob, Best regards, Azise > Le 16 mai 2019 à 21:12, Jakob Erdmann a écrit : > > Then you could define > > >> Am Do., 16. Mai 2019 um 16:16 Uhr schrieb Azise Oumar Diallo >> : >> Thanks Jan and Jakob for your answers. >> Currently, a trotinette (scooter)'s user can driv

[sumo-user] Dynamic car-following models based on the lead vehicle type

2019-05-17 Thread MS Sam
Hello all, I am working on a project and need to simulate Autonomous Vehicles (AV) and Connected Autonomous Vehicles (CAV). I am using different car-following models for the two types of vehicles. Here is a question related to the car-following behavior of these vehicles: * In mixed traffic where

Re: [sumo-user] Modelling connected vehicles

2019-05-17 Thread Jakob Erdmann
Communication protocolls are not considered in SUMO. For this you would typically use a middleware which couples SUMO with a network simulator (e.g http://veins.car2x.org/). regards, Jakob Am Fr., 17. Mai 2019 um 09:34 Uhr schrieb Menno van der Woude < me...@codingconnected.eu>: > Hello all, > >

Re: [sumo-user] Sumolib : Find Alternate routes and route wise total length

2019-05-17 Thread Bijal
Dear, Thanks for reply. I have wrote simple algorithm to find_all the routes. Its my humble request to guide me if i am doing right or not? Find_Route(Start_Node) { Outgoing_Edge = Get all the out going edge of Start_Node For Each Outgoing_Edge { Next_Node = get Next_Node of all the Outgoing_Edg

Re: [sumo-user] Sumolib : Find Alternate routes and route wise total length

2019-05-17 Thread Harald Schaefer
Hi Bijal, your question is not really a SUMO question. What you are looking for is the answer for a question like python find all path between two nodes in a graph If you enter this question in your favorite search machine you get as one of the results this page https://www.geeksforgeeks.or

Re: [sumo-user] Sumo stops working

2019-05-17 Thread steniero
Thank you, I am trying to insert a smaller scenario that gives the same error. The message is the one that appears when sumo is closed in a forced way: Traceback (most recent call last): File "C:/Users/AXIGJZF-ADM/PycharmProjects/MIND 7 - Prima simulazione buona/runnerMIND.py", line 779, in

[sumo-user] Modelling connected vehicles

2019-05-17 Thread Menno van der Woude
Hello all, for a project I am looking for a way to have vehicles communicate with (external) traffic controllers. Specifically, I'd like for vehicles to emit and receive Cooperative Awareness Messages (CAM) and/or Signal Request Messages (SRM). The traffic lights in SUMO are controlled via Tr