docs: 添加 Git LFS 克隆说明

This commit is contained in:
2026-08-19 11:25:33 +08:00
parent 675167e1c3
commit de2313c765
2 changed files with 48 additions and 0 deletions
+24
View File
@@ -1,3 +1,27 @@
# 0. Repository Clone Instructions (Git LFS)
The robotic hand STL model files (`.STL`) in this repository are hosted via Git LFS (Large File Storage). A plain `git clone` will only fetch pointer placeholder files, and the MuJoCo simulation will fail because it cannot find the STL models.
**Install Git LFS before cloning:**
```bash
sudo apt install git-lfs
git lfs install
```
**Then clone the repository:**
```bash
git clone https://gitea.robotquan.com/chenshijue/delay-measurement.git
```
After cloning, the STL files will be automatically downloaded as full content via LFS.
**Verify LFS files were fetched (optional):**
```bash
git lfs ls-files # should list all *.STL files
```
---
# 1. LinkerFFG Glove
## 1.1 Product Introduction