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

MustSensorDriverPlugin: Convert the classification confidence to decimal from percentage unit % #634

Closed dan-du-car closed 3 months ago

dan-du-car commented 3 months ago

PR Details

Description

The MUST Sensor provides classification confidence as a decimal value between 0 and 100 % while the Sensor Detected Object message expects confidence as a decimal value between 0 and 1. PR includes appropriate conversion logic

Related Issue

FCP-30

Motivation and Context

Provide correct data translation between MUST sensor output and Sensor Detected Object message for data accuracy in the SDMS Pipeline

How Has This Been Tested?

Unit Testing and Local Integration Testing

Types of changes

Checklist:

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
8.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud