Skip to content

Commit c68f124

Browse files
committed
switched to round motors
1 parent 3ee5330 commit c68f124

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

HIDarm.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<vitamins>
4141
<vitamin>
4242
<name>electroMechanical</name>
43-
<type>hobbyServo</type>
44-
<id>hv5932mg</id>
43+
<type>roundMotor</type>
44+
<id>WPI-gb37y3530-50en</id>
4545
</vitamin>
4646
<vitamin>
4747
<name>shaft</name>
48-
<type>hobbyServoHorn</type>
49-
<id>hv6214mg_6</id>
48+
<type>dShaft</type>
49+
<id>WPI-gb37y3530-50en</id>
5050
</vitamin>
5151

5252
</vitamins>
@@ -94,13 +94,13 @@
9494
<vitamins>
9595
<vitamin>
9696
<name>electroMechanical</name>
97-
<type>hobbyServo</type>
98-
<id>hv5932mg</id>
97+
<type>roundMotor</type>
98+
<id>WPI-gb37y3530-50en</id>
9999
</vitamin>
100100
<vitamin>
101101
<name>shaft</name>
102-
<type>hobbyServoHorn</type>
103-
<id>hv6214mg_6</id>
102+
<type>dShaft</type>
103+
<id>WPI-gb37y3530-50en</id>
104104
</vitamin>
105105

106106
</vitamins>
@@ -148,13 +148,13 @@
148148
<vitamins>
149149
<vitamin>
150150
<name>electroMechanical</name>
151-
<type>hobbyServo</type>
152-
<id>hv5932mg</id>
151+
<type>roundMotor</type>
152+
<id>WPI-gb37y3530-50en</id>
153153
</vitamin>
154154
<vitamin>
155155
<name>shaft</name>
156-
<type>hobbyServoHorn</type>
157-
<id>hv6214mg_6</id>
156+
<type>dShaft</type>
157+
<id>WPI-gb37y3530-50en</id>
158158
</vitamin>
159159

160160
</vitamins>

LinkedGearedCadGen.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ class MyCadGenerator implements ICadGenerator{
431431
.movez(servoMeasurments.flangeThickness*i))
432432
}
433433
*/
434+
println "Base cross height "+(baseyLength+(keepAwayDistance*3))
434435
CSG keepawayBottomX = new Cube(basexLength+(keepAwayDistance*3)+encoderKeepawayDistance,
435436
baseyLength-(keepAwayDistance*2),
436437
keepAwayDistance)

0 commit comments

Comments
 (0)