File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
# CoreS3 PortA X:2, Y:1 PortB X:9, Y:8 PortC X:17, Y:18
7
7
# Stack-chanPCB Core1 X:5,Y:2 Core2 X:19,Y27
8
8
# When using SCS0009 or Dynamixel XL330, x:RX, y:TX (not used)
9
+ # RT Version: x:6 y:7
9
10
x : 17
10
11
y : 18
11
12
offset :
@@ -17,20 +18,23 @@ servo:
17
18
# SG90: x:90 y:90
18
19
# SCS0009: x:150, y:150
19
20
# Dynamixel XL330: x:180, y:270
21
+ # RT Version X:180 Y:5
20
22
x : 90
21
23
y : 90
22
24
lower_limit :
23
25
# 可動範囲の下限(下限と言っても取り付け方により逆の場合あり, 値の小さい方を指定。)
24
26
# SG90: x:0, y:60
25
27
# SCS0009: x:0, y:120
26
28
# Dynamixel XL330: x:0, y:220
29
+ # RT Version X:90 Y:-5
27
30
x : 0
28
31
y : 60
29
32
upper_limit :
30
33
# 可動範囲の上限(上限と言っても取り付け方により逆の場合もあり, 値の大きい方を指定。)
31
34
# SG90: x:180, y:90
32
35
# SCS0009: x:300, y:150
33
36
# Dynamixel XL330: x:360, y:270
37
+ # Dynamixel RTVersion X:270 Y:15
34
38
x : 90
35
39
y : 90
36
40
speed :
45
49
move_min : 500
46
50
move_max : 1000
47
51
takao_base : false # Whether to use takaobase to feed power from the rear connector.(Stack-chan_Takao_Base https://ssci.to/8905)
48
- servo_type : " PWM" # "PWM": SG90PWMServo, "SCS": Feetech SCS0009 "DYN_XL330": Dynamixel XL330
52
+ servo_type : " PWM" # "PWM": SG90PWMServo, "SCS": Feetech SCS0009 "DYN_XL330": Dynamixel XL330, "RT_DYN_XL339": RTVersion
49
53
50
54
# ## 以下はアプリケーションによって設定が変わります。
51
55
bluetooth :
You can’t perform that action at this time.
0 commit comments