-
Notifications
You must be signed in to change notification settings - Fork 0
/
console-full-cart-simulated.json
64 lines (64 loc) · 1.71 KB
/
console-full-cart-simulated.json
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
58
59
60
61
62
63
64
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "SUJ",
"type": "SUJ",
"simulation": "KINEMATIC",
"kinematic": "suj-simulated.json",
"base-frame": {
"component": "ECM",
"interface": "Robot"
}
}
,
{
"name": "PSM1",
"type": "PSM",
"simulation": "KINEMATIC",
"pid": "sawControllersPID-PSM.xml",
"kinematic": "psm-large-needle-driver.json",
"base-frame": {
"component": "SUJ",
"interface": "PSM1"
}
}
,
{
"name": "PSM2",
"type": "PSM",
"simulation": "KINEMATIC",
"pid": "sawControllersPID-PSM.xml",
"kinematic": "psm-large-needle-driver.json",
"base-frame": {
"component": "SUJ",
"interface": "PSM2"
}
}
,
{
"name": "PSM3",
"type": "PSM",
"simulation": "KINEMATIC",
"pid": "sawControllersPID-PSM.xml",
"kinematic": "psm-large-needle-driver.json",
"base-frame": {
"component": "SUJ",
"interface": "PSM3"
}
}
,
{
"name": "ECM",
"type": "ECM",
"simulation": "KINEMATIC",
"pid": "sawControllersPID-ECM.xml",
"kinematic": "ecm-straight.json",
"base-frame": {
"component": "SUJ",
"interface": "ECM"
}
}
]
}