Re: [sumo-user] Convert trips to list of nodes

2020-07-09 Thread Maria.Armellini
Hi Antoine, The "edges" attribute in the route file shows the consecutive edges id of the route. This route is composed of three edges with ids 35049297, -173282740 and 150031197#8. Regarding your first question, you can use sumolib in python to parse the network and the route file. See

[sumo-user] Convert trips to list of nodes

2020-07-09 Thread eclipse . eprok
Hello, I am working on graph algorithms. I use python and networkx. I would like to work with the data from the TAPAS Cologne scenario (https://sumo.dlr.de/docs/Data/Scenarios/TAPASCologne.html). I would like to have the graph corresponding to the road network in the format: "node1 node2", along

Re: [sumo-user] fcd output and time step accuracy

2020-07-09 Thread Tetris
behrisch wrote > > > Am 06.07.20 um 09:24 schrieb Tetris: >> I used fcd output to get the acceleration and speed data of a simulation. >> The total travel time is 168 seconds longer with --step-length 1 than >> with >> --step-length 0.1. > > This sounds like a lot. What is the absolute value

Re: [sumo-user] Using change sub-lane to drive in the middle of two lanes

2020-07-09 Thread Reza
Thank you for your answer. -Reza -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

[sumo-user] Warm up section

2020-07-09 Thread Solmaz Razmi Rad - CITG
Hi all, I wonder if there is any way to exclude edge(s) from tripinfo output file. In my simulation, I'd like to use the first edge of the network (highlighted in the attached picture) as a warm-up section. So, vehicles start from the beginning of the network, but travel time and other

[sumo-user] MoveXY function for vehicles

2020-07-09 Thread Moeid Qurashi
Dear SUMO developers, I'm working on simulating shared mobility vehicles in SUMO with a routing scheduler. For the purpose of having *virtual stops* (for vehicle idle time), I'm trying to use the *'Vehicle.MoveXY'* function to move them *outside the network* and bring them back with

[sumo-user] Issues with Vehicles in Simulation

2020-07-09 Thread Elliot W
Hi all, When I run the simulation, the vehicles do not use all the lanes available, as shown. [cid:2467ae4d-35e7-464c-914b-e31639910541] I'm currently generating individual Vehicles in my rou.xml file, similar to the TraCI tutorial (not using Flows). I've tried adding a vType with

[sumo-user] lcCooperativeSpeed

2020-07-09 Thread Ishan Dindorkar
Hello Team - I am looking into this parameter for lane changing model, known as lcCooperativeSpeed. Unfortunately, I couldn't get much help in understanding from the documentation. Could you please explain the purpose and it would be great if you could please give an example of scenario in which

Re: [sumo-user] How can I generate fcd-output file with traci's python code(using SUMO 1.5)

2020-07-09 Thread 謝昀宸
Hello Michael, I tried restarting pycharm and then using command and it succeeded Thank for your explanation! Sincerely, Yun Michael Behrisch 於 2020年7月9日 週四 下午2:09寫道: > Hi Yun, > it is not clear what you are trying to achieve. "--fcd-output" will be > generated when traci is active as well

Re: [sumo-user] Number of vehicles in Car Following Model

2020-07-09 Thread Michael Behrisch
Hi Abdullah, it is hard to tell from the route file only, we need the net to reproduce. Maybe the starting edge is jshort so that no more vehicles can be inserted. Also speeding up will still be subject to the safety constraints and to the max speed of lane and/or vehicle. You may have to modify

Re: [sumo-user] How to call a certain vehicle multiple times using TraCI after it exits the network?

2020-07-09 Thread Michael Behrisch
Hi, the easiest way is to use off road parking (set parking to true in the stop, see https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#stops) and then let the vehicle reenter from the parking spot. Best regards, Michael Am 03.07.20 um 23:26 schrieb Padisala,

Re: [sumo-user] Shortest path for pedestrians

2020-07-09 Thread Michael Behrisch
Hi Barry, most of the routing options are still tailored to vehicles. I opened a ticket https://github.com/eclipse/sumo/issues/7297. Currently you would need to use traci.simulation.findIntermodalRoute Best regards, Michael Am 06.07.20 um 05:07 schrieb Evans, Barry: > Hi all, > >   > > I was

Re: [sumo-user] How can I generate fcd-output file with traci's python code(using SUMO 1.5)

2020-07-09 Thread Michael Behrisch
Hi Yun, it is not clear what you are trying to achieve. "--fcd-output" will be generated when traci is active as well and will reflect the effects of the traci sommands. Maybe you want to run one of the traci tutorials https://sumo.dlr.de/docs/Tutorials.html#traci_tutorials first, activate

Re: [sumo-user] Future timestep acceleration

2020-07-09 Thread Michael Behrisch
Hi Xiaolin, answers are inline below. Am 06.07.20 um 21:59 schrieb Cai, Xiaolin (X.C.): > Is there any way to have SUMO/Traci access the vehicle acceleration > value that is going to be implemented in the next time step? Currently not, you can only access the acceleration that was applied in the