Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: tesla3_av_rosbags
|
14 |
+
size_categories:
|
15 |
+
- 100M<n<1B
|
16 |
+
---
|
17 |
+
|
18 |
+
|
19 |
+
# Tesla Model 3 ROS Data Repository
|
20 |
+
|
21 |
+
## Overview
|
22 |
+
This repository contains a collection of ROS bag files (in MCAP format) and video streams from a Tesla Model 3 vehicle. It includes data from multiple runs, featuring a variety of sensors such as VLP-16 LiDAR, CAN bus signals, GPS, a 9-axis IMU, and four camera streams.
|
23 |
+
|
24 |
+
|
25 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/655b5b5386fbe7506e2d5feb/YqM5I0xWQlDtVDEl5nPCK.png)
|
26 |
+
|
27 |
+
|
28 |
+
## Dataset Description
|
29 |
+
|
30 |
+
The data is organized into multiple runs, each containing synchronized streams from the following sensors:
|
31 |
+
|
32 |
+
* VLP-16 LiDAR: 3D point cloud data capturing the vehicle's surroundings.
|
33 |
+
* CAN Bus: Vehicle's internal communication data including speed, steering angle, and more.
|
34 |
+
* GPS: Geolocation data showing the vehicle's position.
|
35 |
+
* 9-Axis IMU: Inertial data providing acceleration, orientation, and gyroscope measurements.
|
36 |
+
* Camera Streams: Four video streams capturing front, rear, and side views.
|
37 |
+
|
38 |
+
|
39 |
+
# License
|
40 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
41 |
+
|
42 |
+
# Contact
|
43 |
+
For any queries or issues, please open an issue in the repository, or contact me directly at tfoldi@starschema.com
|