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

[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] 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",