User Guide¶
Workflow¶
- Purchase hardware - procure robot arms, cameras, and accessories. See the Bill of Materials for the recommended setup.
- Hardware setup - assemble robot arms, cameras, and optional foot switch.
- Install software - install Raiden and hardware SDKs.
- Calibrate cameras - hand-eye calibration for wrist cameras and static extrinsics for the scene camera.
- Record demonstrations - capture teleoperation episodes with synchronized cameras and robot joint data.
- Convert to dataset - extract frames, synchronize multi-camera streams, and interpolate joint poses into a structured dataset.
- Shardify - export converted episodes to WebDataset sharded
.tarfiles for policy training. - Replay - replay recorded follower arm motion on the physical hardware to verify a recording.
- Visualize - inspect converted recordings interactively in Rerun.
Commands¶
| Command | Description |
|---|---|
rd list_devices |
List all connected cameras, arms, and SpaceMouse devices |
rd calibrate |
Calibrate cameras (hand-eye + scene extrinsics) |
rd teleop |
Teleoperate arms without recording |
rd record |
Record teleoperation demonstrations |
rd convert |
Convert raw recordings to a structured dataset |
rd shardify |
Export converted episodes to WebDataset shards |
rd replay |
Replay recorded follower arm motion |
rd visualize |
Visualize a converted recording with Rerun |
Run rd <command> --help for options.