-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharm_config.json
More file actions
57 lines (57 loc) · 1.09 KB
/
arm_config.json
File metadata and controls
57 lines (57 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"linkarm": {
"device_info_keyword": "CH343",
"default_device_serial_ports": "",
"serial_baudrate": 500000,
"joint_type": "scs",
"joint_id": [
31,
32,
33,
34
],
"gripper_torque_limit": 200,
"node_id": 40,
"servo_middle": [
511,
511,
511,
511
],
"joint_direction": [
1,
1,
1,
1
],
"joint_limit": [
[-1.5708, 1.5708],
[-1.5708, 1.5708],
[-0.8, 2],
[-1.5, 0]
],
"link_ab": 224.0,
"link_bc": 145.0,
"link_cd_1": 24.0,
"link_cd_2": 120.0,
"link_de": 120.0,
"link_ef": 25.0,
"link_bf_1": 24.0,
"link_bf_2": 120.0
},
"joint": {
"scs": {
"joint_range_rad": 3.839724777777778,
"joint_range_steps": 1024,
"joint_range_angle": 220.0,
"id_address": 5,
"torque_limit_address": 16,
"torque_lock_address": 40
},
"hls": {
"joint_range_rad": 6.28318530718,
"joint_range_steps": 4096,
"joint_range_angle": 360.0
}
}
}