Re: [sumo-user] Beginner for SUMO

2018-08-02 Thread Jakob Erdmann
Hello, I've run my own test and looked at the code again: The way sumo is currently implemented you will never see a duplicate ID. This is because the detectors in SUMO effectivly detect only the center line of a vehicle rather than its whole width. Even during a continuous lane change, the vehicle

Re: [sumo-user] Beginner for SUMO

2018-08-02 Thread Ei Ei Mon
Dear, May I ask again for my problem. Now I use --step-length and --lanechange.duration together. By using --lanechange.duration option, I think I can get duplicate vehicle ids that use lane changing on two neighboring lanes. Is it making sense? Now I didn't get any duplicate ids. It should be or

Re: [sumo-user] couldChangeLane() error

2018-08-02 Thread himanshu soni
Thank you so much Jakob. I thought I wasted 2 days fixing this error. Thank you so much On Fri, Aug 3, 2018, 2:00 AM Jakob Erdmann wrote: > Thank you for providing the example scenario. > You've encountered a bug in function couldChangeLane which would give > wrong results immediately after a la

[sumo-user] Fw: Get the route segments between two points (really important)

2018-08-02 Thread Abeer Hakeem
Hi Jacob and everyone, I'm using Traas-Traci as service with cologne map. I have a question in regard to getting the route segments (i.e. edges) between two points (i.e., destinations) on the map. For example, while the simulation is running, I need to specify two points on the map and I want

Re: [sumo-user] couldChangeLane() error

2018-08-02 Thread Jakob Erdmann
Thank you for providing the example scenario. You've encountered a bug in function couldChangeLane which would give wrong results immediately after a lane change. https://github.com/eclipse/sumo/issues/4381 This is now fixed in the latest development version. You may either update your sumo version

Re: [sumo-user] How to just output the information I need?

2018-08-02 Thread Jakob Erdmann
You could convert the output to csv and load it into excel to delete data columns or perform statistical analysis: http://sumo.dlr.de/wiki/Tools/Xml#xml2csv.py 2018-08-02 14:18 GMT+02:00 Zhiqiang Hu : > Hi sumo-users, > I use the option --tripinfo-output to get the travel time of every > vehicle,

Re: [sumo-user] Generating Routes and Trips

2018-08-02 Thread Jakob Erdmann
Yes. Take a look at the example files and slides from SUMO User Conference Tutorial. It explains exactly this: http://sumo.dlr.de/daily/sumo2018_tutorial.zip 2018-08-02 14:15 GMT+02:00 Giovanni Hieronimus Maurice Pradipta Mite < necromancerhi...@gmail.com>: > Hallo Jakob and everyone; > > > > I m

[sumo-user] How to just output the information I need?

2018-08-02 Thread Zhiqiang Hu
Hi sumo-users, I use the option --tripinfo-output to get the travel time of every vehicle,so the information I need is vehicleID and durations.So is there anyway to just output the vehicleIDs and durations?Thanks in advance! Beat regards, Zhiqiang ___ su

[sumo-user] Generating Routes and Trips

2018-08-02 Thread Giovanni Hieronimus Maurice Pradipta Mite
Hallo Jakob and everyone; I made a Simulation from a part of Jakarta through OSM Web Wizard, and the parameters for the Trips is just.. not adequate. I have a data from which I know the hourly average of vehicles passing through certain edges/ roads in a junction. Can I somehow combine the alr

Re: [sumo-user] couldChangeLane() error

2018-08-02 Thread himanshu soni
On Thu, Aug 2, 2018 at 2:43 PM himanshu soni wrote: > There is an error in the function call getLaneChangeStatePretty(), and > other are attached in the mail, and the red vehicle is my target vehicle. > > On Thu, Aug 2, 2018 at 12:20 PM Jakob Erdmann > wrote: > >> please select one situation fro

Re: [sumo-user] Beginner for SUMO

2018-08-02 Thread Ei Ei Mon
Thank you. I will check with sublane model. In my case, I would like to detect the duplicate vehicle ids from lane area detectors at the same time step. According to your suggestions, I think I can detect the ids from detectors on two neighboring lanes. I will try it. On Thu, Aug 2, 2018 at 1:47 A