File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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## 🚀 快速开始
You can’t perform that action at this time.
0 commit comments