Re: [sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Simon Chauvin
Perfect! That solved my problem. Sorry that I missed this part in the wiki. Thank you Jakob -- *Simon Chauvin* *(Machine Learning Engineer)* E.S.R.Labs AG Phone: +49 151 44036356 E-mail: simon.chau...@esrlabs.com www.esrlabs.com Sitz der Gesellschaft: Balanstr. 73, Haus 10, 3. OG, 8154

[sumo-user] Fwd: OpenStreetMap - Export only selected roads

2018-04-18 Thread Paula Naomi
Hello everyone. I need to export some roads from Sao Paulo city using OpenStreepMap. I don't want to export the whole city, because I just need some primary roads and the complete file would be too large. So, I need to know if there is a way to export only selected roads. I tried to use API Ove

[sumo-user] OpenStreetMap - Export only selected roads

2018-04-18 Thread Paula Naomi via sumo-user
Hello everyone. I need to export some roads from Sao Paulo city using OpenStreepMap. I don't want to export the whole city, because I just need some primary roads and the complete file would be too large. So, I need to know if there is a way to export only selected roads. I tried to use API Ove

Re: [sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Jakob Erdmann
Hello, it is documented now: http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#Vehicle_insertion regards, Jakob 2018-04-18 13:48 GMT+02:00 Simon Chauvin : > ​ > ​Hi, > I am new with sumo and TraCI > At some point, I would like to create​ a new vehicle using > traci.vehicle.addFull() > > Here is

[sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Simon Chauvin
​ ​Hi, I am new with sumo and TraCI At some point, I would like to create​ a new vehicle using traci.vehicle.addFull() Here is my function: def add_new_vehicle(): print("vehicle list BEFORE{}".format(traci.vehicle.getIDList())) traci.vehicle.addFull( vehID="new_veh",

[sumo-user] Driver behaviour in SUMO

2018-04-18 Thread mohsen hs
Dear SUMO user,  I would like to model the traffic based on the driver's behaviors and I need to have a good understanding of the related parameters and the way they interact. For example, a model which defines the Tau value based on the driver imperfection. Another concept is that how Tau chang

[sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Simon Chauvin via sumo-user
​​ ​Hi, I am new with sumo and TraCI At some point, I would like to create​ a new vehicle using traci.vehicle.addFull() Here is my function: def add_new_vehicle(): print("vehicle list BEFORE{}".format(traci.vehicle.getIDList())) traci.vehicle.addFull( vehID="new_veh",

Re: [sumo-user] e2 detector inside junction?

2018-04-18 Thread Menno van der Woude
Hello, thanks, it worked now. Before, I think I did not open the network with internal lanes in SUMO. Now I was able to place a detector inside the junction! Greets, Menno On 18-4-2018 12:13, Jakob Erdmann wrote: Hello, in order to place detectors within junctions your network must be built

Re: [sumo-user] e2 detector inside junction?

2018-04-18 Thread Jakob Erdmann
Hello, in order to place detectors within junctions your network must be built with internal lanes ( http://sumo.dlr.de/wiki/Simulation/Intersections#Internal_links). - you can show the internal edge ids by setting 'show internal edge name' in the junction visualization settings (lanes have the su

Re: [sumo-user] e2 detector inside junction?

2018-04-18 Thread Menno van der Woude
Hello Jakob, thanks for the info. I'd like to try this, but have trouble finding the internal lane IDs. Checking "show internal edge name" in View Settings (in SUMO-GUI) has no (visible) effect. Checking "show lane to lane connections" shows some straight lines, though not all connections ar