3D infrastructure for robotics training and evaluation

Generate physically accurate objects and worlds from sparse inputs for simulation and embodied AI systems.

Physically accurate assets at scale

No manual annotation. Upload, process, deploy. API is available for bulk operations

Step 01

Upload

Drop images / 3D models or describe what you need.

Step 02

AI estimates physics

Generates collision meshes. Identifies materials, estimates mass, friction, center of mass.

Step 03

Download SimReady USD and MJCF

Validated OpenUSD with USDPhysics schemas. Ready for Isaac Sim, MuJoCo, Gazebo, Unreal Engine.

Output preview
ceramic_mug.usda
# SimReady Output (OpenUSD)
def "CeramicMug" (
    prepend apiSchemas = ["PhysicsRigidBodyAPI", "PhysicsMassAPI"]
)
{
    float physics:mass = 0.34
    point3f physics:centerOfMass = (0, 0.052, 0)
    rel physics:simulationOwner = </World/PhysicsScene>

    def "CollisionMesh" (
        prepend apiSchemas = ["PhysicsCollisionAPI"]
    )
    {
        uniform token physics:approximation = "convexDecomposition"
        float physics:friction = 0.42
        float physics:restitution = 0.15
    }
}
ceramic_mug.xml
<!-- SimReady Output (MJCF) -->
<mujoco model="ceramic_mug">
  <option gravity="0 0 -9.81" />

  <worldbody>
    <body name="CeramicMug" pos="0 0 0">
      <freejoint />
      <inertial pos="0 0.052 0" mass="0.34"
                diaginertia="0.0009 0.0009 0.0006" />

      <!-- convex-decomposition collider -->
      <geom name="collision" type="mesh" mesh="mug_hull"
            friction="0.42 0.005 0.0001" solref="0.02 0.15" />
    </body>
  </worldbody>

  <asset>
    <mesh name="mug_hull" file="mug_hull.obj" />
  </asset>
</mujoco>

Simulation is only as good as its data

The bottleneck isn't compute or sim engine, it's the data going in.

01

Objects aren't simulation-ready

Most 3D assets lack the physical properties, mass, friction, collision geometry, that simulators need for accurate grasping, stacking, and manipulation.

02

Environments don't exist at scale

Training mobile robots requires thousands of diverse, physically accurate worlds. Building them by hand takes months and doesn't cover edge cases.

03

Variety is the real bottleneck

Domain randomization demands endless variations of objects and scenes. Without scalable 3D data generation, the sim-to-real gap stays wide open.

3D data infrastructure for creating SimReady objects and physically accurate worlds

We generate the 3D data your simulations need, objects with real physical properties, environments with collidable geometry, and endless variations for domain randomization.

Available now

3D → SimReady

Already have 3D models? We optimize the geometry and add physics properties. No pre-processing needed. Bulk processing via API is also available for enterprise plan.

Available now

Text/Image → SimReady

Describe what you need or upload images. Our AI generates the 3D geometry with required topology, texture, collision meshes, semantic labels, and physics properties.

Coming soon

Worlds → SimReady

Describe the environments your robots need. We orchestrate world models to generate diverse, physically accurate 3D scenes with collidable meshes — ready for navigation, manipulation, and full-scale sim-to-real training.

Compatible with

NVIDIA Omniverse platform logo, Rigyd outputs are compatible with NVIDIA Isaac Sim NVIDIA Isaac Sim
MuJoCo
Gazebo robotics simulator logo, Rigyd OpenUSD assets work with Gazebo and ROS 2
Unreal Engine logo, Rigyd simulation-ready assets are compatible with Unreal Engine

Built by a team that's already scaled 3D data.

We've generated tens of thousands of 3D assets for large enterprises. In the last 12 months alone, we delivered 10 million 3D experiences. We know how to build the data infrastructure physical AI demands.

10M+
3D experiences delivered
30K+
high-fidelity 3D assets generated

SOC 2 Type II

Enterprise-grade security with full audit trails and data protection from day one.

SSO & RBAC

Single sign-on, role-based permissions, and team management for any organization size.

Built to Scale

Generate millions of SimReady assets. From proof-of-concept to production data pipeline.

Our mission

Robotics will be the largest industry in history.

We're creating the AI-native 3D infrastructure to make that future arrive faster.

The future isn't man or machine, it's both, working together .

Frequently asked questions

Everything you need to know about Rigyd and SimReady assets.

A SimReady (SimReady) asset is a 3D model enriched with the metadata and physical properties needed for accurate simulation. This includes rigid-body physics (mass, friction, restitution), collision meshes, semantic labels, and material specifications, all built on OpenUSD. Unlike a regular 3D model that only contains geometry and textures, a SimReady asset can be dropped directly into simulators like NVIDIA Isaac Sim, MuJoCo, or Gazebo and behave realistically. Rigyd automates this entire enrichment process using AI.

Rigyd accepts 3D models (.glb, .fbx, .obj), 2D images, and text descriptions. No pre-processing or format conversion is needed before upload. CAD formats are coming soon.

No. Rigyd handles everything automatically, file size optimization, mesh geometry cleanup, physics property estimation, collision mesh generation, and semantic labeling. Upload your raw 3D files and get simulation-ready OpenUSD output in minutes.

The sim-to-real gap is primarily a data quality problem. When simulated objects have inaccurate physics, wrong mass, unrealistic friction, or oversimplified collision geometry, policies trained in simulation fail on real hardware. Rigyd generates thousands of physically accurate assets with calibrated mass (within 15-20% of measured values) and friction (within ±0.1 coefficient), giving domain randomization a realistic baseline to work from. More diverse, physically accurate training data leads to 40% better real-world performance.

Rigyd's Enterprise plan includes API access for batch processing, so you can convert entire 3D catalogs programmatically. Talk with our CEO to discuss your volume needs and get a custom plan.