-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlimbOptions.json
More file actions
94 lines (93 loc) · 1.9 KB
/
limbOptions.json
File metadata and controls
94 lines (93 loc) · 1.9 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
[
{
name:"Mg92b Leg",
type:leg,
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
file:"defaultleg.xml",
consumes:{
servoChannels:3,
voltages:[3.7,5,6],
batteryPeakWatt:1.28
}
},
{
name:"Mg92b Arm",
type:arm,
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
file:"defaultarm.xml",
consumes:{
servoChannels:3,
voltages:[3.7,5,6],
batteryPeakWatt:1.28
}
},
{
name:"Mg92b Steerable Wheel",
type:steerable,
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
file:"defaultSteerable.xml",
consumes:{
servoChannels:2,
voltages:[3.7,5,6],
batteryPeakWatt:1.28
}
},
{
name:"Servo Fixed Wheel",
type:wheel,
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
file:"defaultFixedServo.xml",
consumes:{
servoChannels:1,
voltages:[3.7,5,6],
batteryPeakWatt:1.28
}
},
{
name:"Vex Fixed Wheel",
type:wheel,
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
file:"defaultFixed.xml",
consumes:{
vexV5Motors:1,
voltages:[12.8],
batteryPeakWatt:11
}
},
{
name:"Vex 2.75 inch Omni Wheel",
type:wheel,
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
file:"2_75InchOmniExample.xml",
composite=true,
consumes:{
vexV5Motors:1,
voltages:[12.8],
batteryPeakWatt:11
}
},
{
name:"Vex 3.75 inch Omni Wheel",
type:wheel,
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
file:"3_75InchOmniExample.xml",
composite=true,
consumes:{
vexV5Motors:1,
voltages:[12.8],
batteryPeakWatt:11
}
},
{
name:"Vex 4 inch Omni Wheel",
type:wheel,
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
file:"4InchOmniExample.xml",
composite=true,
consumes:{
vexV5Motors:1,
voltages:[12.8],
batteryPeakWatt:11
}
}
]