usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
38 stars 13 forks source link

CARLA Sensor Integration #211

Closed paulbourelly999 closed 5 months ago

paulbourelly999 commented 5 months ago

Summary

Add functionality to CDASim to create and poll detection data from sensors ( Lidar is the only CARLA Sensor type currently supported) spawned in CARLA. This includes development of CARLA Ambassador functionality to request creation of sensors based on received SensorRegistration interactions and to publish Detection interactions for each detection from the created sensor. Epic: https://usdot-carma.atlassian.net/browse/CDAR-71

Reasoning for new functionality

In support of Vulnerable Road User Cooperative Perception Use Case