Skip to content

Commit 0c95f96

Browse files
code build
1 parent 3210677 commit 0c95f96

File tree

3 files changed

+86
-1
lines changed

3 files changed

+86
-1
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2025.0",
3+
"waypoints": [
4+
{
5+
"anchor": {
6+
"x": 2.0,
7+
"y": 7.0
8+
},
9+
"prevControl": null,
10+
"nextControl": {
11+
"x": 3.0,
12+
"y": 7.0
13+
},
14+
"isLocked": false,
15+
"linkedName": null
16+
},
17+
{
18+
"anchor": {
19+
"x": 4.0,
20+
"y": 6.0
21+
},
22+
"prevControl": {
23+
"x": 3.0,
24+
"y": 6.0
25+
},
26+
"nextControl": null,
27+
"isLocked": false,
28+
"linkedName": null
29+
}
30+
],
31+
"rotationTargets": [],
32+
"constraintZones": [],
33+
"pointTowardsZones": [],
34+
"eventMarkers": [],
35+
"globalConstraints": {
36+
"maxVelocity": 3.0,
37+
"maxAcceleration": 3.0,
38+
"maxAngularVelocity": 540.0,
39+
"maxAngularAcceleration": 720.0,
40+
"nominalVoltage": 12.0,
41+
"unlimited": false
42+
},
43+
"goalEndState": {
44+
"velocity": 0,
45+
"rotation": 0.0
46+
},
47+
"reversed": false,
48+
"folder": null,
49+
"idealStartingState": {
50+
"velocity": 0,
51+
"rotation": 0.0
52+
},
53+
"useDefaultConstraints": true
54+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"robotWidth": 0.9,
3+
"robotLength": 0.9,
4+
"holonomicMode": true,
5+
"pathFolders": [],
6+
"autoFolders": [],
7+
"defaultMaxVel": 3.0,
8+
"defaultMaxAccel": 3.0,
9+
"defaultMaxAngVel": 540.0,
10+
"defaultMaxAngAccel": 720.0,
11+
"defaultNominalVoltage": 12.0,
12+
"robotMass": 75.0,
13+
"robotMOI": 6.883,
14+
"robotTrackwidth": 0.546,
15+
"driveWheelRadius": 0.048,
16+
"driveGearing": 5.143,
17+
"maxDriveSpeed": 5.45,
18+
"driveMotorType": "krakenX60",
19+
"driveCurrentLimit": 60.0,
20+
"wheelCOF": 1.2,
21+
"flModuleX": 0.273,
22+
"flModuleY": 0.273,
23+
"frModuleX": 0.273,
24+
"frModuleY": -0.273,
25+
"blModuleX": -0.273,
26+
"blModuleY": 0.273,
27+
"brModuleX": -0.273,
28+
"brModuleY": -0.273,
29+
"bumperOffsetX": 0.0,
30+
"bumperOffsetY": 0.0,
31+
"robotFeatures": []
32+
}

src/main/java/frc/robot/RobotContainer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import frc.robot.util.Constants.OIConstants;
3333
import frc.robot.util.auto.PathPlannerStorage;
3434
import frc.robot.util.custom.PatriBoxController;
35-
import frc.robot.util.hardware.rev.Neo;
3635

3736
public class RobotContainer {
3837

0 commit comments

Comments
 (0)