Skip to content

Commit 62a9cd7

Browse files
Merge pull request #2 from saronic-technologies/peter/state_predictor_data_update
chore: controls challenge data update
2 parents 06e5534 + 1eb5a49 commit 62a9cd7

File tree

4 files changed

+14
-473398
lines changed

4 files changed

+14
-473398
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ahrs.csv filter=lfs diff=lfs merge=lfs -text
2+
vehicle_control.csv filter=lfs diff=lfs merge=lfs -text

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ We want two predictors:
1717

1818
## Dataset
1919

20-
We have provided two dataset files:
20+
We have provided two dataset files which can be fetched using `git lfs pull` after installing git lfs:
2121
- vehicle_control.csv
2222
- This is a csv with ts, throttle and turn values
2323
- ts is a timestamp in UTC
2424
- throttle is a float value between 0.0-1.0
2525
- turn is a float value between -1.0 and 1.0
2626
- 0.0 to 1.0 is a right hand turn
2727
- -1.0 to 0.0 is a left hand turn
28+
- gear is a discrete motor setting:
29+
- 0 neutral
30+
- 1 forward
31+
- 2 reverse
32+
- trim is the discrete trim command that affects boat dynamics, taking on vals 0, 1 or 2.
2833

2934
- ahrs.csv
3035
- This is a csv with ts, roll_deg, pitch_deg, yaw_deg, ve_mps,

0 commit comments

Comments
 (0)