jiaminho commited on
Commit
c52a8aa
1 Parent(s): 3cca410

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-nc-sa-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-3.0
3
  ---
4
+
5
+ # **FrodoBots Gaming Dataset**
6
+
7
+ ---
8
+
9
+
10
+ FrodoBots is an open world video driving game where gamers remotely control sidewalk robots in different cities. The game objective is to complete the pre-defined navigation missions. As gamers play the game, it generates a valuable and multifaceted robotics dataset, which we have chosen to open source for the benefit of researchers and enthusiasts alike. The Frodobots Gaming Dataset is a diverse collection of IMU, GPS, control data, camera footage, and audio recordings collected from sidewalk robots.
11
+
12
+ ### **Dataset Overview**
13
+
14
+ 1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz.
15
+
16
+ 2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
17
+
18
+ 3. **IMU (Inertial Measurement Unit) data**: This provides 9-degree of freedom sensor data, including acceleration (captured at 100Hz), gyroscope (captured at 1Hz), and compass ride information (captured at 1Hz), along with timestamp data.
19
+
20
+ 4. **Rear camera video**: This offers video footage captured by the robot's rear-facing camera at 20 frames per second (FPS) with a resolution of 800x600.
21
+
22
+ 5. **Front camera video**: This consists of video footage captured by the robot's front-facing camera at 20 FPS with a resolution of 480x480.
23
+
24
+ 6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 48000Hz.
25
+
26
+ 7. **Speaker**: This incorporates audio recordings of the robot's speaker output, also with a sample rate of 48000Hz.
27
+
28
+
29
+ ## **Usage**
30
+ For users not familiar with the structure of the data or those requiring assistance in manipulating and using it, please refer to the helpercode.ipynb file provided. This notebook contains Python code that helps understand and work with the dataset more effectively. You can run the notebook in Google Colab.