Closed seamie6 closed 8 months ago
@seamie6 yes, I think you are correct - the radars in nuScenes are fired off in a random sequence, rather than a certain fixed sequence
Thank you for the reply. Is there a specific reason they are fired off randomly? Rather than a fixed firing sequence.
@seamie6 I don't think there was any specific reason for it back then
For each key frame, the timestamp of each radar seems to be random almost. As in the ordering of when they were captured along with the difference in time between successive captures seems random This is not seen for LiDAR and camera where the ordering of successive captures along with difference in timestamps are consistent for all key frames. I assume this has to do with the synchronization of LiDAR and camera, both operate at 20Hz such that cameras capture when the LiDAR sweeps across the center of its FOV. I understand that radar operates at 12Hz and so it is not synchronized with camera and LiDAR, and so the closest radar sweep is attributed to the key frame? But in that case I would assume there would exist some ordering across the sweeps between frames. Assuming there is a consistent ordering of sensors similar to the cameras, in that case for example: RADAR_FRONT_LEFT would always appear after RADAR_BACK_LEFT. But it does not, it seems random.
Here are some plots I made to visualise it easier for 3 successive key frames, only ms is plotted and they are normalised so the earliest capture is at 0ms:
Here is my code to generate it: