Hi Eduardo Am 23.08.2014 03:11, schrieb Eduardo Boaventura: > I need to make a data table which shows the exact point (coordinates) > where the cars change from one lane to other to continuing the main > road or to leaving it to the exit. Finally, the problem is "I don't know how to do that".
There is no sumo output directly related to lane changes, so You probably need to derive the lane change information from here: http://sumo-sim.org/userdoc/Simulation/Output/RawDump.html while retrieving the coordinates for the vehicle from this output: http://sumo-sim.org/userdoc/Simulation/Output/FCDOutput.html Best regards, Michael ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
