Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

dan-du-car
Copy link
Collaborator

@dan-du-car dan-du-car commented Aug 27, 2024

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

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
    V2XHUB Contributing Guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link

sonarcloud bot commented Aug 28, 2024

@paulbourelly999 paulbourelly999 merged commit 1615eb5 into develop Aug 28, 2024
3 checks passed
@paulbourelly999 paulbourelly999 deleted the must_sensor_driver branch August 28, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants