Skip to content

Commit bb01c08

Browse files
committed
unified limb options
1 parent 5a87689 commit bb01c08

File tree

1 file changed

+77
-1
lines changed

1 file changed

+77
-1
lines changed

limbOptions.json

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,80 @@
11
[
2-
2+
{
3+
name:"Mg92b Leg",
4+
type:leg,
5+
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
6+
file:"defaultleg.xml",
7+
consumes:{
8+
servoChannels:3,
9+
voltages:[3.7,5,6],
10+
batteryPeakWatt:1.28
11+
}
12+
},
13+
{
14+
name:"Mg92b Arm",
15+
type:arm,
16+
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
17+
file:"defaultarm.xml",
18+
consumes:{
19+
servoChannels:3,
20+
voltages:[3.7,5,6],
21+
batteryPeakWatt:1.28
22+
}
23+
},
24+
{
25+
name:"Mg92b Steerable Wheel",
26+
type:steerable,
27+
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
28+
file:"defaultSteerable.xml",
29+
consumes:{
30+
servoChannels:2,
31+
voltages:[3.7,5,6],
32+
batteryPeakWatt:1.28
33+
}
34+
},
35+
{
36+
name:"Fixed Wheel",
37+
type:wheel,
38+
url:"https://github.com/CommonWealthRobotics/BowlerStudioExampleRobots.git",
39+
file:"defaultFixed.xml",
40+
consumes:{
41+
servoChannels:1,
42+
voltages:[3.7,5,6],
43+
batteryPeakWatt:1.28
44+
}
45+
},
46+
{
47+
name:"2.75 inch Omni Wheel",
48+
type:wheel,
49+
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
50+
file:"2_75InchOmniExample.xml",
51+
consumes:{
52+
servoChannels:1,
53+
voltages:[3.7,5,6],
54+
batteryPeakWatt:1.28
55+
}
56+
},
57+
{
58+
name:"3.25 inch Omni Wheel",
59+
type:wheel,
60+
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
61+
file:"3_25InchOmniExample.xml",
62+
consumes:{
63+
servoChannels:1,
64+
voltages:[3.7,5,6],
65+
batteryPeakWatt:1.28
66+
}
67+
},
68+
{
69+
name:"4 inch Omni Wheel",
70+
type:wheel,
71+
url:"https://github.com/CommonWealthRobotics/HolonomicWheels.git",
72+
file:"4InchOmniExample.xml",
73+
consumes:{
74+
servoChannels:1,
75+
voltages:[3.7,5,6],
76+
batteryPeakWatt:1.28
77+
}
78+
}
379

480
]

0 commit comments

Comments
 (0)