Artha
Pillar 2
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
ChannelSpecSim modelSim-to-real risk
RGB wrist cam2ร— 640ร—480 @ 30HzRTX / tiled renderlow (DR'd)
Proprioceptionjoint pos/velexactlow
Tactile / force6-axis F/Tcontact estimatehigh โ€” flag
Gripperparallel, 0โ€“85mmactuator modelmedium

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).