Back to Models

nvidia/GEAR-SONIC

nvidia • general

GEAR-SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control

Model Description

SONIC (Supersizing Motion Tracking) is a humanoid behavior foundation model developed by NVIDIA that gives robots a core set of motor skills learned from large-scale human motion data. Rather than building separate controllers for predefined motions, SONIC uses motion tracking as a scalable training task, enabling a single unified policy to produce natural, whole-body movement and support a wide range of behaviors.

Key Features

  • šŸ¤– Unified Whole-Body Control: Single policy handles walking, running, crawling, jumping, manipulation, and more
  • šŸŽÆ Motion Tracking: Trained on large-scale human motion data for natural movements
  • šŸŽ® Real-Time Teleoperation: VR-based whole-body teleoperation via PICO headset
  • šŸš€ Hardware Deployment: C++ inference stack for real-time control on humanoid robots
  • šŸŽØ Kinematic Planner: Real-time locomotion generation with multiple movement styles
  • šŸ”„ Multi-Modal Control: Supports keyboard, gamepad, VR, and high-level planning

VR Whole-Body Teleoperation

SONIC supports real-time whole-body teleoperation via PICO VR headset, enabling natural human-to-robot motion transfer for data collection and interactive control.

WalkingRunning
Sideways MovementKneeling
Getting UpJumping
Bimanual ManipulationObject Hand-off

Kinematic Planner

SONIC includes a kinematic planner for real-time locomotion generation — choose a movement style, steer with keyboard/gamepad, and adjust speed and height on the fly.

In-the-Wild Navigation
RunHappy
StealthInjured
KneelingHand Crawling
Elbow CrawlingBoxing

Quick Start

šŸ“š See the Quick Start Guide for step-by-step instructions on:

  • Installation and setup
  • Running SONIC with different control modes (keyboard, gamepad, VR)
  • Deploying on real hardware
  • Using the kinematic planner

Key Resources:

Model Checkpoints

All checkpoints (ONNX format) are available directly in this repository. Inference is powered by TensorRT and runs on both desktop and Jetson hardware.

CheckpointFileDescription
Policy encodermodel_encoder.onnxEncodes motion reference into latent
Policy decodermodel_decoder.onnxDecodes latent into joint actions
Kinematic plannerplanner_sonic.onnxReal-time locomotion style planner

Quick download (requires pip install huggingface_hub):

from huggingface_hub import snapshot_download
snapshot_download(repo_id="nvidia/GEAR-SONIC", local_dir="gear_sonic_deploy")

Or use the download script from the GitHub repo:

python download_from_hf.py             # policy + planner (default)
python download_from_hf.py --no-planner # policy only

See the Download Models guide for full instructions.

Documentation

šŸ“š Full Documentation

Guides

Tutorials

Repository Structure

GR00T-WholeBodyControl/
ā”œā”€ā”€ gear_sonic_deploy/     # C++ inference stack for deployment
ā”œā”€ā”€ gear_sonic/            # Teleoperation and data collection tools
ā”œā”€ā”€ decoupled_wbc/         # Decoupled WBC (GR00T N1.5/N1.6)
ā”œā”€ā”€ docs/                  # Documentation source
└── media/                 # Videos and images

Related Projects

This repository is part of NVIDIA's GR00T (Generalist Robot 00 Technology) initiative:

Citation

If you use GEAR-SONIC in your research, please cite:

@article{luo2025sonic,
    title={SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control},
    author={Luo, Zhengyi and Yuan, Ye and Wang, Tingwu and Li, Chenran and Chen, Sirui and Casta\~neda, Fernando and Cao, Zi-Ang and Li, Jiefeng and Minor, David and Ben, Qingwei and Da, Xingye and Ding, Runyu and Hogg, Cyrus and Song, Lina and Lim, Edy and Jeong, Eugene and He, Tairan and Xue, Haoru and Xiao, Wenli and Wang, Zi and Yuen, Simon and Kautz, Jan and Chang, Yan and Iqbal, Umar and Fan, Linxi and Zhu, Yuke},
    journal={arXiv preprint arXiv:2511.07820},
    year={2025}
}

License

This project uses dual licensing:

  • Source Code: Apache License 2.0 - applies to all code, scripts, and software components
  • Model Weights: NVIDIA Open Model License - applies to all trained model checkpoints

Key points of the NVIDIA Open Model License:

  • āœ… Commercial use permitted with attribution
  • āœ… Modification and distribution allowed
  • āš ļø Must comply with NVIDIA's Trustworthy AI terms
  • āš ļø Model outputs subject to responsible use guidelines

See LICENSE for complete terms.

Support & Contact

Acknowledgments

This work builds upon and acknowledges:

  • Beyond Mimic - Whole-body tracking foundation
  • Isaac Lab - Robot learning framework
  • NVIDIA Research GEAR Lab team
  • All contributors and collaborators

Model Card Contact

For questions about this model card or responsible AI considerations, contact: gear-wbc@nvidia.com

Visit Website
—

0 reviews

5
0
4
0
3
0
2
0
1
0
Likes38
Downloads—
šŸ“

No reviews yet

Be the first to review nvidia/GEAR-SONIC!

Model Info

Providernvidia
Categorygeneral
Reviews0
Avg. Rating— / 5.0

Community

Likes38
Downloads—

Rating Guidelines

ā˜…ā˜…ā˜…ā˜…ā˜…Exceptional
ā˜…ā˜…ā˜…ā˜…Great
ā˜…ā˜…ā˜…Good
ā˜…ā˜…Fair
ā˜…Poor