[sumo-user] moveToXY change position

2020-10-21 Thread 謝昀宸
Dear Sumo team, I want to park the vehicle on the side of the edge. When the vehicle is parked in the middle of the road, use moveToXY to fine-tune the position of the vehicle to the far right side of the road. But when the vehicle touches the edge of the road, it will automatically adjust its

[sumo-user] edge or lane MeanData output

2020-10-21 Thread Sasan Amini
Dear SUMO team, when I set the excludeEmpty to false in meanData definition, empty edges (or lanes) have only a few attributes from the full set (for example, speed, density, occupancy etc. are not included). In case the first line is an empty edge (or lane) the sumolib.output.parsing() function

[sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-10-21 Thread nohtyp
I created simulation with tls intersection. scenario.zip In scenario.zip you can find sumo config files + plots + output generated by sumo-gui (simple.out.xml) See tls_vehicle_1_motion.png and

Re: [sumo-user] Different probability flows between simulations

2020-10-21 Thread Michael Behrisch
Hi, I just tested the most recent build with --random and it works as expected. Best regards, Michael Am 21.10.20 um 20:32 schrieb Tiago Silva: > Dear Andras and Lokesh, > > Thanks for your reply! Unfortunately, even with seed and random my > simulation is generating the same flow in different

Re: [sumo-user] geo-position of stops

2020-10-21 Thread Michael Behrisch
Hi Max, in which way are the x,y coordinates wrong? Can you send your input files? When converting from x,y to lon lat you need to leave out the last parameter (True) which is only needed when converting raw UTM coordinates. Best regards, Michael Am 21.10.20 um 12:09 schrieb Maximilian Socher:

Re: [sumo-user] Different probability flows between simulations

2020-10-21 Thread Tiago Silva
Dear Andras and Lokesh, Thanks for your reply! Unfortunately, even with seed and random my simulation is generating the same flow in different simulation runs. I tested this in v1_7_0 tag and in master branch with all current changes. Is this working for you? If so, it's probably a problem in my

Re: [sumo-user] Adding a new vehicle

2020-10-21 Thread Michael Behrisch
Hi, it may be that the vehicle is not allowed to drive on the edge. Please check the vclass of the vehicle type and the permissions. If the problem persists, please send the scenario. Best regards, Michael Am 19.10.20 um 08:40 schrieb 謝昀宸: > Hello, > I want to add vehicles randomly in the

Re: [sumo-user] Angle value in FCD output

2020-10-21 Thread Michael Behrisch
Hi, the absoulte coordinate axes are the reference. Best regards, Michael Am 19.10.20 um 08:24 schrieb Ishan Dindorkar: > Dear SUMO Users, > > I have a question regarding angle value which is generated as part of FCD > output. As per the description in official document, it is angle of vehicle

Re: [sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Michael Behrisch
Hi, concerning the missing vehicle, please check the log for any error messages / warnings. Concerning the netedit version, I would also assume that you have some hidden second version or that the uninstall did not finish properly. Does netedit show the right version when you start it from the

Re: [sumo-user] Cannot run state saved from previous version

2020-10-21 Thread Michael Behrisch
Hi Abdullah, states are not meant for long term saving, so you cannot use a 1.3.1 state with sumo 1.7.0. Depending on the size there is a small chance you might be able to convert it by hand but it is not something which is easily done. Usually new states contain more values which you will not be

Re: [sumo-user] Different probability flows between simulations

2020-10-21 Thread Andras Bondor
Hi Tiago, Maybe initializing the simulation with a different random seed would solve your issue: https://sumo.dlr.de/docs/Simulation/Randomness.html Andras Feladó: sumo-user-boun...@eclipse.org , meghatalmazó: Tiago Silva Elküldve: 2020. október 21., szerda

Re: [sumo-user] Different probability flows between simulations

2020-10-21 Thread Lokesh Das
Hi Tiago, >From the heading, it seems that you want to change the vehicle injection probability in every simulation run. If it is, you can do it in two ways: i) manually- every time change probability value in route file or ii) dynamically- change it using TraCI API. However, if you want with the

[sumo-user] Different probability flows between simulations

2020-10-21 Thread Tiago Silva
hello, I'm generating a flow of vehicles with probability='0.3' as seen in the code below: ** It works correctly and generates the random flows I need during the simulation. However, I noticed that if I execute the simulation again it will generate the same random flow as the

Re: [sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Shah Sultan
No, there is no any other SUMO version installed. A year and a half ago I installed SUMO. But then I did not get a chance to work on it. Before installing the latest version, I uninstalled the previous one. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/

Re: [sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Pablo.AlvarezLopez
Hi, Do you have another SUMO-Version installed in your computer? Regards -Ursprüngliche Nachricht- Von: sumo-user-boun...@eclipse.org Im Auftrag von Shah Sultan Gesendet: Mittwoch, 21. Oktober 2020 12:47 An: sumo-user@eclipse.org Betreff: [sumo-user] Unable to see vehicle (Hello

[sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Shah Sultan
Hello everyone. I am quite a new SUMO user. I am working on a Tutorial (Hello World). I am unable to open SUMO-GUI from NETEDIT through Ctrl+T. When I am trying to run my network by manually opening SUMO-GUI, I am unable to see my vehicle even with the delay of 100 ms. One more thing, I am

Re: [sumo-user] geo-position of stops

2020-10-21 Thread Maximilian Socher
Hi Giuliana, thanks for your reply. I am currently working on a script based on your input, however the coordinates I'm getting are way off. I'm extracting the laneID and lanePos from my ptstops.add.xml. These are correct. The x and y-coordinates I recieve from