MoreTorque
commited on
Commit
•
f64e183
1
Parent(s):
8e23b35
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
## Dataset Overview
|
5 |
+
This dataset consists of bz2 compressed rlogs captured from OpenPilot. These logs do not contain any user-sensitive information.
|
6 |
+
The primary purpose of this dataset is to facilitate data-driven solutions for improving lateral and longitudinal control in community-supported vehicles.
|
7 |
+
|
8 |
+
# Contents
|
9 |
+
The rlogs are composed of various events as defined in the OpenPilot log schema.
|
10 |
+
To ensure user privacy, many event types have been excluded. The following is the list of events that remain in the log files:
|
11 |
+
```
|
12 |
+
* CarState
|
13 |
+
* LiveParameters
|
14 |
+
* CarControl
|
15 |
+
* LateralPlanDEPRECATED
|
16 |
+
* CarOutput
|
17 |
+
* CarParams
|
18 |
+
* ModelV2
|
19 |
+
* LiveTorqueParameters
|
20 |
+
* LiveCalibration
|
21 |
+
* Sendcan
|
22 |
+
* Can
|
23 |
+
* LongitudinalPlan
|
24 |
+
* LiveLocationKalman ( Only OrientaionNED, CalibratedOrientaionNED, and AngularVelocityCalibrated have been kept )
|