This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
velocity coinstraints, better note pickup, tuning, MEGA COMMIT W - fr…
…om team laptop
- Loading branch information
1 parent
4c73777
commit cfee462
Showing
214 changed files
with
13,904 additions
and
13,768 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-32 Bytes
(99%)
bin/main/frc/robot/commands/compositions/CancelIntakeNote.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+93 Bytes
(100%)
bin/main/frc/robot/commands/drivetrain/AbsoluteFieldDrive.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
bin/main/frc/robot/subsystems/drivetrain/swerve/DriveFFController.class
Binary file not shown.
Binary file modified
BIN
+644 Bytes
(110%)
bin/main/frc/robot/subsystems/drivetrain/swerve/ModuleIOTalon.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/main/frc/robot/subsystems/drivetrain/swerve/SwerveDrive$1.class
Binary file not shown.
Binary file modified
BIN
+534 Bytes
(100%)
bin/main/frc/robot/subsystems/drivetrain/swerve/SwerveDrive.class
Binary file not shown.
Binary file modified
BIN
+162 Bytes
(100%)
bin/main/frc/robot/subsystems/drivetrain/vision/NoteDetector.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Files placed in this directory will be deployed to the RoboRIO into the | ||
'deploy' directory in the home folder. Use the 'Filesystem.getDeployDirectory' wpilib function | ||
Files placed in this directory will be deployed to the RoboRIO into the | ||
'deploy' directory in the home folder. Use the 'Filesystem.getDeployDirectory' wpilib function | ||
to get a proper path relative to the deploy directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
{ | ||
"waypoints": [ | ||
{ | ||
"anchorPoint": { | ||
"x": 1.0, | ||
"y": 3.0 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 2.0, | ||
"y": 3.0 | ||
}, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 3.0, | ||
"y": 5.0 | ||
}, | ||
"prevControl": { | ||
"x": 3.0, | ||
"y": 4.0 | ||
}, | ||
"nextControl": { | ||
"x": 3.0, | ||
"y": 4.0 | ||
}, | ||
"holonomicAngle": 0, | ||
"isReversal": true, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 5.0, | ||
"y": 3.0 | ||
}, | ||
"prevControl": { | ||
"x": 4.0, | ||
"y": 3.0 | ||
}, | ||
"nextControl": null, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
} | ||
], | ||
"markers": [] | ||
{ | ||
"waypoints": [ | ||
{ | ||
"anchorPoint": { | ||
"x": 1.0, | ||
"y": 3.0 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 2.0, | ||
"y": 3.0 | ||
}, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 3.0, | ||
"y": 5.0 | ||
}, | ||
"prevControl": { | ||
"x": 3.0, | ||
"y": 4.0 | ||
}, | ||
"nextControl": { | ||
"x": 3.0, | ||
"y": 4.0 | ||
}, | ||
"holonomicAngle": 0, | ||
"isReversal": true, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 5.0, | ||
"y": 3.0 | ||
}, | ||
"prevControl": { | ||
"x": 4.0, | ||
"y": 3.0 | ||
}, | ||
"nextControl": null, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
} | ||
], | ||
"markers": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 0.7050561319382253, | ||
"y": 6.72 | ||
}, | ||
"rotation": -120.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 1.5 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShooterWindUp" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.7 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShootNoteAuto" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 0.7050561319382253, | ||
"y": 6.72 | ||
}, | ||
"rotation": -120.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 1.5 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShooterWindUp" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.7 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShootNoteAuto" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 1.37, | ||
"y": 5.52 | ||
}, | ||
"rotation": 180.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShooterWindUp" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.3 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShootNoteAuto" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 1.37, | ||
"y": 5.52 | ||
}, | ||
"rotation": 180.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShooterWindUp" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.3 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ShootNoteAuto" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
Oops, something went wrong.