Context
GR00T N1.6, Pi0, LeRobot, SONIC etc. need to demonstrate roboharness integration, but embedding them in the core repo would bloat it and explode dependencies. Redefines #91.
Priority: Do now.
Scope
1. Org setup
2. Showcase repo
roboharness/showcase/
├── README.md
├── groot-n16/
├── pi0-libero/
├── lerobot-g1/
├── sonic-locomotion/
├── capx-comparison/
└── .github/workflows/showcase-ci.yml
3. First showcase
4. CI
Key design decisions
- No git submodules — use
requirements.txt + runtime pip install
- Each showcase is self-contained —
cd showcase/groot-n16 && pip install -r requirements.txt && python groot_visual_test.py
- roboharness is a pip dependency, not a submodule — always uses PyPI release
- CI matrix — one failing showcase doesn't block others
Exit criteria
Showcase repo has at least 3 runnable showcases (GR00T, Pi0, LeRobot), each with CI.
References
Context
GR00T N1.6, Pi0, LeRobot, SONIC etc. need to demonstrate roboharness integration, but embedding them in the core repo would bloat it and explode dependencies. Redefines #91.
Priority: Do now.
Scope
1. Org setup
.githubrepo inroboharnessorg withprofile/README.md(org landing page)2. Showcase repo
roboharness/showcaserepo3. First showcase
examples/lerobot_g1_native.pyas a standalone runnable showcase4. CI
Key design decisions
requirements.txt+ runtimepip installcd showcase/groot-n16 && pip install -r requirements.txt && python groot_visual_test.pyExit criteria
Showcase repo has at least 3 runnable showcases (GR00T, Pi0, LeRobot), each with CI.
References
docs/roadmap-2026-q2.md§Croboharnessalready exists (no repos yet)