micoolcho commited on
Commit
20c2eed
1 Parent(s): 69bd7f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -22
README.md CHANGED
@@ -11,22 +11,7 @@ tags:
11
  - self-driving
12
  - robotics navigation
13
  pretty_name: FrodoBots 2K Dataset
14
- dataset_info:
15
- features:
16
- - name: speed
17
- dtype: float32
18
- - name: angular
19
- dtype: float32
20
- - name: rpm_1
21
- dtype: int32
22
- - name: rpm_2
23
- dtype: int32
24
- - name: rpm_3
25
- dtype: int32
26
- - name: rpm_4
27
- dtype: int32
28
- - name: timestamp
29
- dtype: float64
30
  ---
31
 
32
  ## Dataset Description
@@ -45,9 +30,9 @@ This dataset is collected from the [**Earth Rovers**](https://www.frodobots.ai/e
45
 
46
  Please join our [**Discord**](https://discord.com/invite/AUegJCJwyb) for discussions with fellow researchers/makers!
47
 
48
- - If you're interested in testing out your AI models on your own Earth Rovers, you can buy your own unit(s) from our [**online shop**](https://shop.frodobots.com/) (US$299 per unit).
49
 
50
- - If you're interested in testing out your AI models on our existing fleet of Earth Rovers in various cities, feel free to DM [Michael Cho on Twitter/X](https://twitter.com/micoolcho) to gain access to our Remote Access SDK.
51
 
52
  - If you're interested in playing the game (ie. remotely driving an Earth Rover), you may join as a gamer at [**Earth Rovers School**](https://www.frodobots.ai/earth-rovers-school).
53
 
@@ -61,13 +46,13 @@ There are 7 types of data that are associated with a typical Earth Rovers drive,
61
 
62
  1. **Control data**: Gamer's control inputs captured at a frequency of 10Hz (Ideal) as well as the RPM (revolutions per minute) readings for each of the 4 wheels on the robot.
63
 
64
- 2. **GPS data**: Latitude, longitude, and timestamp info for each data point collected during the robot drives at a frequency of 1Hz.
65
 
66
  3. **IMU (Inertial Measurement Unit) data**: 9-DOF sensor data, including acceleration (captured at 100Hz), gyroscope (captured at 1Hz), and magnetometer info (captured at 1Hz), along with timestamp data.
67
 
68
- 4. **Rear camera video**: Video footage captured by the robot's rear-facing camera at an average of 20 frames per second (FPS) with a resolution of 540x360.
69
 
70
- 5. **Front camera video**: Video footage captured by the robot's front-facing camera at an average 20 FPS with a resolution of 1024x576.
71
 
72
  6. **Microphone**: Audio recordings captured by the robot's microphone, with a sample rate of 16000Hz, channel 1.
73
 
@@ -75,7 +60,6 @@ There are 7 types of data that are associated with a typical Earth Rovers drive,
75
 
76
  **Loom Video Explanation**
77
 
78
- <iframe width="560" height="315" src="https://youtu.be/yZVflvg4kBw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
79
 
80
 
81
  In total, there were more than ? individual driving sessions recorded, with majority of these drives under 10 minutes long, although there were also drives lasting more than an hour.
 
11
  - self-driving
12
  - robotics navigation
13
  pretty_name: FrodoBots 2K Dataset
14
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  ## Dataset Description
 
30
 
31
  Please join our [**Discord**](https://discord.com/invite/AUegJCJwyb) for discussions with fellow researchers/makers!
32
 
33
+ - If you're interested in contributing driving data, you can buy your own unit(s) from our [**online shop**](https://shop.frodobots.com/) (US$299 per unit) and start driving around your neighborhood (& earn from in-game points in the process)!
34
 
35
+ - If you're interested in testing out your AI models on our existing fleet of Earth Rovers in various cities or your own Earth Rover, feel free to DM [**Michael Cho on Twitter/X**](https://twitter.com/micoolcho) to gain access to our Remote Access SDK.
36
 
37
  - If you're interested in playing the game (ie. remotely driving an Earth Rover), you may join as a gamer at [**Earth Rovers School**](https://www.frodobots.ai/earth-rovers-school).
38
 
 
46
 
47
  1. **Control data**: Gamer's control inputs captured at a frequency of 10Hz (Ideal) as well as the RPM (revolutions per minute) readings for each of the 4 wheels on the robot.
48
 
49
+ 2. **GPS data**: Latitude, longitude, and timestamp info collected during the robot drives at a frequency of 1Hz.
50
 
51
  3. **IMU (Inertial Measurement Unit) data**: 9-DOF sensor data, including acceleration (captured at 100Hz), gyroscope (captured at 1Hz), and magnetometer info (captured at 1Hz), along with timestamp data.
52
 
53
+ 4. **Rear camera video**: Video footage captured by the robot's rear-facing camera at a typical frame rate of 20 FPS with a resolution of 540x360.
54
 
55
+ 5. **Front camera video**: Video footage captured by the robot's front-facing camera at a typical frame rate of 20 FPS with a resolution of 1024x576.
56
 
57
  6. **Microphone**: Audio recordings captured by the robot's microphone, with a sample rate of 16000Hz, channel 1.
58
 
 
60
 
61
  **Loom Video Explanation**
62
 
 
63
 
64
 
65
  In total, there were more than ? individual driving sessions recorded, with majority of these drives under 10 minutes long, although there were also drives lasting more than an hour.