-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
144 lines (144 loc) · 6.66 KB
/
.gitmodules
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[submodule "SDK/driver/screwdriver/SimpleScrewdriver"]
path = SDK/driver/screwdriver/SimpleScrewdriver
url = https://github.com/UniversalRobots/SimpleScrewdriver.git
[submodule "SDK/driver/screwdriver/CustomScrewdriver"]
path = SDK/driver/screwdriver/CustomScrewdriver
url = https://github.com/UniversalRobots/CustomScrewdriver.git
[submodule "SDK/driver/screwdriver/AdvancedScrewdriver"]
path = SDK/driver/screwdriver/AdvancedScrewdriver
url = https://github.com/UniversalRobots/AdvancedScrewdriver.git
[submodule "SDK/driver/gripper/SimpleGripper"]
path = SDK/driver/gripper/SimpleGripper
url = https://github.com/UniversalRobots/SimpleGripper.git
[submodule "SDK/driver/gripper/CustomGripperSetup"]
path = SDK/driver/gripper/CustomGripperSetup
url = https://github.com/UniversalRobots/CustomGripperSetup.git
[submodule "SDK/driver/gripper/AdvancedGripper"]
path = SDK/driver/gripper/AdvancedGripper
url = https://github.com/UniversalRobots/AdvancedGripper.git
[submodule "SDK/driver/general/CustomUserInput"]
path = SDK/driver/general/CustomUserInput
url = https://github.com/UniversalRobots/CustomUserInput.git
[submodule "SDK/html/CoordinateMapHTML"]
path = SDK/html/CoordinateMapHTML
url = https://github.com/UniversalRobots/CoordinateMapHTML.git
[submodule "SDK/html/CycleCounterHTML"]
path = SDK/html/CycleCounterHTML
url = https://github.com/UniversalRobots/CycleCounterHTML.git
[submodule "SDK/html/EllipseHTML"]
path = SDK/html/EllipseHTML
url = https://github.com/UniversalRobots/EllipseHTML.git
[submodule "SDK/html/HelloWorldHTML"]
path = SDK/html/HelloWorldHTML
url = https://github.com/UniversalRobots/HelloWorldHTML.git
[submodule "SDK/html/IdleTimeHTML"]
path = SDK/html/IdleTimeHTML
url = https://github.com/UniversalRobots/IdleTimeHTML.git
[submodule "SDK/html/LocalizationHTML"]
path = SDK/html/LocalizationHTML
url = https://github.com/UniversalRobots/LocalizationHTML.git
[submodule "SDK/html/MyDaemonHTML"]
path = SDK/html/MyDaemonHTML
url = https://github.com/UniversalRobots/MyDaemonHTML.git
[submodule "SDK/html/NodeOrderingHTML"]
path = SDK/html/NodeOrderingHTML
url = https://github.com/UniversalRobots/NodeOrderingHTML.git
[submodule "SDK/html/PickOrPlaceHTML"]
path = SDK/html/PickOrPlaceHTML
url = https://github.com/UniversalRobots/PickOrPlaceHTML.git
[submodule "SDK/html/ScriptFunctionHTML"]
path = SDK/html/ScriptFunctionHTML
url = https://github.com/UniversalRobots/ScriptFunctionHTML.git
[submodule "SDK/swing/CreateFeatureSwing"]
path = SDK/swing/CreateFeatureSwing
url = https://github.com/UniversalRobots/CreateFeatureSwing.git
[submodule "SDK/swing/CycleCounterSwing"]
path = SDK/swing/CycleCounterSwing
url = https://github.com/UniversalRobots/CycleCounterSwing.git
[submodule "SDK/swing/EllipseSwing"]
path = SDK/swing/EllipseSwing
url = https://github.com/UniversalRobots/EllipseSwing.git
[submodule "SDK/swing/GripAndReleaseSwing"]
path = SDK/swing/GripAndReleaseSwing
url = https://github.com/UniversalRobots/GripAndReleaseSwing.git
[submodule "SDK/swing/HelloWorldSwing"]
path = SDK/swing/HelloWorldSwing
url = https://github.com/UniversalRobots/HelloWorldSwing.git
[submodule "SDK/swing/IdleTimeSwing"]
path = SDK/swing/IdleTimeSwing
url = https://github.com/UniversalRobots/IdleTimeSwing.git
[submodule "SDK/swing/LocalizationSwing"]
path = SDK/swing/LocalizationSwing
url = https://github.com/UniversalRobots/LocalizationSwing.git
[submodule "SDK/swing/MoveUntilDetectionSwing"]
path = SDK/swing/MoveUntilDetectionSwing
url = https://github.com/UniversalRobots/MoveUntilDetectionSwing.git
[submodule "SDK/swing/MyDaemonSwing"]
path = SDK/swing/MyDaemonSwing
url = https://github.com/UniversalRobots/MyDaemonSwing.git
[submodule "SDK/swing/MyToolbar"]
path = SDK/swing/MyToolbar
url = https://github.com/UniversalRobots/MyToolbar.git
[submodule "SDK/swing/NodeOrderingSwing"]
path = SDK/swing/NodeOrderingSwing
url = https://github.com/UniversalRobots/NodeOrderingSwing.git
[submodule "SDK/swing/PickOrPlaceSwing"]
path = SDK/swing/PickOrPlaceSwing
url = https://github.com/UniversalRobots/PickOrPlaceSwing.git
[submodule "SDK/swing/ScriptFunctionSwing"]
path = SDK/swing/ScriptFunctionSwing
url = https://github.com/UniversalRobots/ScriptFunctionSwing.git
[submodule "SDK/swing/ToolChangerSwing"]
path = SDK/swing/ToolChangerSwing
url = https://github.com/UniversalRobots/ToolChangerSwing.git
[submodule "SDK/swing/ToolIOControlSwing"]
path = SDK/swing/ToolIOControlSwing
url = https://github.com/UniversalRobots/ToolIOControlSwing.git
[submodule "SDK/swing/UserInput"]
path = SDK/swing/UserInput
url = https://github.com/UniversalRobots/UserInput.git
[submodule "URPlus Team/URCap_StyleGuide_Library"]
path = URPlus Team/URCap_StyleGuide_Library
url = https://github.com/thphr/URCap_StyleGuide_Library.git
[submodule "URPlus Team/URCap-ScriptCommunicator"]
path = URPlus Team/URCap-ScriptCommunicator
url = https://github.com/EbbeFuglsang/URCap-ScriptCommunicator
[submodule "URPlus Team/URCap-ScriptWrapper"]
path = URPlus Team/URCap-ScriptWrapper
url = https://github.com/BomMadsen/URCap-ScriptWrapper
[submodule "URPlus Team/URCap-WhipWelding"]
path = URPlus Team/URCap-WhipWelding
url = https://github.com/BomMadsen/URCap-WhipWelding
[submodule "URPlus Team/URCap-ProgramMonitor"]
path = URPlus Team/URCap-ProgramMonitor
url = https://github.com/BomMadsen/URCap-ProgramMonitor
[submodule "URPlus Team/URCap-XMLRPCMath"]
path = URPlus Team/URCap-XMLRPCMath
url = https://github.com/BomMadsen/URCap-XMLRPCMath
[submodule "URPlus Team/URCap-VisionTemplate"]
path = URPlus Team/URCap-VisionTemplate
url = https://github.com/BomMadsen/URCap-VisionTemplate
[submodule "URPlus Team/URCap-MotionBuilder"]
path = URPlus Team/URCap-MotionBuilder
url = https://github.com/BomMadsen/URCap-MotionBuilder
[submodule "URPlus Team/URCap-CustomAPI"]
path = URPlus Team/URCap-CustomAPI
url = https://github.com/BomMadsen/URCap-CustomAPI
[submodule "URPlus Team/URCap-UR3Screw"]
path = URPlus Team/URCap-UR3Screw
url = https://github.com/BomMadsen/URCap-UR3Screw
[submodule "URPlus Team/URCap-getControllerTime"]
path = URPlus Team/URCap-getControllerTime
url = https://github.com/BomMadsen/URCap-getControllerTime
[submodule "URPlus Team/skynet"]
path = URPlus Team/skynet
url = https://github.com/o5h/skynet
[submodule "Community/com.takaaki.urcap.eipmonitor"]
path = Community/com.takaaki.urcap.eipmonitor
url = https://github.com/t-fujiki/com.takaaki.urcap.eipmonitor
[submodule "Community/com.ur.urcap.breakloop"]
path = Community/com.ur.urcap.breakloop
url = https://github.com/t-fujiki/com.ur.urcap.breakloop
[submodule "Community/com.takaaki.urcap.dialogscript2"]
path = Community/com.takaaki.urcap.dialogscript2
url = https://github.com/t-fujiki/com.takaaki.urcap.dialogscript2