-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming robot.xml
More file actions
38 lines (38 loc) · 1.67 KB
/
Copy pathprogramming robot.xml
File metadata and controls
38 lines (38 loc) · 1.67 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
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<Robot type="FirstInspires-FTC">
<MotorController name="Motor Controller 3" serialNumber="AI049PF2">
<Motor name="intake" port="1" />
<Motor name="launcher" port="2" />
</MotorController>
<ServoController name="Servo Controller 1" serialNumber="AL00VDVP">
<Servo name="b1" port="1" />
<Servo name="r2" port="2" />
<Servo name="d3" port="3" />
<Servo name="l4" port="4" />
<Servo name="p5" port="5" />
</ServoController>
<MotorController name="Motor Controller Back" serialNumber="AL00VWEC">
<Motor name="bl" port="1" />
<Motor name="br" port="2" />
</MotorController>
<DeviceInterfaceModule name="Device Interface Module" serialNumber="AL026C61">
<ColorSensor name="clr" port="0" />
<ColorSensor name="clr2" port="1" />
<Gyro name="gy" port="2" />
<ModernRoboticsI2cRangeSensor name="frs" port="3" />
<ModernRoboticsI2cCompassSensor name="compass" port="4" />
<I2cDevice name="colorbeacon" port="5" />
<OpticalDistanceSensor name="diskOds" port="0" />
<OpticalDistanceSensor name="launcherOds" port="1" />
<OpticalDistanceSensor name="ods3" port="2" />
<TouchSensor name="touch" port="0" />
</DeviceInterfaceModule>
<MotorController name="Motor Controller 4" serialNumber="AI049QD4">
<Motor name="s1" port="1" />
<Motor name="s2" port="2" />
</MotorController>
<MotorController name="Motor Controller Front" serialNumber="AL00YC89">
<Motor name="fl" port="1" />
<Motor name="fr" port="2" />
</MotorController>
</Robot>