Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] help

SUMO does not simulate V2X messages directly.
This is done by coupling a network simulator such as veins (i.e. https://stackoverflow.com/questions/57641967/veins-bsm-messages) or by writing the V2X application directly in a traci script: https://sumo.dlr.de/docs/TraCI.html

Am Mi., 5. Aug. 2020 um 15:43 Uhr schrieb NaolyTech <nafolget@xxxxxxxxx>:
Dear my friends, how are you doing? I really miss you. Thank you for your kindly response really.

In my vanet simulation work, i confused on the following things to go forward:
   But before that:
        1) I created highway road of 2500 length with two direction with 4 lanes per                   direction.
        2) I created the routes for 300 vehicles and some attributes
        3) I created SUMO configuration file for two files above
        4) Then I created SUMO trace file from .sumocfg file created above using:
               "sumo -c name.sumocfg --fcd-output sumoTrace.xml"
        5) Then I generated ns2mobility file using:
               "python traceExporter.py --fcd-input sumoTrace.xml --ns2mobility-                        output mobility.tcl"

After all these work done, i stopped where to go because my targets are:
  1) applying BSM (Basic Safety Mesaage) application on the scenario i created above highway road 2500m long with 300 vehicle above.
  
   2) storing produced vehicles bsm trace file in "anyName.csv file"  from communication taken place among vehicles I created on the above scenarios.

     ..................So how can make these all ???????..........................
I hope you have got my idea and help me on these points.

Thank you
Naol
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top