This AirSim Dataset is a multi-camera dataset designed for SLAM systems, collected using the AirSim simulator.
We call it the MC-Airsim Dataset.
We use some environments provided on
Fab.
The robot platform is a drone equipped with five cameras, named
front_center, front_left, front_right,
left_center, and right_center.
The dataset is organized as follows:
├─images
│ ├─front_center
│ ├─front_left
│ ├─front_right
│ ├─left_center
│ └─right_center
└─poses
│ ├─front_center
│ ├─front_left
│ ├─front_right
│ └─left_center
│ └─right_center
└─camera_parameters.json
The images directory contains the image inputs from the five cameras.
The poses directory stores the corresponding camera poses.
The camera_parameters.json file provides the camera parameters, including both
intrinsics and extrinsics.