Robot Store
A capability model for any embodiment.
URDF/USD tells you the geometry. Artha's capability layer answers the question that actually matters for training: what can this robot do โ reach, payload, dexterity, sensing โ and how does that transfer across bodies.
vs. Menagerie / Isaac asset zoos: those ship kinematics & dynamics. We add a queryable capability abstraction and cross-embodiment transfer โ both unstandardized, both open research, both reusable across every world in the store.
Registry
๐ฆพ
SO-ARM-101
tabletop ยท 6-DoF ยท parallel gripper
open / cheapLeRobot
Reach
Payload
Dexterity
Drop into sim โ
๐ค
Bimanual YAM
dual-arm ยท tabletop ยท 2ร7-DoF
hot data class720h dataset
Reach
Payload
Dexterity
Drop into sim โ
๐ฆฟ
Humanoid-G1
whole-body ยท 23-DoF ยท dexterous hands
cross-embodiment
Reach
Payload
Dexterity
Drop into sim โ
Learn a robot from video
01
Ingest a few teleop / spec videos
Watch the arm move through its range.
02
Infer DoF, limits, reachable workspace
Joint ranges, velocity/torque envelopes.
03
Estimate payload & dexterity
Grasp aperture, force ceiling, sensor suite.
04
Publish capability card โ Robot Store
Queryable, versioned, reusable across worlds.
Capability query
artha robots.query(
task = "load dishwasher",
world = "kitchen_counter_v3",
)
# โ candidates ranked by capability fit
# Humanoid-G1 fit 0.91 โ reach โ payload โ bimanual
# Bimanual YAM fit 0.58 โ reach (floor cabinet)
# SO-ARM-101 fit 0.22 โ reach โ payload
The differentiator: match task ร world ร embodiment automatically, so a customer evaluating "which robot can do this job in this room" gets an answer before collecting a single real demo โ and transfer learnings when they switch bodies.
Sensor & actuation model
| Channel | Spec | Sim model | Sim-to-real risk |
| RGB wrist cam | 2ร 640ร480 @ 30Hz | RTX / tiled render | low (DR'd) |
| Proprioception | joint pos/vel | exact | low |
| Tactile / force | 6-axis F/T | contact estimate | high โ flag |
| Gripper | parallel, 0โ85mm | actuator model | medium |
Contact-rich / tactile channels are explicitly marked high-risk โ routed to real-data co-training (Graders & RL). We never pretend force sensing is solved in sim.
Mock only โ illustrative data. See Artha.md ยง3 (Pillar 2).