AdrianLlopart commited on
Commit
078c3bd
·
verified ·
1 Parent(s): d120e97

docs: sync org README with master — OpenRAL org, 31 rSkills, scene VLM query_scene (ADR-0047)

Browse files
Files changed (1) hide show
  1. index.html +28 -17
index.html CHANGED
@@ -213,13 +213,13 @@
213
 
214
  <!-- Badges -->
215
  <div class="badges">
216
- <a class="badge" href="https://github.com/AdrianLlopart/openral">⬛ GitHub</a>
217
  <a class="badge" href="https://docs.openral.dev">📄 Docs</a>
218
  <a class="badge" href="https://discord.gg/ZdNyUT4V5">💬 Discord</a>
219
  <span class="badge">Apache-2.0</span>
220
  <span class="badge">ROS 2 Jazzy</span>
221
  <span class="badge">Python 3.12</span>
222
- <span class="badge">16 robots · 20 rSkills · 22 benchmarks</span>
223
  </div>
224
 
225
  <!-- What is it -->
@@ -237,7 +237,7 @@
237
  <!-- Quick start -->
238
  <h2>Get started</h2>
239
  <pre><code># Install (no clone needed)
240
- curl -fsSL https://raw.githubusercontent.com/AdrianLlopart/openral/master/scripts/install.sh | bash
241
  openral doctor
242
 
243
  # Browse and install a skill
@@ -309,8 +309,9 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
309
  <table>
310
  <thead><tr><th>Type</th><th>What</th><th>Count</th></tr></thead>
311
  <tbody>
312
- <tr><td><code>rskill-*</code> models</td><td>Policy rSkills — VLA weights + manifest + eval</td><td>19</td></tr>
313
- <tr><td><code>rskill-*</code> models</td><td>Perception rSkills — RT-DETR object-detection</td><td>4</td></tr>
 
314
  <tr><td><code>dataset-*</code></td><td>LeRobotDataset v3 demonstration datasets</td><td>growing</td></tr>
315
  </tbody>
316
  </table>
@@ -318,7 +319,7 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
318
 
319
  <!-- rSkills -->
320
  <h2>Policy rSkills</h2>
321
- <p>Each rSkill is a self-contained Hub repo: <code>rskill.yaml</code> manifest, <code>model.safetensors</code> weights, <code>eval/</code> results, and a model card with runnable examples. Install with <code>openral rskill install OpenRAL/rskill-&lt;name&gt;</code>.</p>
322
 
323
  <div class="table-wrap">
324
  <table>
@@ -415,16 +416,16 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
415
  <td><span class="lic lic-red"></span>RLWRLD non-commercial</td>
416
  </tr>
417
  <tr>
418
- <td><code>rskill-gr00t-libero-nf4</code></td>
419
- <td>Gr00t N1.7</td><td>Franka Panda</td>
420
  <td><span class="lic lic-green"></span>NVIDIA Open Model</td>
421
  </tr>
422
  </tbody>
423
  </table>
424
  </div>
425
 
426
- <h2>Perception rSkills</h2>
427
- <p>Emit <code>ObjectsMetadata</code> (2D detections lifted to 3D via depth) rather than an <code>Action</code>. Plug directly into the <code>openral deploy</code> graph.</p>
428
  <div class="table-wrap">
429
  <table>
430
  <thead><tr><th>rSkill</th><th>Backbone</th><th>Notes</th><th>License</th></tr></thead>
@@ -440,14 +441,24 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
440
  <td><span class="lic lic-green"></span>Apache-2.0</td>
441
  </tr>
442
  <tr>
443
- <td><code>rskill-qwen35-4b-nf4</code></td>
444
- <td>Qwen3.5-4B</td><td>Scene Understanding</td>
445
- <td><span class="lic lic-green"></span>Apache-2.0</td>
446
  </tr>
 
 
 
 
 
 
 
 
 
 
447
  <tr>
448
- <td><code>`rskill-locateanything-3b-nf4</code></td>
449
- <td>LocateAnything-3B</td><td>Open Vocabulary</td>
450
- <td><span class="lic lic-red"></span>NVIDIA non-commercial</td>
451
  </tr>
452
  </tbody>
453
  </table>
@@ -532,7 +543,7 @@ openral benchmark report</code></pre>
532
 
533
  <!-- Footer -->
534
  <div class="footer">
535
- <a href="https://github.com/AdrianLlopart/openral">GitHub</a>
536
  <a href="https://docs.openral.dev">Docs</a>
537
  <a href="https://discord.gg/ZdNyUT4V5">Discord</a>
538
  <a href="mailto:hello@openral.dev">hello@openral.dev</a>
 
213
 
214
  <!-- Badges -->
215
  <div class="badges">
216
+ <a class="badge" href="https://github.com/OpenRAL/openral">⬛ GitHub</a>
217
  <a class="badge" href="https://docs.openral.dev">📄 Docs</a>
218
  <a class="badge" href="https://discord.gg/ZdNyUT4V5">💬 Discord</a>
219
  <span class="badge">Apache-2.0</span>
220
  <span class="badge">ROS 2 Jazzy</span>
221
  <span class="badge">Python 3.12</span>
222
+ <span class="badge">16 robots · 31 rSkills · 22 benchmarks</span>
223
  </div>
224
 
225
  <!-- What is it -->
 
237
  <!-- Quick start -->
238
  <h2>Get started</h2>
239
  <pre><code># Install (no clone needed)
240
+ curl -fsSL https://raw.githubusercontent.com/OpenRAL/openral/master/scripts/install.sh | bash
241
  openral doctor
242
 
243
  # Browse and install a skill
 
309
  <table>
310
  <thead><tr><th>Type</th><th>What</th><th>Count</th></tr></thead>
311
  <tbody>
312
+ <tr><td><code>rskill-*</code> models</td><td>Policy rSkills — VLA weights + ROS-wrapped action skills + manifest + eval</td><td>27</td></tr>
313
+ <tr><td><code>rskill-*</code> models</td><td>Perception detector rSkills — RT-DETR + LocateAnything → <code>ObjectsMetadata</code></td><td>3</td></tr>
314
+ <tr><td><code>rskill-*</code> models</td><td>Scene-understanding VLM rSkill (<code>kind: vlm</code>) — drives the reasoner's read-only <code>query_scene</code> tool</td><td>1</td></tr>
315
  <tr><td><code>dataset-*</code></td><td>LeRobotDataset v3 demonstration datasets</td><td>growing</td></tr>
316
  </tbody>
317
  </table>
 
319
 
320
  <!-- rSkills -->
321
  <h2>Policy rSkills</h2>
322
+ <p>Each rSkill is a self-contained Hub repo: <code>rskill.yaml</code> manifest, <code>model.safetensors</code> weights, <code>eval/</code> results, and a model card with runnable examples. Install with <code>openral rskill install OpenRAL/rskill-&lt;name&gt;</code>. The table below shows a representative subset of the 27 policy rSkills (VLA + ROS-wrapped action skills).</p>
323
 
324
  <div class="table-wrap">
325
  <table>
 
416
  <td><span class="lic lic-red"></span>RLWRLD non-commercial</td>
417
  </tr>
418
  <tr>
419
+ <td><code>rskill-gr00t-n17-libero</code></td>
420
+ <td>GR00T N1.7</td><td>Franka Panda</td>
421
  <td><span class="lic lic-green"></span>NVIDIA Open Model</td>
422
  </tr>
423
  </tbody>
424
  </table>
425
  </div>
426
 
427
+ <h2>Perception detector rSkills</h2>
428
+ <p><code>kind: detector</code> — emit <code>ObjectsMetadata</code> (2D detections lifted to 3D via depth) rather than an <code>Action</code>. Plug directly into the <code>openral deploy</code> graph and fold into World State.</p>
429
  <div class="table-wrap">
430
  <table>
431
  <thead><tr><th>rSkill</th><th>Backbone</th><th>Notes</th><th>License</th></tr></thead>
 
441
  <td><span class="lic lic-green"></span>Apache-2.0</td>
442
  </tr>
443
  <tr>
444
+ <td><code>rskill-locateanything-3b-nf4</code></td>
445
+ <td>LocateAnything-3B</td><td>Open vocabulary (out-of-process NF4 sidecar)</td>
446
+ <td><span class="lic lic-red"></span>NVIDIA non-commercial</td>
447
  </tr>
448
+ </tbody>
449
+ </table>
450
+ </div>
451
+
452
+ <h2>Scene-understanding VLM rSkill</h2>
453
+ <p><code>kind: vlm</code> — a scene VLM that answers open-ended questions about the current view. It powers the S2 reasoner's <strong>read-only</strong> <code>query_scene</code> tool for task-progress / success verification ("did the grasp succeed?"); it holds no actuation authority (ADR-0047). Runs out-of-process in an NF4 sidecar served by <code>scene_vlm_node</code>.</p>
454
+ <div class="table-wrap">
455
+ <table>
456
+ <thead><tr><th>rSkill</th><th>Backbone</th><th>Notes</th><th>License</th></tr></thead>
457
+ <tbody>
458
  <tr>
459
+ <td><code>rskill-qwen35-4b-nf4</code></td>
460
+ <td>Qwen3.5-4B NF4 (~2.5 GB)</td><td>Reasoner <code>query_scene</code> tool · role <code>s2</code></td>
461
+ <td><span class="lic lic-green"></span>Apache-2.0</td>
462
  </tr>
463
  </tbody>
464
  </table>
 
543
 
544
  <!-- Footer -->
545
  <div class="footer">
546
+ <a href="https://github.com/OpenRAL/openral">GitHub</a>
547
  <a href="https://docs.openral.dev">Docs</a>
548
  <a href="https://discord.gg/ZdNyUT4V5">Discord</a>
549
  <a href="mailto:hello@openral.dev">hello@openral.dev</a>