MIT-SPARK / Kimera-Multi-Data

A large-scale multi-robot dataset for multi-robot SLAM
MIT License
139 stars 10 forks source link

Mismatched frame_id in bag files #5

Closed FrankYard closed 1 year ago

FrankYard commented 1 year ago

Thanks for sharing your work! I downloaded the Campus-Outdoor data but found that the bag files contain mismatched frame_id for color/depth/infra frames. It's strange that every frame_id seems to start with "acl_jackal2". But frame_ids in different files should have started with their own file names like hathor/thoth. Is this a mistake or I missed something? The command I used is like:

rostopic echo /acl_jackal/forward/color/image_raw/compressed -b ~/bags/10_14_acl_jackal.bag --noarr
yunzc commented 1 year ago

Hi. The Campus-Outdoor dataset was collected on a single robot that we post-process for our multi-robot experiments, hence the frame-id problem. The other two datasets are collected on 8 Jackals, and should not have that issue. Specifically, the Campus-Tunnels dataset consist of sequences from the same experimental run, while for the Campus-Hybrid datasets, the sparkal2 and hathor sequence was taken from different runs (due to hardware and battery issues).

Hope this helped.

FrankYard commented 1 year ago

I understand. Thank you!