NEGS-UGV Dataset
The Natural Environment Gazebo Simulation of a Unmanned Ground Vehicle (NEGS-UGV) Dataset is a collection of synthetic multimodal raw and labelled data obtained from Gazebo simulations of an ground vehicle moving on different natural environments. To this end, a Husky mobile robot equipped with a tri-dimensional (3D) Light Detection and Ranging (LiDAR) device, a stereo camera, a Global Navigation Satellite System (GNSS) receiver, an Inertial Measurement Unit (IMU) and wheel tachometers has followed several paths using the Robot Operating System (ROS). Both, points from LiDAR scans, and pixels from camera images, have been automatically labelled into their corresponding object class. For this purpose, unique reflectivity values and flat colours have been assigned to each object present in the modelled environments. As a result, a publicly available dataset, which also includes 3D pose ground-truth, is provided as ROS bag files and as human-readable data. Its possible applications include supervised learning and benchmarking for UGV navigation on natural environments. Moreover, to allow researchers to easily modify the dataset or to directly use the simulations, all the required code has been released too.
Please check the "readme" file for further information.
A full description of the dataset is given in the MDPI Sensors article: https://doi.org/10.3390/s22155599.
CITATION
If you use this dataset, please cite it as:
@article{sanchezNEGS2022,
AUTHOR = {Sánchez, Manuel and Morales, Jesús and Martínez, Jorge L. and Fernández-Lozano, J. J. and García-Cerezo, Alfonso},
TITLE = {Automatically Annotated Dataset of a Ground Mobile Robot in Natural Environments via Gazebo Simulations},
JOURNAL = {Sensors},
VOLUME = {22},
YEAR = {2022},
NUMBER = {15},
ARTICLE-NUMBER = {5599},
URL = {https://www.mdpi.com/1424-8220/22/15/5599},
PubMedID = {35898100},
ISSN = {1424-8220},
DOI = {10.3390/s22155599}
}
DATASETS
ENVIRONMENT | DESCRIPTION | PATH | DATASET LINKS |
Urban Park |
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: |
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: | |
Lake | #1
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: |
#2
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: | |
Forest | #1
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: |
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: | |
Hill | #1
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: |
| ![]() | ZIP FILE (human readable text format and jpeg images): ROSBAG: |
SUPPLEMENTARY MATERIAL
ROS packages and tools (ZIP) This compressed file contains a modified version of Clearpaths Husky stack, the ouster Gazebo and geonav_transform packages, the natural environment description and launch files, and tools for way-point navigation, data extraction from bags and image annotation.
Gazebo models (ZIP) This file contains the 3D models of the elements present in the synthetic environments.
Please check "readme" file for installation instructions and usage.