全景 · GR00T Whole-Body Control

NVIDIA 人形动作技术栈,一块一块拆

MotionBricks 不是孤立存在的,这正是报道总把它写拧的原因。GR00T Whole-Body Control 是一组分层——生成、控制、数据、重定向——每层都有自己的仓库或页面。下面是地图,每个盒子都链接到 NVIDIA 自己描述它的地方。

各层

MotionBricks 机器人宣传图:Unitree G1 上生成的动作
生成层——G1 上的 MotionBricks。
GEAR-SONIC 宣传图,出自官方 README Related Work 一节
控制层——GEAR-SONIC。

SONIC 的三个 checkpoint,直接摘自模型卡

All three models use the SONIC universal-token controller, produce 64-dimensional latent motion tokens, run the controller at 50 Hz, and support SMPL pose, G1 motion reference, and teleoperation inputs.

Checkpoint参考 lookahead设计用途
Default SONIC (original release)10 future frames at 20 ms spacing, approximately 200 ms of reference lookaheadDefault general-purpose SONIC controller for motion tracking, planning, teleoperation, and compatibility with existing deployments. G1 and teleoperation future-reference observations use step5.
Low-latency teleoperation · 文件4 future frames at 20 ms spacing, approximately 80 ms of reference lookaheadIntended for more responsive whole-body teleoperation and VLA execution. G1 and teleoperation future-reference observations use step1. Use its encoder, decoder, and observation config together.
SONIC v1.1 · 文件10 future frames at 20 ms spacing, approximately 200 ms of reference lookaheadUses robot-heading-normalized target orientation and was trained with wrist-pose augmentation. Intended for heading-stable whole-body teleoperation and SONIC-backed VLA policies that use this controller. G1 and teleoperation future-reference observations use step5; this is not the low-latency model.
The lookahead values describe the reference horizon presented to the controller. They are not measurements of total end-to-end teleoperation latency, which also includes sensing, networking, preprocessing, and inference.

发布时间线

日期发布内容
2026-04-27MotionBricks preview release — interactive G1 demo, pretrained checkpoints (VQVAE · pose · root), synthetic training code, motion-representation docs, GIF gallery.
2026-05-07GR00T-WBC: end-to-end VLA workflow on G1 (teleop data → Isaac-GR00T N1.7 fine-tune → SONIC deployment).
2026-06-16GR00T-WBC: low-latency teleoperation checkpoint (4-frame lookahead) + Isaac Teleop Setup docs.
2026-07-23GR00T-WBC: SONIC v1.1 checkpoint (robot-heading-normalized, wrist-pose augmentation).

值得注意的模式:日期交错出现。这段时间窗口里 MotionBricks 的预览(2026-04-27)最先落地;WBC 仓库随后回应以 VLA 工作流、低延迟 checkpoint 与 v1.1。技术栈整体推进——这正是“只有生成层开不了机器人”的原因。想单看运行时这一块,见安装指南;各层变动时,本站索引的指南会跟进。