V2Xgithub / WiLabV2Xsim

V2X simulator
GNU General Public License v3.0
79 stars 32 forks source link

About using the new map #20

Closed ysj4242 closed 8 months ago

ysj4242 commented 1 year ago

I would like to create a map using an actual map and simulate it. Could you please tell me how to apply it? thank you

V2Xgithub commented 1 year ago

Hi, actually you cannot directly import a map inside the simulator to reproduce the vehicle movements. However, you can use SUMO for this scope and link SUMO to the simulator: SUMO is a traffic simulator that you can use to generate the mobility of the vehicles, by also importing external maps; the positions of the vehicles in consecutive instants (by default it is every 100 ms) are then imported in WiLabV2Xsim. More information on how to link SUMO with the simulator can be found in the WiKi of github. Best regards

ysj4242 commented 1 year ago

Thank you for response.