[sumo-user] krauss model

2020-03-16 Thread Graziano Manduzio
Hi everyone, I solved a problem related to departed delay by reducing a parameter of the model krauss: the Tau that I think is the human reaction time. This documentation explain which are the krauss model parameters:

[sumo-user] Krauss model

2020-03-16 Thread Graziano Manduzio
Hi everyone, how the Krauss model works between two consecutive car going at the same speed? In general I'm looking for a documentation where is explained how the krauss model is exactly implemented in the last releases of sumo. Thanks in advance, Graziano

Re: [sumo-user] Sumo implementation of Krauss car-following model in sumo 1.3.1

2020-03-15 Thread Graziano Manduzio
gt; Am So., 15. März 2020 um 03:48 Uhr schrieb Graziano Manduzio < > graziano.mandu...@gmail.com>: > >> Hi everyone, >> >> I'm dealing with a problem related to the entry vehicles in the scenario >> and in particular to the departure delays. In

[sumo-user] Sumo implementation of Krauss car-following model in sumo 1.3.1

2020-03-14 Thread Graziano Manduzio
Hi everyone, I'm dealing with a problem related to the entry vehicles in the scenario and in particular to the departure delays. In a previous mail you suggested me to add some options like this: https://sumo.dlr.de/docs/Simulation/VehicleInsertion.html#investigating_insertion_delay however

Re: [sumo-user] vehicle entry policy

2020-03-12 Thread Graziano Manduzio
ests/complex/traas/simple/data/Main.java#L44 > > Am Mi., 11. März 2020 um 21:37 Uhr schrieb Graziano Manduzio < > graziano.mandu...@gmail.com>: > >> Hi Jacob, >> >> just an other question, please. Since I'm using the java API traas to run >> Traci, can I set fo

Re: [sumo-user] vehicle entry policy

2020-03-11 Thread Graziano Manduzio
ght be affected by delayed insertions: > https://sumo.dlr.de/docs/Simulation/VehicleInsertion.html#investigating_insertion_delay > > regards, > Jakob > > Am Mi., 11. März 2020 um 20:18 Uhr schrieb Graziano Manduzio < > graziano.mandu...@gmail.com>: > >> Hi everyone, &

[sumo-user] vehicle entry policy

2020-03-11 Thread Graziano Manduzio
Hi everyone, we're dealing with a problem when we enter our vehicles using an exponential distribution in the network. Or better, is exponential the trend of the arrival times within the network. However, detecting the actual arrival times by means of a loop located at the entrance of the road,

Re: [sumo-user] Missing attribute initialization in traci domain(.py).Domain

2019-03-10 Thread Graziano Manduzio
connection object returned from traci.connect > (useful only when managing multiple traci connections in the same script). > > regards, > Jakob > > > Am So., 10. März 2019 um 17:37 Uhr schrieb Graziano Manduzio < > graziano.mandu...@gmail.com>: > >> Hello us

[sumo-user] Missing attribute initialization in traci domain(.py).Domain

2019-03-10 Thread Graziano Manduzio
Hello users! In traci, the attributes of domain.Domain._connnection seem to be not initializated E.g. _connection._beginMessage: because of that some methods, for instance _vehicle(.py).vehicleDomain.add(), seem to not work in the right way. However, I have not reported the issue on GitHub yet,

[sumo-user] Java Traas method Vehicle.setAdaptedTravletime() 4 parameters issue #5251

2019-03-02 Thread Graziano Manduzio
Hello Users! Using Java Traas method Vehicle.setAdaptedTravletime(), the following errors appear on display in eclipse and Sumo console respectively: eclipse: Exception in thread "main" it.polito.appeal.traci.TraCIException: SUMO error for command 196: Setting travel time using 4 parameters

[sumo-user] SUMO error for command 173: Lane area detector '' is not known

2019-02-25 Thread Graziano Manduzio
Hello users!, Using TraCI Lane Area detectors, the Traas command conn.do_job_get(Lanearea.getLastStepVehicleIDs("yourdetector")) don't recongnize the ID detector, altough specified in its relative additional file; indeed the following message appears on display: SUMO error for command 173: Lane

[sumo-user] (no subject)

2019-02-25 Thread Graziano Manduzio
Hello users!, Using TraCI Lane Area detectors, the Traas command conn.do_job_get(Lanearea.getLastStepVehicleIDs("yourdetector")) don't recongnize the ID detector, altough specified in its relative additional file; indeed the following message appears on display: SUMO error for command 173: Lane

Re: [sumo-user] Java interface

2019-02-13 Thread Graziano Manduzio
gt; Hello, > TraCI4J is no longer supported. The version of Traas that is included in > your sumo release should work without problems (sumo/bin/TraaS.jar). > If you encounter any errors with this version, please report them. > regards, > Jakob > > Am Mi., 13. Feb. 2019 um 13:01

[sumo-user] Java interface

2019-02-13 Thread Graziano Manduzio
Hello users, I'm trying to use some Java interfaces abled to manage SUMO gui directly from Java scripts; I'd like to run the simuation entirely from the code. In this respect I tried to use two libraries, Traas and TraCI4J but both don't work in the right way. I don't know if it's depend on the

[sumo-user] Setting speed with which the vehicle shall enter or leave any lane.

2019-01-29 Thread Graziano Manduzio
Hello users, I've seen that it is possible as input to set the speed values when a vehicle enters or leaves the network by using the vehicle properties . Could it be possible to set the same speed values related to a

Re: [sumo-user] Departure time of a vehicle given a certain lane

2019-01-27 Thread Graziano Manduzio
late vehicles >> with Python, and retrieve many interesting & useful data, >> >> For instance, you can retrieve the number of Vehicles which entered an >> edge of the road network during the last time step with the *last step >> vehicle number (0x10) function*d

Re: [sumo-user] Departure time of a vehicle given a certain lane

2019-01-27 Thread Graziano Manduzio
umber (0x10) function*described here > <http://sumo.dlr.de/wiki/TraCI/Edge_Value_Retrieval> > > Best wishes, > Arslane > > Le dim. 27 janv. 2019 à 18:40, Graziano Manduzio < > graziano.mandu...@gmail.com> a écrit : > >> hello, >> >> I'm a res

[sumo-user] Departure time of a vehicle given a certain lane

2019-01-27 Thread Graziano Manduzio
hello, I'm a researcher at the university of Florence and I'm using Sumo for my works. I'd like to know how it is possible to get as output, data related to the departure times of all vehicles crossing a given lane that is not an entering network lane. Thanks, Graziano

[sumo-user] (no subject)

2019-01-27 Thread Graziano Manduzio
hello, I'm a reasercher at the university of Florence and I'm using Sumo for my works. I'd like to know how is it possible to get as output, data related to the departure times of all vehicles crossing a given lane that is not an entering network lanes. Thanks, Graziano