usdot-fhwa-stol / carma-analytics-fotda

CARMA Analytics is a secure, scalable and cloud agnostic data architecture to enable research analysis on big data sets by defining repeatable and scalable processes for ingesting data, creation of a data repository to fuse, process and perform quality assurance.
Apache License 2.0
3 stars 3 forks source link

Add scheduling service csv log analysis script #3

Closed adev4a closed 1 year ago

adev4a commented 1 year ago

PR Details

This PR adds an analysis script for creating plots of entering_times against timestamps of vehicles using scheduling_service logs. The plots are created for EV and DV states and require a scheduling_service log csv to be passed as an argument

Description

A single plot consists of entering times for a run, which is marked by linebreaks in the csv. Current implementation adds line breaks when there is no vehicle in the intersection and only has entries when the vehicle has carma engaged.

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist: