Skip to content

Commit e173c04

Browse files
committed
add choreo project
1 parent 135a4bb commit e173c04

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"name":"2025-project",
3+
"version":1,
4+
"type":"Swerve",
5+
"variables":{
6+
"expressions":{},
7+
"poses":{}
8+
},
9+
"config":{
10+
"frontLeft":{
11+
"x":{
12+
"exp":"11 in",
13+
"val":0.2794
14+
},
15+
"y":{
16+
"exp":"11 in",
17+
"val":0.2794
18+
}
19+
},
20+
"backLeft":{
21+
"x":{
22+
"exp":"-11 in",
23+
"val":-0.2794
24+
},
25+
"y":{
26+
"exp":"11 in",
27+
"val":0.2794
28+
}
29+
},
30+
"mass":{
31+
"exp":"150 lbs",
32+
"val":68.0388555
33+
},
34+
"inertia":{
35+
"exp":"6 kg m ^ 2",
36+
"val":6.0
37+
},
38+
"gearing":{
39+
"exp":"6.5",
40+
"val":6.5
41+
},
42+
"radius":{
43+
"exp":"2 in",
44+
"val":0.0508
45+
},
46+
"vmax":{
47+
"exp":"6000 RPM",
48+
"val":628.3185307179587
49+
},
50+
"tmax":{
51+
"exp":"1.2 N * m",
52+
"val":1.2
53+
},
54+
"cof":{
55+
"exp":"1.5",
56+
"val":1.5
57+
},
58+
"bumper":{
59+
"front":{
60+
"exp":"16 in",
61+
"val":0.4064
62+
},
63+
"side":{
64+
"exp":"16 in",
65+
"val":0.4064
66+
},
67+
"back":{
68+
"exp":"16 in",
69+
"val":0.4064
70+
}
71+
},
72+
"differentialTrackWidth":{
73+
"exp":"22 in",
74+
"val":0.5588
75+
}
76+
},
77+
"generationFeatures":[]
78+
}

0 commit comments

Comments
 (0)