Open dmalvezz opened 1 year ago
Based on my experience, those could indeed be the only scenarios where camera images are available. In the IAC, some teams use camera-based solutions, so they have their camera drivers running during the race, which will provide the images. However, many teams do not depend on camera based perception so these teams have no reason to have the camera drivers running, chipping away on limited on-board compute.
I think so too, but looking at the paper they say
Hi there, there should be more camera images in
S5 E-MULTI-SLOW-TUM
as well as a few others. I will double check the upload to make sure they were not omitted.
Hi everyone, I am mainly interested in using the cameras data. I have download all the ros2 bags metadata using
and analyzing these files I have noted that cameras images are only present in the following scenarios
Also in these scenarios the cameras message counts are quite different inside the same bag. Are these the only scenarios in which camera images are available?