From 3ee3dcb43dff006d9a42395568c0ad478f49641d Mon Sep 17 00:00:00 2001 From: silencht Date: Mon, 18 Aug 2025 11:28:22 +0800 Subject: [PATCH] [update] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 264010b..d83ad07 100644 --- a/README.md +++ b/README.md @@ -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 ..