AdrianLlopart commited on
Commit
fed82c7
·
verified ·
1 Parent(s): a68ef66

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pretty_name: OpenRAL website media
4
+ tags:
5
+ - robotics
6
+ - video
7
+ ---
8
+
9
+ # OpenRAL — website media
10
+
11
+ Video clips shown in the **"See it run"** section of [openral.com](https://openral.com)
12
+ (benchmarks, simulation and on-hardware deployment runs).
13
+
14
+ Each clip lives under `<category>/<benchmark>_<rskill>_<success|fail>/` with three
15
+ web-optimised assets:
16
+
17
+ - `poster.jpg` — first-frame thumbnail
18
+ - `preview.mp4` — square 640px, muted (the autoscroll strip)
19
+ - `full.mp4` — native aspect, ≤1080p, with audio (the expand modal)
20
+
21
+ Generated and published by `scripts/build-media.mjs` in the
22
+ [website repo](https://github.com/OpenRAL/website). Categories: `benchmarks`,
23
+ `simulation`, `deployment`.