trace_id
stringlengths
0
32
span_id
stringlengths
0
16
timestamp_uhlc
uint64
7,345,092,655B
7,345,852,686B
timestamp_utc
unknown
audio
sequencelengths
80k
80k
995efdba0d34454c0c4ebc92567164f8
ce9330ab52fb9abd
7,345,092,654,652,279,000
"2024-03-11T13:10:50.479000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
b1fc1a9bb10d30a24eb3086650c31726
effdbe1ba4e4cd6a
7,345,094,660,951,482,000
"2024-03-11T13:18:37.607000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
a3308f6fc3cb54c4d391ba1cfa1f71b0
24fbddd3a4ad924d
7,345,094,840,085,415,000
"2024-03-11T13:19:19.315000"
[0.001708984375,-0.00103759765625,-0.001800537109375,-0.00439453125,-0.00543212890625,-0.00112915039(...TRUNCATED)
2e0e2e522761e781e15240f8debca2c2
44f247c458b18f2c
7,345,094,907,652,841,000
"2024-03-11T13:19:35.047000"
[0.000091552734375,0.003204345703125,-0.00048828125,-0.00274658203125,-0.00201416015625,-0.003936767(...TRUNCATED)
f643a7668206718398d666ea0c5a6ed0
2258789d06dda92b
7,345,094,983,038,324,000
"2024-03-11T13:19:52.599000"
[0.000274658203125,0.002197265625,0.001861572265625,0.0003662109375,-0.000274658203125,-0.0001220703(...TRUNCATED)
691e5d3bd0bb8bf3474ccd4bdb8a4e67
b1c5742169d181f6
7,345,115,860,412,318,000
"2024-03-11T14:40:53.492000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
4ac3ab4c24d7e9a590e9c1b0fb0faf90
8387f303b2a64f4a
7,345,117,411,612,455,000
"2024-03-11T14:46:54.658000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
1f8e24b9c75debfe8c1512c55c45497c
a9793a340427068b
7,345,196,221,792,551,000
"2024-03-11T19:52:44.083000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
fd7a94696cfd8064023d7511664f5af9
e6b56745eb00c566
7,345,196,655,034,239,000
"2024-03-11T19:54:24.955000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
3ad19ea72f0914dd254eb03a95ed1f49
01f882c055aa6cdd
7,345,198,118,961,819,000
"2024-03-11T20:00:05.803000"
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)

Dora-Robomaster

This project aims to use Dora to enhance the capabilities of a RoboMaster S1.

You can see a quick demo here:

Demo

Getting Started

command to start the demo:

alias dora='dora-cli'
dora up
dora start graphs/dataflow.yml --attach

start the reaction lighting test: dora start graphs/reaction.yml --attach

Installation of the Robomaster S1 Hack

This guide is an updated version of the original Robomaster S1 SDK Hack Guide and is intended for use on a Windows 11 system.

Prerequisites

Before you get started, you'll need the following:

  • Robomaster S1 (do not update it to the latest version, as it may block the hack).
  • Robomaster App.
  • Android SDK Platform-Tools. Simply unzip it and keep the path handy.
  • A micro USB cable. If this guide doesn't work, there might be an issue with the cable, and you may need to replace it with one that supports data transfer.

Instructions

  1. Start the Robomaster App and connect the Robomaster S1 using one of the two options provided (via router or via Wi-Fi).

  2. While connected, use a micro USB cable to connect the robot to the computer's USB port. You should hear a beep sound, similar to when you connect any device. (Please note that no other Android device should be connected via USB during this process).

  3. In the Lab section of the app, create a new Python application and paste the following code:

    def root_me(module):
        __import__ = rm_define.__dict__['__builtins__']['__import__']
        return __import__(module, globals(), locals(), [], 0)
    
    builtins = root_me('builtins')
    subprocess = root_me('subprocess')
    proc = subprocess.Popen('/system/bin/adb_en.sh', shell=True, executable='/system/bin/sh', stdout=subprocess.PIPE, stderr=subprocess.PIPE)
    
  4. Run the code; there should be no errors, and the console should display Execution Complete

  5. Without closing the app, navigate to the folder containing the Android SDK Platform-Tools and open a terminal inside it.

  6. Run the ADP command .\adb.exe devices . If everything is working correctly, you should see output similar to this: image

  7. Execute the upload.sh script located in the folder s1_SDK.

  8. Once everything has been executed, restart the S1 by turning it off and then back on. While it's booting up, you should hear two chimes instead of the usual single chime, indicating that the hack has been successful.

HuggingFace Dataset

To set up this repo as a dataset repository:

git lfs install
git clone https://huggingface.co/datasets/haixuantao/dora-robomaster

# if you want to clone without large files – just their pointers
# prepend your git clone with the following env var:
GIT_LFS_SKIP_SMUDGE=1

To use the dataset:

from datasets import load_dataset

dataset = load_dataset("haixuantao/dora-robomaster")
Downloads last month
0
Edit dataset card