DEVELOPERS

RGD TOOLCHAIN 0.1.1 · WORKING ALPHA

Evidence in. Verified context out.

The canonical rgd toolchain imports source-supported robot evidence, verifies profile integrity, builds deterministic non-actuating context and generates static interoperability artifacts.

IMPLEMENTED GUIDES

Document what the toolchain actually does.

REFERENCE LIFECYCLE

A verified, non-actuating path through the current toolchain.

01Initializergd init Robot
02Import evidencergd import robot.urdf --out partial-robot
03Enrich explicitlyrgd alive robot.urdf --out RGD-robot --seed default
04Verify sourcergd hash
05Validate profilergd check --output json
06Build contextrgd boot --output json
07Compilergd compile-spec
08Static exportrgd export ros2 --out export/ros2
NON-ACTUATING BY DESIGN

rgd boot does not boot hardware.

It builds OPENRGD_NON_ACTUATING_GROUNDING_CONTEXT and explicitly records that physical execution is not assessed or authorized. The canonical repository does not ship a physical embodied runtime or Body Adapter.

CANONICAL DOCUMENTS

The website explains. The repository remains authoritative.