Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
tags:
|
6 |
+
- rosbag
|
7 |
+
- ros2
|
8 |
+
- lidar
|
9 |
+
- vehicle
|
10 |
+
- car
|
11 |
+
- canbus
|
12 |
+
- autonomous_vehicles
|
13 |
+
pretty_name: nuway_rosbags
|
14 |
+
size_categories:
|
15 |
+
- 100M<n<1B
|
16 |
+
---
|
17 |
+
|
18 |
+
# nUWAy2 ROS Data Repository
|
19 |
+
|
20 |
+
## Overview
|
21 |
+
This repository contains a collection of ROS bag files (in MCAP format) and video streams from an autonomous shuttle bus. It includes data from single run, featuring a variety of sensors such as VLP-16 LiDAR, safety lidar, CAN bus signals, GPS, a 9-axis IMU, and two camera streams.
|
22 |
+
|
23 |
+
## Dataset Description
|
24 |
+
The data is organized into multiple runs, each containing synchronized streams from the following sensors:
|
25 |
+
|
26 |
+
- VLP-16 LiDAR: 3D point cloud data capturing the vehicle's surroundings.
|
27 |
+
- CAN Bus: Vehicle's internal communication data including speed, steering angle, and more.
|
28 |
+
- GPS: Geolocation data showing the vehicle's position.
|
29 |
+
- 9-Axis IMU: Inertial data providing acceleration, orientation, and gyroscope measurements.
|
30 |
+
- Camera Streams: Four video streams capturing front, rear views.
|
31 |
+
|
32 |
+
## License
|
33 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|