This repository contains a lunar segmentation, navigation and reconstruction dataset LuSNAR based on multi-sensor (Stereo Camera, LiDAR, IMU) for autonomous exploration. The LuSNAR is a multi-task, multi-scene, and multi-label lunar dataset, it includes 9 lunar simulation scenes based on Unreal Engine and each scene is divided according to topographic relief and the density of objects.
our paper has been published on ArXiv. Paper
The LuSNAR dataset includes:
The dataset can be used for comprehensive evaluation of autonomous perception and navigation systems:
The LuSNAR dataset is available for download from CSTCloud. LuSNAR Dataset Download Password:fjZt
The LuSNAR dataset has a total size of 108GB, containing:
├── image1
│ ├── RGB
│ │ ├── timestamp1.png
│ │ ├── timestamp2.png
│ │ └── ...
│ ├── Depth
│ │ ├── timestamp1.png
│ │ ├── timestamp2.png
│ │ └── ...
│ └── Label
│ ├── timestamp1.png
│ ├── timestamp2.png
│ └── ...
├── image2
│ ├── RGB
│ │ ├── timestamp1.png
│ │ ├── timestamp2.png
│ │ └── ...
│ ├── Depth
│ │ ├── timestamp1.png
│ │ ├── timestamp2.png
│ │ └── ...
│ └── Label
│ ├── timestamp1.png
│ ├── timestamp2.png
│ └── ...
├── LiDAR
│ ├── timestamp1.txt
│ ├── timestamp2.txt
│ └── ...
├── Rover_pose.txt
└── IMU.txt
The correspondence between the colors in semantic images and category numbers is as follows:
Category Number | Category | Color |
---|---|---|
0 | Lunar regolith | |
1 | Impact crater | |
2 | Rock | |
3 | Mountain | |
4 | Sky |
The correspondence between category numbers and their respective categories in the LiDAR point cloud data is as follows:
Category Number | Category |
---|---|
-1 | Lunar regolith |
0 | Impact crater |
174 | Rock |
Diagram showing the orientation of the rover and different sensor coordinate systems(For details on the extrinsic parameters, please refer to the paper.): The extrinsic parameters of different sensors relative to the lunar rover body coordinate system are as follows:
Parent: Body
Child: IMU
Child: LiDAR
Child: Left Camera
Child: Right Camera
| x [m] | y [m] | z [m] | category number |
| timestamp [ns] | p_RS_R_x [m] | p_RS_R_y [m] | p_RS_R_z [m] | q_RS_w [] | q_RS_x [] | q_RS_y [] | q_RS_z [] | v_RS_R_x [m s^-1] | v_RS_R_y [m s^-1] | v_RS_R_z [m s^-1] | b_w_RS_S_x [rad s^-1] | b_w_RS_S_y [rad s^-1] | b_w_RS_S_z [rad s^-1] | b_a_RS_S_x [m s^-2] | b_a_RS_S_y [m s^-2] | b_a_RS_S_z [m s^-2] |
| timestamp [ns] | w_RS_S_x [rad s^-1] | w_RS_S_y [rad s^-1] | w_RS_S_z [rad s^-1] | a_RS_S_x [m s^-2] | a_RS_S_y [m s^-2] | a_RS_S_z [m s^-2] |