ucla-mobility / OpenCDA

A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
Other
988 stars 197 forks source link

Delay between lidar point cloud and annotation #207

Closed xavhl closed 1 year ago

xavhl commented 1 year ago

It seems there's delay between the sensor data and bounding box annotations from yaml files

MicrosoftTeams-image

xavhl commented 1 year ago

After modifying def save_lidar_points() #208 , the sensor data and annotations are now consistent

MicrosoftTeams-image(1)