File size: 3,564 Bytes
419c68d
0c58610
e12dd9a
 
 
 
 
 
 
 
 
 
 
 
 
 
4cf5132
 
e12dd9a
419c68d
c52a8aa
98594b5
 
 
26d7239
 
98594b5
 
16d7d2f
c52a8aa
16d7d2f
 
6c32275
26d7239
 
 
16d7d2f
 
 
 
6c32275
16d7d2f
 
c52a8aa
6c32275
c52a8aa
b0dcdb9
 
 
 
 
 
c52a8aa
16d7d2f
 
c52a8aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c58610
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
license: cc-by-sa-4.0
dataset_info:
  features:
    - name: id
      dtype: int64

  dataset_size: 900000000
task_categories:
  - reinforcement-learning
  - robotics
language:
  - en
annotations_creators:
  - experts-generated  
tags:
  - self-driving
  - robotics navigation
pretty_name: FrodoBots (1K)
---

## Dataset Description

- **Homepage:** https://www.frodobots.com/
- **Hours of tele-operation:** ~1,000 Hrs
- **Dataset Size:** 900+ GB 
- **Point of Contact:** michael.cho@frodobots.com

# FrodoBots 1K Dataset

The **FrodoBots 1K Dataset** is a diverse collection of camera footage, GPS, IMU, audio recordings & control data collected from close to 1K hours of tele-operated sidewalk robot driving in 10+ cities.

If you're interested in testing out your models on your own FrodoBots, you may reserve unit(s) from our upcoming [**Kickstarter**] campaign (from US$699).

If you're interested in testing out your models on our existing fleet of FrodoBots (in various cities), you may reach out to Michael Cho for access to an SDK.

| ![Left to right in Stanford.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/UI7pts68FozvOEbIFHPef.gif) | 
|:--:| 
| *2 FrodoBots being tested in Stanford campus* |

> Special Shoutout: We want to express our sincere gratitude to the team at [**BlurIt**](https://blurit.io/en) for sponsoring our video redaction efforts (ie. blurring of faces & license plates).

## What's FrodoBots?

[**FrodoBots**](https://www.frodobots.com/) is an open-world video driving game where gamers remotely control sidewalk robots to complete missions in different cities (here's a video about the [robot](https://youtu.be/WZy1u7ds1wQ)).

The game objective is to complete the pre-defined navigation missions in single-player mode (see [video]) or gather digital items in the multiplayer arena mode (see [video]). 

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.



## **Dataset Overview**

1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz. 

2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz. 

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. 

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. 

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. 

6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 48000Hz. 

7. **Speaker**: This incorporates audio recordings of the robot's speaker output, also with a sample rate of 48000Hz.


## **Usage**
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.