usdot-fhwa-stol / carma-msgs

ROS Message definitions used by the CARMA Platform
6 stars 9 forks source link

Add confidence enumerated values to floating points #226

Closed adamlm closed 9 months ago

adamlm commented 9 months ago

PR Details

Description

This PR adds some convenience functions to convert the SAE confidence enumerated values to floating point equivalents. The enumerated values aren't really useful beyond standardizing data representation in messages.

Related GitHub Issue

Related Jira Key

Closes CDAR-734

Motivation and Context

Need the confidence values to generate covariance matrices. Floating point representations help with this.

How Has This Been Tested?

Unit tests.

Types of changes

Checklist: