zqyu9 / LuSNAR-dataset

A Lunar Segmentation, Navigation and Reconstruction Dataset based on Muti-sensor for Autonomous Exploration
22 stars 0 forks source link

LuSNAR Dataset

Introduction

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

Scene Diagram

Scene Diagram

Data Diagram

The LuSNAR dataset includes:

Use Cases

The dataset can be used for comprehensive evaluation of autonomous perception and navigation systems:

Availability

The LuSNAR dataset is available for download from CSTCloud. LuSNAR Dataset Download Password:fjZt

Dataset Structure

The LuSNAR dataset has a total size of 108GB, containing:

Category Number Category Color
0 Lunar regolith BB469C
1 Impact crater 7800C8
2 Rock E8FA50
3 Mountain AD451F
4 Sky 22C9F8

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.): Coordinate system Diagram The extrinsic parameters of different sensors relative to the lunar rover body coordinate system are as follows:

File Format

LiDAR/timestamp.txt

| x [m] | y [m] | z [m] | category number |

Rover_pose.txt

| 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] |

IMU.txt

| 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] |