Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] If there is a video of traffic flow, how to make the operation of the vehicle in Sumo be consistent with the operation of the vehicle in the video?

If you only need to replicate the spatial aspect of the trajetory and the lon,lat data is of high quality you can define a trip with that holds all list of all coordinates in the viaLonLat attribute and process that input with duarouter: https://sumo.dlr.de/docs/Demand/Shortest_or_Optimal_Path_Routing.html#trip_definitions

Am Mo., 26. Juli 2021 um 18:39 Uhr schrieb Issac <qianzehao2021@xxxxxxx>:
Hi,Hervé
Thank you for your reply and I will try this way.
Regards,Issac






At 2021-07-26 15:32:51, "Hervé Diedie" <hervediedie@xxxxxxxxx> wrote:

 To the best of my knowledge I think  that unfortunately you need to write a .rou.xml file all by yourself  or
using the TraCI API  from a third-party language like python, matlab, or c++ to connect with sumo (see documentation).
Using TraCI you can create vehicles, and manipulate them as you want.

Le dim. 25 juil. 2021 à 10:43, Issac <qianzehao2021@xxxxxxx> a écrit :

Dear Sumo users,

         I used datafromsky software to extract some vehicle data from the video. Now I want to make the operation of the vehicle in Sumo be consistent with the operation of the vehicle in the video. How can I achieve this effect?

         I’m looking forward to your answer.Thank you very much.

         The vehicle data extracted from the video can be found in the attachment data1.csv.

                                                                                                                                                               Yours sincerely,
                                                                                                                                                               Issac


 

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


 

_______________________________________________
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