Sumo, Simulation of Urban Mobility: Output Trace Files and Metrics, part 1

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 19

  • @kyakulagakajjumba9503
    @kyakulagakajjumba9503 Рік тому

    thanks 4 this vid as a newbee in VANETS i surely appreciate this as it gives me an insight to learn more

  • @SatishKumar-uz3kl
    @SatishKumar-uz3kl 4 роки тому +1

    Your tutorials are very informative and helpful. Waiting for videos on Traci.

  • @hasti1374
    @hasti1374 3 роки тому +1

    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?

  • @googlepixel6a-r1j
    @googlepixel6a-r1j 9 місяців тому +1

    its very helpful

  • @edivaldopastorivalentini2600
    @edivaldopastorivalentini2600 4 роки тому

    Hi Rodrigue,
    Your video perfect. Helping me much.
    Thanks.

  • @tanatontaraudom4678
    @tanatontaraudom4678 5 років тому

    thank a lot and waiting for the next part

  • @sheikhfarhana6094
    @sheikhfarhana6094 Рік тому

    which mobility model sumo is using

  • @omarqasem9129
    @omarqasem9129 3 роки тому +1

    how can I plot those data using matlab or python ?

  • @javiervique8915
    @javiervique8915 4 роки тому

    You have the simulation of emissions by means of graphs with SUMO or with matlab please

  • @sriranjans9697
    @sriranjans9697 3 роки тому

    Thanks a lot!

  • @yesydiahrosita8707
    @yesydiahrosita8707 3 роки тому

    Useful video. Thank you. How to insert a formula/equation into SUMO?

  • @safoprince9044
    @safoprince9044 2 роки тому

    does anyone know how to convert the output results (XML) to CSV?

  • @maged4087
    @maged4087 3 роки тому

    part2?

  • @hamidatout3827
    @hamidatout3827 4 роки тому

    hey bro. is it possible to output result of the delays at intersections or roundabouts? if so, please give me a clue

  • @miora5705
    @miora5705 6 років тому +1

    Waiting for the second part

  • @viallykazadimutombo225
    @viallykazadimutombo225 6 років тому

    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?

  • @Coderz404
    @Coderz404 6 років тому

    thanks a lot that is so Helpful please Go no ..

  • @RodrigueTchamna
    @RodrigueTchamna  6 років тому +2

    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