-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdrivetrain_test.xml
More file actions
33 lines (33 loc) · 1.23 KB
/
drivetrain_test.xml
File metadata and controls
33 lines (33 loc) · 1.23 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
<SimpleDrivetrain>
<orientation pitch="0" roll="0" yaw="0" />
<motor name="front_right" inverted="True">
<position x="1" y="1" z="0" />
<direction x="-1" y="1" z="0" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
<motor name="front_left" inverted="False" >
<position x="-1" y="1" z="0" />
<direction x="1" y="1" z="0" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
<motor name="back_left">
<position x="-1" y="-1" z="0" />
<direction x="1" y="-1" z="0" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
<motor name="back_right">
<position x="1" y="-1" z="0" />
<direction x="-1" y="-1" z="0" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
<motor name="front_ascent">
<position x="0" y="0.5" z="0" />
<direction x="0" y="0" z="1" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
<motor name="back_ascent">
<position x="0" y="-0.5" z="0" />
<direction x="0" y="0" z="1" />
<pwm_bounds reverse="1100" stop="1500" forward="1900" />
</motor>
</SimpleDrivetrain>