michele-segata / plexe-pyapi

Python APIs to control Plexe models in SUMO
49 stars 14 forks source link

Question: Is there anyway that we can generate results for analysis? #3

Closed SafrasIqbal closed 4 years ago

SafrasIqbal commented 4 years ago

Hi Michele.

The PlexeAPI seems a feasible option for me to generate custom platoon scenarios. I just wondering will there be an option for me to generate results for analysis. Will the PlexeAPI will be enhanced to results generation? or will you suggest me a lead for me to try out a way to generate the results? Thank you.

Regards,

Safras

michele-segata commented 4 years ago

The python API only control the simulation. If you need to collect results, you need to implement that yourself inside the simulation. Just remember that, if you choose the python API, you only have platooning models and no communication models.

SafrasIqbal commented 4 years ago

Hi Michele,

Oh ok got it. I probably need the communication model as well. Thanks for the info.

Regards,

Safras

SafrasIqbal commented 4 years ago

query answered. hence closing