Skip to content

Commit c3be535

Browse files
committed
docs: update README
1 parent 8d81c49 commit c3be535

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Setup LinkerHand SDK
7070
run: |
71-
git clone https://github.com/linker-bot/linkerhand-cpp-sdk.git /tmp/sdk
71+
git clone --branch v1.1.7 https://github.com/linker-bot/linkerhand-cpp-sdk.git /tmp/sdk
7272
cd /tmp/sdk && mkdir build && cd build
7373
cmake .. && make -j$(nproc) && make install && ldconfig
7474

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ LinkerHand-CPP-ROS2 是灵心巧手科技有限公司开发,基于 LinkerHand-
2626
- **架构**: x86_64
2727
- **编译器**: GCC 7.0+ 或 Clang 5.0+
2828
- **CMake**: 3.15+
29-
- **依赖**: ROS2 (推荐 Foxy 或 Humble)、[linkerhand-cpp-sdk](https://github.com/linker-bot/linkerhand-cpp-sdk.git)
29+
- **依赖**: ROS2 (推荐 Foxy 或 Humble)、[linkerhand-cpp-sdk](https://github.com/linker-bot/linkerhand-cpp-sdk/releases/tag/v1.1.7)
30+
31+
> 注:本项目仅支持linkerhand-cpp-sdk v1.1.7及以下版本
3032
3133

3234
## 🚀 快速开始

0 commit comments

Comments
 (0)