Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
auto working
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherexStudios committed Jun 16, 2024
1 parent 019a95f commit 153ae62
Show file tree
Hide file tree
Showing 139 changed files with 7,442 additions and 24 deletions.
Binary file modified .gradle/8.5/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.5/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.5/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.5/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.5/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.5/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.5/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file added bin/main/frc/robot/Constants$Auton.class
Binary file not shown.
Binary file modified bin/main/frc/robot/Constants$DrivetrainConstants.class
Binary file not shown.
Binary file modified bin/main/frc/robot/Constants$Mode.class
Binary file not shown.
Binary file modified bin/main/frc/robot/Constants$OperatorConstants.class
Binary file not shown.
Binary file modified bin/main/frc/robot/Constants.class
Binary file not shown.
Binary file modified bin/main/frc/robot/Robot.class
Binary file not shown.
Binary file modified bin/main/frc/robot/RobotContainer.class
Binary file not shown.
Binary file added bin/main/frc/robot/commands/AutoRunner.class
Binary file not shown.
Binary file modified bin/main/frc/robot/commands/drivetrain/AbsoluteFieldDrive.class
Binary file not shown.
Binary file modified bin/main/frc/robot/subsystems/drivetrain/swerve/ModuleIO.class
Binary file not shown.
Binary file modified bin/main/frc/robot/subsystems/drivetrain/swerve/ModuleIOSim.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/frc/robot/Constants$Mode.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/frc/robot/Constants.class
Binary file not shown.
Binary file modified build/classes/java/main/frc/robot/Robot$1.class
Binary file not shown.
Binary file modified build/classes/java/main/frc/robot/Robot.class
Binary file not shown.
Binary file modified build/classes/java/main/frc/robot/RobotContainer.class
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 not shown.
Binary file modified build/libs/2024-Crescendo-Offseason.jar
Binary file not shown.
Binary file modified build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion simgui.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo"
"/FMSInfo": "FMSInfo",
"/Shuffleboard/Auto/Path Chooser": "String Chooser"
}
},
"NetworkTables": {
Expand Down
74 changes: 74 additions & 0 deletions src/main/deploy/pathplanner/New Path.path
Original file line number Diff line number Diff line change
@@ -0,0 +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": []
}
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/1PAmp.auto
Original file line number Diff line number Diff line change
@@ -0,0 +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
}
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/1PMid.auto
Original file line number Diff line number Diff line change
@@ -0,0 +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
}
119 changes: 119 additions & 0 deletions src/main/deploy/pathplanner/autos/2.5PAmpA1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7,
"y": 6.7
},
"rotation": -120.13594030325343
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ShooterWindUp"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.7
}
},
{
"type": "named",
"data": {
"name": "ShootNoteAuto"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "ToAMPNoteFromAMP"
}
},
{
"type": "path",
"data": {
"pathName": "FromAMPNoteToAMP"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "IntakeNote"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ShootNoteAuto"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "IntakeNote"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "ToFar1FromAMP"
}
},
{
"type": "named",
"data": {
"name": "InIntake"
}
},
{
"type": "path",
"data": {
"pathName": "FromFar1ToHome"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ShooterStop"
}
}
]
}
},
"folder": "3P",
"choreoAuto": false
}
75 changes: 75 additions & 0 deletions src/main/deploy/pathplanner/autos/2PAmp.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7050561319382253,
"y": 6.72
},
"rotation": -120.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ShooterWindUp"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.7
}
},
{
"type": "named",
"data": {
"name": "ShootNoteAuto"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "IntakeNote"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "ToAMPNoteFromAMP"
}
},
{
"type": "path",
"data": {
"pathName": "FromAMPNoteToAMP"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ShootNoteAuto"
}
}
]
}
},
"folder": "2P",
"choreoAuto": false
}
Loading

0 comments on commit 153ae62

Please sign in to comment.