Skip to content
Open Robotics Platform

I2RT Robotics

Cost-effective, high-performance hardware built for learning-based robotics โ€” teleoperation-ready, policy-deployment-ready, and battle-tested in the real world.

Fully Open SourceProduction ReadyPython SDK
๐Ÿฆพ

YAM Arm Family

Low-cost, low-inertia 6-DOF arms designed for AI training and teleoperation โ€” four tiers from research to production.

Learn more โ†’
๐Ÿ›ž

Flow Base

Omnidirectional holonomic platform with on-board Pi, remote control, and full Python API.

Learn more โ†’
๐Ÿ“ก

Teleoperation Ready

Bilateral leader-follower teleop. YAM Cell collects bimanual demonstrations for embodied AI.

Learn more โ†’
๐Ÿ

Python-First SDK

Plug-and-play API: gravity compensation, PD control, trajectory recording, and simulation.

Quick start โ†’

Product Family

Up and running in minutes

Install the Python SDK, plug in the CAN adapter, and start controlling the arm in a single script.

Full Quick Start โ†’
python
from i2rt.robots.motor_chain_robot import get_yam_robot
import numpy as np

# Connect (zero-gravity mode by default)
robot = get_yam_robot(channel="can0")

# Read current joint positions
q = robot.get_joint_pos()   # shape: (6,) radians

# Command the arm home
robot.command_joint_pos(np.zeros(6))
Get Started โ†’i2rt.comsupport@i2rt.com

Released under the MIT License.