技术栈的机器人侧 · 事实来自 GR00T-WBC 模型卡
SONIC:MotionBricks 的动作遇上真 G1
MotionBricks 回答「这个角色下一步该做什么?」。GEAR-SONIC 回答「让一台 30 kg 的机器人真的做到」。两者发布在同一个仓库里,README 明确说它们共同构成 NVIDIA GR00T Whole-Body Control 计划的基石。
两个项目如何关联
README 的 Related Work 一节用一句话说清:「Together with MotionBricks, GEAR-SONIC anchors NVIDIA's GR00T Whole-Body Control initiative.」(与 MotionBricks 一起,GEAR-SONIC 奠定了 NVIDIA 的 GR00T Whole-Body Control 计划。)落到实处的含义是:一个共享单仓库(NVlabs/GR00T-WholeBodyControl),MotionBricks 作动作生成层(潜在模型怎么工作),SONIC 作跟踪控制器,把参考动作变成 Unitree G1 上的电机行为。
官方 SONIC 来源:项目页 · Hugging Face 上的 nvidia/GEAR-SONIC · 父仓库。
三个 checkpoint
逐字摘自 GR00T-WBC 模型卡——每个 checkpoint 都在 nvidia/GEAR-SONIC Hugging Face 仓库里:
| Checkpoint | 参考 lookahead | 用途 | 下载 |
|---|---|---|---|
| Default SONIC (original release) | 10 future frames at 20 ms spacing, approximately 200 ms of reference lookahead | Default general-purpose SONIC controller for motion tracking, planning, teleoperation, and compatibility with existing deployments. G1 and teleoperation future-reference observations use step5. | nvidia/GEAR-SONIC · main |
| Low-latency teleoperation | 4 future frames at 20 ms spacing, approximately 80 ms of reference lookahead | Intended 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. | nvidia/GEAR-SONIC · low_latency |
| SONIC v1.1 | 10 future frames at 20 ms spacing, approximately 200 ms of reference lookahead | Uses 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. | nvidia/GEAR-SONIC · sonic_v1_1 |
SONIC 在发布时间线里
父仓库新闻源中与 SONIC 相关的条目(完整时间线见新闻页):
- 2026-05-07 — GR00T-WBC: end-to-end VLA workflow on G1 (teleop data → Isaac-GR00T N1.7 fine-tune → SONIC deployment).
- 2026-06-16 — GR00T-WBC: low-latency teleoperation checkpoint (4-frame lookahead) + Isaac Teleop Setup docs.
- 2026-07-23 — GR00T-WBC: SONIC v1.1 checkpoint (robot-heading-normalized, wrist-pose augmentation).
MotionBricks 自己的 2026-04-27 预览发布是这条合并叙事的起点;上面这些 checkpoint 行是之后在 SONIC 一侧陆续到来的。
接着读什么
MotionBricks 与 NVIDIA 技术栈
GR00T 各部件(以及哪些不属于它)如何归类。
架构
这对组合中生成侧的 VQVAE / pose / root 模型。
新闻时间线
两份 README 里每一条带日期的条目,附来源。