forked from ithompson-legacy/CRRTemp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeRedRobot2013.yml
More file actions
306 lines (305 loc) · 11.7 KB
/
CodeRedRobot2013.yml
File metadata and controls
306 lines (305 loc) · 11.7 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
Version 0.0.2
---
Name: CodeRedRobot2013
Base: Robot
Children:
- Name: Subsystems
Base: Subsystems
Children:
- Name: Shooter
Base: Subsystem
Children:
- Name: Spinner
Base: CAN Jaguar
Children: []
Properties:
CAN ID: !!robotbuilder.data.properties.ChoicesProperty
choices: &id001 ['2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12']
default: '2'
name: CAN ID
validators: &id002 [CANID]
value: '4'
- Name: Cam
Base: Servo
Children: []
Properties:
Output Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2']
default: '1'
name: Output Module (Digital)
validators: [PWMOutput]
value: '1'
Output Channel (PWM): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']
default: '1'
name: Output Channel (PWM)
validators: [PWMOutput]
value: '1'
- Name: CamDetect
Base: Digital Input
Children: []
Properties:
Input Channel (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12',
'13', '14']
default: '1'
name: Input Channel (Digital)
validators: [DigitalChannel]
value: '1'
Input Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2']
default: '1'
name: Input Module (Digital)
validators: [DigitalChannel]
value: '1'
Properties:
Default Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Default Command, type: Command, validators: null, value: None}
- Name: Arm
Base: Subsystem
Children:
- Name: Wrist
Base: CAN Jaguar
Children: []
Properties:
CAN ID: !!robotbuilder.data.properties.ChoicesProperty
choices: *id001
default: '2'
name: CAN ID
validators: *id002
value: '2'
- Name: Elbow
Base: CAN Jaguar
Children: []
Properties:
CAN ID: !!robotbuilder.data.properties.ChoicesProperty
choices: *id001
default: '2'
name: CAN ID
validators: *id002
value: '3'
Properties:
Default Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Default Command, type: Command, validators: null, value: None}
- Name: Drive
Base: Subsystem
Children:
- Name: Left
Base: Speed Controller
Children: []
Properties:
Output Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: &id003 ['1', '2']
default: '1'
name: Output Module (Digital)
validators: &id004 [PWMOutput]
value: '1'
Type: !!robotbuilder.data.properties.ChoicesProperty
choices: &id005 [Victor, Jaguar, Talon]
default: Victor
name: Type
validators: null
value: Victor
Output Channel (PWM): !!robotbuilder.data.properties.ChoicesProperty
choices: &id006 ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']
default: '1'
name: Output Channel (PWM)
validators: &id007 [PWMOutput]
value: '2'
- Name: Right
Base: Speed Controller
Children: []
Properties:
Output Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: *id003
default: '1'
name: Output Module (Digital)
validators: *id004
value: '1'
Type: !!robotbuilder.data.properties.ChoicesProperty
choices: *id005
default: Victor
name: Type
validators: null
value: Victor
Output Channel (PWM): !!robotbuilder.data.properties.ChoicesProperty
choices: *id006
default: '1'
name: Output Channel (PWM)
validators: *id007
value: '3'
- Name: lEnc
Base: Quadrature Encoder
Children: []
Properties:
Channel B Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: &id008 ['1', '2']
default: '1'
name: Channel B Module (Digital)
validators: &id009 [DigitalChannel]
value: '1'
Channel A Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: &id010 ['1', '2']
default: '1'
name: Channel A Module (Digital)
validators: &id011 [DigitalChannel]
value: '1'
PID Source: !!robotbuilder.data.properties.ChoicesProperty
choices: &id012 [kDistance, kRate]
default: kRate
name: PID Source
validators: null
value: kRate
Distance Per Pulse: !!robotbuilder.data.properties.DoubleProperty {default: 1,
name: Distance Per Pulse, validators: null, value: 1.0}
Encoding Type: !!robotbuilder.data.properties.ChoicesProperty
choices: &id013 [k4X, k2X, k1X]
default: k4X
name: Encoding Type
validators: null
value: k4X
Channel B Channel (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: &id014 ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11',
'12', '13', '14']
default: '1'
name: Channel B Channel (Digital)
validators: &id015 [DigitalChannel]
value: '3'
Channel A Channel (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: &id016 ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11',
'12', '13', '14']
default: '1'
name: Channel A Channel (Digital)
validators: &id017 [DigitalChannel]
value: '2'
Reverse Direction: !!robotbuilder.data.properties.BooleanProperty {default: false,
name: Reverse Direction, validators: null, value: false}
- Name: rEnc
Base: Quadrature Encoder
Children: []
Properties:
Channel B Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: *id008
default: '1'
name: Channel B Module (Digital)
validators: *id009
value: '1'
Channel A Module (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: *id010
default: '1'
name: Channel A Module (Digital)
validators: *id011
value: '1'
PID Source: !!robotbuilder.data.properties.ChoicesProperty
choices: *id012
default: kRate
name: PID Source
validators: null
value: kRate
Distance Per Pulse: !!robotbuilder.data.properties.DoubleProperty {default: 1,
name: Distance Per Pulse, validators: null, value: 1.0}
Encoding Type: !!robotbuilder.data.properties.ChoicesProperty
choices: *id013
default: k4X
name: Encoding Type
validators: null
value: k4X
Channel B Channel (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: *id014
default: '1'
name: Channel B Channel (Digital)
validators: *id015
value: '5'
Channel A Channel (Digital): !!robotbuilder.data.properties.ChoicesProperty
choices: *id016
default: '1'
name: Channel A Channel (Digital)
validators: *id017
value: '4'
Reverse Direction: !!robotbuilder.data.properties.BooleanProperty {default: false,
name: Reverse Direction, validators: null, value: false}
- Name: Shift
Base: Solenoid
Children: []
Properties:
Output Module (Solenoid): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2']
default: '1'
name: Output Module (Solenoid)
validators: [Solenoid]
value: '1'
Output Channel (Solenoid): !!robotbuilder.data.properties.ChoicesProperty
choices: ['1', '2', '3', '4', '5', '6', '7', '8']
default: '1'
name: Output Channel (Solenoid)
validators: [Solenoid]
value: '1'
Properties:
Default Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Default Command, type: Command, validators: null, value: JoystickDrive}
Properties: {}
- Name: Operator Interface
Base: OI
Children:
- Name: rStick
Base: Joystick
Children: []
Properties:
Number: !!robotbuilder.data.properties.ChoicesProperty
choices: &id018 ['1', '2', '3', '4']
default: 1
name: Number
validators: &id019 [Joystick]
value: '2'
- Name: lStick
Base: Joystick
Children: []
Properties:
Number: !!robotbuilder.data.properties.ChoicesProperty
choices: *id018
default: 1
name: Number
validators: *id019
value: '1'
Properties: {}
- Name: Commands
Base: Commands
Children:
- Name: JoystickDrive
Base: Command
Children: []
Properties:
Requires: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Requires, type: Subsystem, validators: null, value: Drive}
Button on SmartDashboard: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Button on SmartDashboard, validators: null, value: false}
- Name: Autonomous Command
Base: Command
Children: []
Properties:
Requires: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Requires, type: Subsystem, validators: null, value: None}
Button on SmartDashboard: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Button on SmartDashboard, validators: null, value: true}
Properties: {}
Properties:
Autonomous Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Autonomous Command, type: Command, validators: null, value: Autonomous Command}
Wiring File: !!robotbuilder.data.properties.FileProperty {default: '', extension: html,
folder: false, name: Wiring File, validators: null, value: ''}
C++ Windriver Workspace: !!robotbuilder.data.properties.FileProperty {default: 'C:\Windriver\workspace',
extension: null, folder: true, name: C++ Windriver Workspace, validators: null,
value: 'C:\WindRiver\workspace\git'}
Use Default Java Package: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Use Default Java Package, validators: null, value: true}
Java Package: !!robotbuilder.data.properties.StringProperty {default: org.usfirst.frc0000,
name: Java Package, validators: null, value: org.usfirst.frc0000}
Export Subsystems: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Export Subsystems, validators: null, value: true}
Team Number: !!robotbuilder.data.properties.IntegerProperty {default: 0, name: Team Number,
validators: null, value: 639}
Export Commands: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Export Commands, validators: null, value: true}
Java Project Directory: !!robotbuilder.data.properties.FileProperty {default: 'C:\Users\Programmer\NetBeansProjects',
extension: null, folder: true, name: Java Project Directory, validators: null,
value: 'C:\Users\Programmer\NetBeansProjects'}