Skip to content

Examples

All examples live in the examples/ directory of the repository. Each example has its own README with step-by-step instructions.

Available Examples

ExampleHardware NeededComplexity
Bimanual Teleoperation4 YAM arms + 4 CANableIntermediate
Record & Replay Trajectory1+ YAM armBeginner
Single Motor PD Control1 DM motorBeginner
MuJoCo Control InterfaceNone (sim) / 1 YAM armBeginner

Running an Example

bash
cd /path/to/i2rt
source .venv/bin/activate
python examples/<example_name>/<script>.py

Released under the MIT License.