Re: [sumo-user] Change Lane Information Retrieval with C++ API

2018-08-22 Thread Jakob Erdmann
No Problem/ Release has been pushed back 1 week and is now scheduled for Sept 4th: https://github.com/eclipse/sumo/milestones regards, Jakob 2018-08-23 7:48 GMT+02:00 Jakob Kaths : > Wow, thanks a lot. Yet another very fast solution from your side. We’ll > try to get our intended idea working w

Re: [sumo-user] Change Lane Information Retrieval with C++ API

2018-08-22 Thread Jakob Kaths
Wow, thanks a lot. Yet another very fast solution from your side. We’ll try to get our intended idea working with that. Thanks again! I now, it could be one of the questions less well received, but do you have a plan for the next release date of SUMO? Best regards Jakob Von: Jakob Erdmann

[sumo-user] Metrics

2018-08-22 Thread Jose Monreal Bailey
Hey everyone, I noticed that sometimes vehicles in my scenarios, use the lane for turn and go through, when they want to go through, jamming all the vehicles behind that want to turn. Is there a way to get measurement? How many times that does happen, how many vehicles impacted by that, time, amo

Re: [sumo-user] Change Lane Information Retrieval with C++ API

2018-08-22 Thread Jakob Erdmann
Hello, you can find the C++ TraCI client implementation of vehicle.getLaneChangeState in the development version (f4367fcf1a7e0231a1e30082001cafe3e9aaf492) regards, Jakob 2018-08-22 9:33 GMT+02:00 Jakob Kaths : > Hey everybody, > > > > we’re trying to implement a change lane information retrieval

Re: [sumo-user] A question about Induction loop output

2018-08-22 Thread Tong, Kailin
Okay Thanks Jakob From: sumo-user-boun...@eclipse.org On Behalf Of Jakob Erdmann Sent: Wednesday, August 22, 2018 10:48 AM To: Sumo project User discussions Subject: Re: [sumo-user] A question about Induction loop output For unaggregated type data you can use instantInductionLoop: http://sumo

Re: [sumo-user] Tripinfo output

2018-08-22 Thread Jose Monreal Bailey
Great! Thanks Jakob On Wed, 22 Aug 2018 at 09:44, Jakob Erdmann wrote: > It means the vehicle was still driving at the end of the simulation. > > 2018-08-22 10:01 GMT+02:00 Jose Monreal Bailey : > >> Hey everyone, >> >> I have a question regarding to the tripinfo output. >> The entries with arri

Re: [sumo-user] A question about Induction loop output

2018-08-22 Thread Jakob Erdmann
For unaggregated type data you can use instantInductionLoop: http://sumo.dlr.de/wiki/Simulation/Output/Instantaneous_Induction_Loops_Detectors 2018-08-22 10:43 GMT+02:00 Tong, Kailin : > Dear SUMO users, > > > > I read the outout possibility of Induction Loops Detectors. > > I would like to make

Re: [sumo-user] Tripinfo output

2018-08-22 Thread Jakob Erdmann
It means the vehicle was still driving at the end of the simulation. 2018-08-22 10:01 GMT+02:00 Jose Monreal Bailey : > Hey everyone, > > I have a question regarding to the tripinfo output. > The entries with arrival="-1.00", arrivalPos="-1.00" and > arrivalSpeed="-1.00" does that mean that the v

[sumo-user] A question about Induction loop output

2018-08-22 Thread Tong, Kailin
Dear SUMO users, I read the outout possibility of Induction Loops Detectors. I would like to make it outout the vehicle type which is passing on, but it seems not possible. Are there some alternative solutions? Thank you! Best regards, Kailin ___ sum

[sumo-user] Tripinfo output

2018-08-22 Thread Jose Monreal Bailey
Hey everyone, I have a question regarding to the tripinfo output. The entries with arrival="-1.00", arrivalPos="-1.00" and arrivalSpeed="-1.00" does that mean that the vehicle was not part of the simulation? Best regards, José ___ sumo-user mailing list

[sumo-user] Change Lane Information Retrieval with C++ API

2018-08-22 Thread Jakob Kaths
Hey everybody, we're trying to implement a change lane information retrieval with the C++ API. The goal is to identify, if a certain vehicle is currently able to change lanes. In Python the method couldChangeLane is already implemented, for C++ we thought, the compound bitset that is described