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

Generate plugin specific planManeuever and planTrajectory service latency #83

Closed MishkaMN closed 2 months ago

MishkaMN commented 2 months ago

PR Details

Description

Fix 1: In https://github.com/usdot-fhwa-stol/tracetools_analysis/pull/1, some errors that prevented from assigning correct owner_info to service have been fixed. Now the script can distinguish services and clients based on their owner despite generating from same base class and having identical service types.

Fix 2: It also stops using line chart as it may conceal cases where there is data missing intermittently during operation as the line just connects between two separated segments. As you can see below, either the vehicle disengaged or something else happened for plugins to not get called for almost 20 seconds twice:

Previous: The gap is not so clear, which we may miss. image I noticed the gap more from here: image

So changing to Scatter plot: image

Different planManeuvers being distinguished: image

image

Related GitHub Issue

Related Jira Key

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

MishkaMN commented 2 months ago

There was some weird github issue, replaced with https://github.com/usdot-fhwa-stol/carma-analytics-fotda/pull/84