|
From: Eric G. <eg...@gm...> - 2011-11-08 14:45:29
|
Dear Daniel and Jakob, Yes it woks perfectly if you create a vehicle in a .rou.xml file. In TraCI, dynamic creation of vehicles has the dummy node problem. Command 0xc4, (add 0x80), has no parameters for arrivalPos, arrivalLane, and arrivalSpeed!!! So with TraCI we DO NEED the extra dummy node. The command (0xc4 0x80) only has 6 parameters for the creation of vehicles (Vehicle Type ID, Route ID, depart, deparPos, departSpeed, and departLane). For now, from the programs that I did with TraCI, even if parameters deparPos, departSpeed, and departLane are present in the dynamic creation of vehicle with TraCI, TraCI does not take into account the values passed for them. That is, the vehicles that I create with TraCI always start at Lane 0 with a speed of 0.0 m/s. A bug in SUMO??? A bug in my program??? Thank you for your help and suggestions. Eric. |