01 — Sell

Sell

We supply the right Unitree platform, configured for your application, with the spares and accessories to actually use it.

Scope

What's in. What's out.

In scope

  • Source the right Unitree platform for your use case
  • Configure hardware variants (EDU, IP-rated, compute)
  • Provide sensors, batteries, mounts, and accessories
  • Handle customs, import, and warranty registration
  • Optional pre-staging and acceptance test before shipping

Not in scope

  • Non-Unitree platforms (we can recommend partners, but don't resell)
  • Firmware jailbreaks or tier unlocks (violates partner terms and warranty)
  • Long-term spares contracts — that's part of ongoing support

Code

Same SDK the Unitree team uses.

Every service ships with a real, runnable snippet from the SDK we'd use on your project. No pseudocode.

platform_chooser.py
python
# Pseudo-code: how we choose a platform
def recommend(use_case: UseCase) -> Platform:
    if use_case.outdoor and use_case.heavy_payload:
        return Platform("B2")     # 40 kg+ IP67 quadruped
    if use_case.indoor and use_case.manipulation:
        return Platform("G1", edu=True)  # 43 DoF humanoid with hands
    if use_case.embodied_ai_data:
        return Platform("G1-D")   # teleop + recording
    if use_case.entry_level_research:
        return Platform("R1")     # lightweight humanoid
    if use_case.full_size_demonstration:
        return Platform("H2")     # refined full-size
    if use_case.speed_research:
        return Platform("H1")     # fastest
    if use_case.mobile_manipulation:
        return Platform("B2") + Platform("Z1")  # base + arm
    if use_case.benchtop:
        return Platform("Z1")     # standalone arm
    return Platform("Go2")        # accessible workhorse

Get started

Submit your use case.

Tell us what you want to do. We'll tell you whether this service is the right fit, and what a realistic engagement looks like.