Skip to content

Commit 2aff557

Browse files
committed
did some changes to choreo accidentally on main
1 parent 93d9b7b commit 2aff557

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

src/main/deploy/choreo/2025-project.chor

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
"type":"Swerve",
55
"variables":{
66
"expressions":{},
7-
"poses":{}
7+
"poses":{
8+
"startpos":{
9+
"x":{
10+
"exp":"7.1008875 m",
11+
"val":7.1008875
12+
},
13+
"y":{
14+
"exp":"5.0756788 m",
15+
"val":5.0756788
16+
},
17+
"heading":{
18+
"exp":"180 deg",
19+
"val":3.141592653589793
20+
}
21+
}
22+
}
823
},
924
"config":{
1025
"frontLeft":{
@@ -57,16 +72,16 @@
5772
},
5873
"bumper":{
5974
"front":{
60-
"exp":"35.875 in",
61-
"val":0.911225
75+
"exp":"17.9375 in",
76+
"val":0.4556125
6277
},
6378
"side":{
64-
"exp":"35.875 in",
65-
"val":0.911225
79+
"exp":"17.9375 in",
80+
"val":0.4556125
6681
},
6782
"back":{
68-
"exp":"35.875 in",
69-
"val":0.911225
83+
"exp":"17.9375 in",
84+
"val":0.4556125
7085
}
7186
},
7287
"differentialTrackWidth":{
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name":"New Path",
3+
"version":1,
4+
"snapshot":{
5+
"waypoints":[],
6+
"constraints":[],
7+
"targetDt":0.05
8+
},
9+
"params":{
10+
"waypoints":[
11+
{"x":{"exp":"7.1008875 m", "val":7.1008875}, "y":{"exp":"5.0756788 m", "val":5.0756788}, "heading":{"exp":"180 deg", "val":3.141592653589793}, "intervals":40, "split":false, "fixTranslation":true, "fixHeading":true, "overrideIntervals":false}],
12+
"constraints":[
13+
{"from":"first", "to":null, "data":{"type":"StopPoint", "props":{}}, "enabled":true},
14+
{"from":"last", "to":null, "data":{"type":"StopPoint", "props":{}}, "enabled":true},
15+
{"from":"first", "to":"last", "data":{"type":"KeepInRectangle", "props":{"x":{"exp":"0 m", "val":0.0}, "y":{"exp":"0 m", "val":0.0}, "w":{"exp":"17.548 m", "val":17.548}, "h":{"exp":"8.052 m", "val":8.052}}}, "enabled":true}],
16+
"targetDt":{
17+
"exp":"0.05 s",
18+
"val":0.05
19+
}
20+
},
21+
"trajectory":{
22+
"sampleType":null,
23+
"waypoints":[],
24+
"samples":[],
25+
"splits":[]
26+
},
27+
"events":[]
28+
}

0 commit comments

Comments
 (0)