# Unitree-G1-Control-Replay **Repository Path**: fnwork/Unitree-G1-Control-Replay ## Basic Information - **Project Name**: Unitree-G1-Control-Replay - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-20 - **Last Updated**: 2025-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unitree G1 Robot Control & Replay Platform This repository provides a platform to run a Unitree G1 robot in 4 steps: 1. Control the degrees of all joints; 2. Snapshot the degrees of all joints; 3. Compose a script including all snapshots; 4. Run the script to replay all joint degrees sequentially. Such a paradigm offers several advantages: 1. It doesn't involve any kind of learning (_e.g._, reinforcement learning), making it easy for any users without deep learning background to run a humanoid robot. 2. Similarly, it doesn't require any kinematic knowledge, and users can run the robot in a "What You See Is What You Get" manner. 3. Joint degress, snapshots, and scripts are independent of source code, making it applicable to any kinds of tasks. 4. Snapshots and scripts can be easily modified, letting users tune current joint degrees or extend existing tasks. **_Overall, this platform enables users to run the Unitree G1 robot for any tasks without knowing complicated robotics stuffs._**