[sumo-user] Assing device parameters per vehicle type

2024-02-08 Thread Ivan Postigo via sumo-user
Hi, I dont have clear how to assign the same device to 2 different vehicle types, but with different device parameters. for example, in my route file i have : ** here i want to assign the fcd.period to be 0.1 for example ** ** i want the fcd-output.acceleration to be true **

Re: [sumo-user] troubleshoot warnings from sumo sim

2024-02-08 Thread mrosales via sumo-user
For silence warnings: run sumo or sumo-gui with the option --no-warnings You can control and automatize scenarios using TRACI LIB from Python. You can for example run several initial conditions in your scenarios and saving systematically. https://sumo.dlr.de/docs/TraCI.html Examples using TRAC

Re: [sumo-user] Output for parking areas

2024-02-08 Thread Mirko Barthauer via sumo-user
Hi Florian, there is no output which gives you these measures directly. You can use the stop output to compute the number of parking vehicles and then subtract those from the parking area capacity to get the number of free parking sp

[sumo-user] Output for parking areas

2024-02-08 Thread Florian Schnepf via sumo-user
Dear all,   I created a scenario with a parking area and with rerouters, if the parking areas are full. Now I search for outputs. I thought about but coulndn't find outputs for: number of free parking spaces number of vehicles parking total number of reroute I found the number of reroute

Re: [sumo-user] [sumo-dev] 4 way stop intersection and traffic flow rule

2024-02-08 Thread Mirko Barthauer via sumo-user
Hi Pallavi, you'll find additional attributes in the FCD output file if you activate them by --fcd-output.geo true --fcd-output.distance true. Please read our documentation summary page about safety to get to know more about causing collisions