CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
10
stars
10
forks
source link
Convert detections from ENU to NED coordinate frame. #393
Convert detections from ENU to NED coordinate frame.
Updated hardcoded heading confidence to 0.1 degree
Added case for near 0 velocity to heading conversion to avoid
noisy heading values.
Related GitHub Issue
Related Jira Key
CDAR-751
Motivation and Context
Fix SDSM data
How Has This Been Tested?
Unit testing
Types of changes
[x] 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
[x] My change requires a change to the documentation.
PR Details
Description
Convert detections from ENU to NED coordinate frame. Updated hardcoded heading confidence to 0.1 degree Added case for near 0 velocity to heading conversion to avoid noisy heading values.
Related GitHub Issue
Related Jira Key
CDAR-751
Motivation and Context
Fix SDSM data
How Has This Been Tested?
Unit testing
Types of changes
Checklist: