Relating image sequence to steering angle from CAN bus data

I am trying to use steering angles as labels for image input data. Is there a way to link steering angle values to each image in the dataset?

Hi @lyzheng. There is no explicit way, but you can look at the timestamp of the image and then figure out which are the steering commands (by utime) closest to that image.