usdot-fhwa-OPS / V2X-Hub

V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123 stars 69 forks source link

Analysis script erv #524

Closed dan-du-car closed 1 year ago

dan-du-car commented 1 year ago

PR Details

Description

Update script to read and parse log file and save the relevant information into excel. Add plot script to read excel file, process the data to generate the result based on the metric requirements.

Related Issue

https://github.com/usdot-fhwa-OPS/V2X-Hub/issues/515

Motivation and Context

ERV freight testing

How Has This Been Tested?

Local integration

Types of changes

Checklist:

paulbourelly999 commented 1 year ago

I know I am not assigned on this PR but have we thought about including this kind of analysis scripts inside the https://github.com/usdot-fhwa-stol/carma-analytics-fotda repo instead of in our V2X-Hub github repo. Not a huge deal and probably something we can clean up later but I don't think we should be mixing in post run plotting scripts with our source code.

dan-du-car commented 1 year ago

I know I am not assigned on this PR but have we thought about including this kind of analysis scripts inside the https://github.com/usdot-fhwa-stol/carma-analytics-fotda repo instead of in our V2X-Hub github repo. Not a huge deal and probably something we can clean up later but I don't think we should be mixing in post run plotting scripts with our source code.

@paulbourelly999 I did not know we have a separate repos to keep all the analysis script. Do we have a dedicated branch to keep track of all the past v2xhub analysis script in that repos?

JonSmet commented 1 year ago

Closing PR as the script and associated files will be merged into the carma-analytics-fotda repository instead. Related PR: https://github.com/usdot-fhwa-stol/carma-analytics-fotda/pull/15