Skip to content

Commit 19b9c9d

Browse files
committed
V2.1.4
1 parent 5d698d5 commit 19b9c9d

File tree

907 files changed

+519771
-3175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

907 files changed

+519771
-3175
lines changed
206 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
202 Bytes
Binary file not shown.
8.5 KB
Binary file not shown.
1.11 KB
Binary file not shown.
8.6 KB
Binary file not shown.

LinkerHand/config/setting.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
VERSION: 2.1.3 # L10支持RML睿尔曼API2接口的485协议
1+
VERSION: 2.1.4 # 支持新传感器
22
LINKER_HAND: # 手部配置信息
33
LEFT_HAND:
4-
EXISTS: True # 是否存在左手
4+
EXISTS: False # 是否存在左手
55
TOUCH: True # 是否有压力传感器
6-
MODBUS: "RML" # 通讯协议是否为485 默认None 当前支持RML(睿尔曼API2)
7-
JOINT: L10 # 左手关节数 L7/L10/L20/L21/L25/L25_v2
6+
MODBUS: "None" # 通讯协议是否为485 默认None 当前支持RML(睿尔曼API2)
7+
JOINT: L10 # 左手关节数 L7/L10/L20/L21/L25
88
NAME: # 无论l10还是l20 joint name都是20个
99
- joint41
1010
- joint42
@@ -28,10 +28,10 @@ LINKER_HAND: # 手部配置信息
2828
- joint60
2929

3030
RIGHT_HAND:
31-
EXISTS: False # 是否存在右手
32-
TOUCH: False # 是否有压力传感器
33-
MODBUS: "None"
34-
JOINT: L10 # 右手关节数量
31+
EXISTS: True # 是否存在右手
32+
TOUCH: True # 是否有压力传感器
33+
MODBUS: "None" # 通讯协议是否为485 默认None 当前支持RML(睿尔曼API2)
34+
JOINT: L25 # 右手关节数量
3535
NAME: # 无论l10还是l20 joint name都是20个
3636
- joint71
3737
- joint72
211 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
207 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)