Thanks for the perfect video. If we want to extract only information about a specific part of the map, how can we do it? I mean, can we specify coordinates(x,y) in the Sumo config file?
Command lines for SUMO Output 0) Sumo Floating Car Data (FCD) Trace File sumo -c myConfig.sumocfg --fcd-output sumoTrace.xml 1) Raw vehicle positions dump: sumo -c myconfig.sumocfg --netstate-dump my_dump_file.xml 2) Emission Output: Amount of CO2, CO, HC, NOX, fuel, electricity, noise, emitted by the vehicle in the actual simulation step sumo -c myconfig.sumocfg --emission-output my_emission_file.xml 3) Full Output: dump every information contained in the network, including emission, position, speed, lane. Warning!!! takes a lot of time to accomplish this task and the file size is very big (~GB) sumo -c myconfig.sumocfg --full-output my_full_output.xml 4) SUMO Lane change Output sumo -c myconfig.sumocfg --lanechange-output my_lane_change_file.xml 5) SUMO VTK Output sumo -c myconfig.sumocfg --vtk-output my_vkt_file.xml
thanks 4 this vid as a newbee in VANETS i surely appreciate this as it gives me an insight to learn more
Your tutorials are very informative and helpful. Waiting for videos on Traci.
Thanks for the perfect video. If we want to extract only information about a specific part of the map, how can we do it? I mean, can we specify coordinates(x,y) in the Sumo config file?
its very helpful
Hi Rodrigue,
Your video perfect. Helping me much.
Thanks.
thank a lot and waiting for the next part
which mobility model sumo is using
how can I plot those data using matlab or python ?
You have the simulation of emissions by means of graphs with SUMO or with matlab please
Thanks a lot!
Useful video. Thank you. How to insert a formula/equation into SUMO?
does anyone know how to convert the output results (XML) to CSV?
part2?
hey bro. is it possible to output result of the delays at intersections or roundabouts? if so, please give me a clue
Waiting for the second part
That's very great and very helpful, thank you so much. Can you help me on how can I simulate one's algorithm using SUMO?
thanks a lot that is so Helpful please Go no ..
Command lines for SUMO Output
0) Sumo Floating Car Data (FCD) Trace File
sumo -c myConfig.sumocfg --fcd-output sumoTrace.xml
1) Raw vehicle positions dump:
sumo -c myconfig.sumocfg --netstate-dump my_dump_file.xml
2) Emission Output: Amount of CO2, CO, HC, NOX, fuel, electricity, noise, emitted by the vehicle in the actual simulation step
sumo -c myconfig.sumocfg --emission-output my_emission_file.xml
3) Full Output:
dump every information contained in the network, including emission, position, speed, lane.
Warning!!! takes a lot of time to accomplish this task and the file size is very big (~GB)
sumo -c myconfig.sumocfg --full-output my_full_output.xml
4) SUMO Lane change Output
sumo -c myconfig.sumocfg --lanechange-output my_lane_change_file.xml
5) SUMO VTK Output
sumo -c myconfig.sumocfg --vtk-output my_vkt_file.xml