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

Commit

Permalink
velocity coinstraints, better note pickup, tuning, MEGA COMMIT W - fr…
Browse files Browse the repository at this point in the history
…om team laptop
  • Loading branch information
EtherexStudios committed Oct 25, 2024
1 parent 4c73777 commit cfee462
Show file tree
Hide file tree
Showing 214 changed files with 13,904 additions and 13,768 deletions.
Binary file modified .DS_Store
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/RobotContainer$1.class
Binary file not shown.
Binary file modified bin/main/frc/robot/RobotContainer$2.class
Binary file not shown.
Binary file modified bin/main/frc/robot/RobotContainer$3.class
Binary file not shown.
Binary file modified bin/main/frc/robot/RobotContainer$4.class
Binary file not shown.
Binary file modified bin/main/frc/robot/RobotContainer.class
Binary file not shown.
Binary file modified bin/main/frc/robot/commands/Autos.class
Binary file not shown.
Binary file modified bin/main/frc/robot/commands/compositions/CancelIntakeNote.class
Binary file not shown.
Binary file modified bin/main/frc/robot/commands/compositions/IntakeNote.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/commands/drivetrain/DriveToNote.class
Binary file not shown.
Binary file modified bin/main/frc/robot/lib/util/RebelUtil.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/frc/robot/subsystems/drivetrain/swerve/ModuleIOTalon.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/frc/robot/subsystems/drivetrain/swerve/SwerveDrive.class
Binary file not shown.
Binary file modified bin/main/frc/robot/subsystems/drivetrain/vision/NoteDetector.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/deploy/example.txt
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.
146 changes: 73 additions & 73 deletions src/main/deploy/pathplanner/New Path.path
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": []
}
84 changes: 42 additions & 42 deletions src/main/deploy/pathplanner/autos/1PAmp.auto
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
}
72 changes: 36 additions & 36 deletions src/main/deploy/pathplanner/autos/1PMid.auto
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
}
Loading

0 comments on commit cfee462

Please sign in to comment.