[update] README

This commit is contained in:
silencht 2025-08-18 11:28:22 +08:00
parent 7767d24b44
commit 3ee3dcb43d

View File

@ -71,6 +71,7 @@ Currently the dexterous hand only supports joint control, i.e. only the paramete
## unitree h1
```bash
sudo apt install libboost-all-dev libspdlog-dev
# Build project
mkdir build & cd build
cmake ..
@ -83,6 +84,7 @@ sudo ./inspire_h1 -s /dev/ttyUSB0
## unitree g1
```bash
sudo apt install libboost-all-dev libspdlog-dev
# Build project
mkdir build & cd build
cmake ..