Skip to content

Matthew auton #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
ebf6128
Pathplannerstuff
Niosocket11 Jan 18, 2025
e745c86
Create AlgaeEffectors subsystem
Niosocket11 Jan 20, 2025
7cf195d
More algae stuff
Niosocket11 Jan 20, 2025
d12fdb3
Moved
Niosocket11 Jan 20, 2025
ddb9ff8
Made command
KeremOlgun Jan 20, 2025
5b6d40a
update algae effector
sofiebudman Jan 20, 2025
4e7cadc
Merge branch 'DanielBranch' of https://github.com/DeepBlueRobotics/Ro…
sofiebudman Jan 20, 2025
d9bcafd
l
sofiebudman Jan 20, 2025
5bf7b09
semicolons
sofiebudman Jan 20, 2025
295dda6
Stuff
Niosocket11 Jan 20, 2025
489785e
move stuff
sofiebudman Jan 20, 2025
7361d0a
Merge branch 'DanielBranch' of https://github.com/DeepBlueRobotics/Ro…
sofiebudman Jan 20, 2025
02c34a8
push push!
sofiebudman Jan 20, 2025
f47ef06
import yay!
sofiebudman Jan 20, 2025
05d75ff
CookingStuff
Niosocket11 Jan 20, 2025
195fb80
l
sofiebudman Jan 20, 2025
27e3eaa
o
sofiebudman Jan 20, 2025
29b307e
RobotContainer
Niosocket11 Jan 20, 2025
aa0356e
Update RunAlgae.java
Niosocket11 Jan 20, 2025
a365b59
k
sofiebudman Jan 20, 2025
c44fc1e
yay it builds hooray!!
sofiebudman Jan 20, 2025
4d0dba2
did some of the coral effector
Rand0mAsianKid Jan 24, 2025
c36bef4
Updated commands and subsytems
Rand0mAsianKid Jan 25, 2025
c583b74
Comment
Niosocket11 Jan 25, 2025
fd16a13
added limit switch annd fixed alex's issues
Rand0mAsianKid Feb 1, 2025
691f43b
Merge branch 'MatthewCoral' of https://github.com/DeepBlueRobotics/Ro…
Rand0mAsianKid Feb 1, 2025
d657af0
Sparkflex to Sparkmax update
Niosocket11 Feb 1, 2025
d69aa38
finished algae subsystem
Rand0mAsianKid Feb 2, 2025
1d0127a
finished up some last things
Rand0mAsianKid Feb 2, 2025
73b9766
finished algae commands without bindings
Feb 3, 2025
294ee6f
BIndings(for now)
Feb 3, 2025
47a5fed
badcode -> goodcode
Niosocket11 Feb 8, 2025
dde5ab2
Aiken fixed a bunch of prs
Kenneth-Choothakan Feb 8, 2025
1d63093
Matthew we already did that stuff and more 💀💀💀
Kenneth-Choothakan Feb 8, 2025
e2ae207
Fixed some sim stuff found sum out Matthew is a sour trout🐟
Kenneth-Choothakan Feb 8, 2025
ca3859c
Corrected configs and added methods to check if shooting motors are u…
Niosocket11 Feb 8, 2025
ca9dabc
forgor to add
Niosocket11 Feb 8, 2025
908d91e
project year
sofiebudman Feb 9, 2025
97afeb5
Add constants
Niosocket11 Feb 12, 2025
589598c
New Paths and Autos(add commmands when ready, and settup when ready
Rand0mAsianKid Feb 16, 2025
a7edcaf
new paths
Rand0mAsianKid Feb 16, 2025
b69deb4
added some setup stuff(will fix)
Rand0mAsianKid Feb 19, 2025
d2f4eeb
stuff
Rand0mAsianKid Feb 19, 2025
793e044
Auto Settup
Rand0mAsianKid Feb 20, 2025
7bb91cc
added autos to selector
Rand0mAsianKid Feb 20, 2025
e033c90
finished auto settup without the autobuilder(need drivetrain stuff fo…
Rand0mAsianKid Feb 21, 2025
776c680
whoops, made 2 instances of something
Rand0mAsianKid Feb 21, 2025
79699c7
added dt stuff
DriverStationComputer Feb 26, 2025
1e87b9f
made an autobuilder with errors(commented out)
Mar 4, 2025
42f2432
write autobuilder
FriedLongJohns Mar 5, 2025
baf6d71
guh
FriedLongJohns Mar 5, 2025
09abb22
updated constants to new Hammerhead constants
BrandonS09 Mar 6, 2025
f291ac6
Revert "updated constants to new Hammerhead constants"
BrandonS09 Mar 7, 2025
38864b7
commented out named commands for auton
Mar 9, 2025
77b6148
deleted algae and coral subsystems
Rand0mAsianKid Mar 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
6 changes: 6 additions & 0 deletions .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"currentLanguage": "none",
"enableCppIntellisense": false,
"projectYear": "2025",
"teamNumber": 199
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy {
// or from command line. If not found an exception will be thrown.
// You can use getTeamOrDefault(team) instead of getTeamNumber if you
// want to store a team number in this file.
team = project.frc.getTeamNumber()
team = project.frc.getTeamOrDefault(199)
debug = project.frc.getDebugOrDefault(false)

artifacts {
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

implementation "com.github.deepbluerobotics:lib199:2025-SNAPSHOT"
implementation "com.github.DeepBlueRobotics:lib199:2025-SNAPSHOT"
}

test {
Expand Down
1 change: 1 addition & 0 deletions networktables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
98 changes: 98 additions & 0 deletions simgui-ds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"keyboardJoysticks": [
{
"axisConfig": [
{
"decKey": 65,
"incKey": 68
},
{
"decKey": 87,
"incKey": 83
},
{
"decKey": 69,
"decayRate": 0.0,
"incKey": 82,
"keyRate": 0.009999999776482582
}
],
"axisCount": 3,
"buttonCount": 4,
"buttonKeys": [
90,
88,
67,
86
],
"povConfig": [
{
"key0": 328,
"key135": 323,
"key180": 322,
"key225": 321,
"key270": 324,
"key315": 327,
"key45": 329,
"key90": 326
}
],
"povCount": 1
},
{
"axisConfig": [
{
"decKey": 74,
"incKey": 76
},
{
"decKey": 73,
"incKey": 75
}
],
"axisCount": 2,
"buttonCount": 4,
"buttonKeys": [
77,
44,
46,
47
],
"povCount": 0
},
{
"axisConfig": [
{
"decKey": 263,
"incKey": 262
},
{
"decKey": 265,
"incKey": 264
}
],
"axisCount": 2,
"buttonCount": 6,
"buttonKeys": [
260,
268,
266,
261,
269,
267
],
"povCount": 0
},
{
"axisCount": 0,
"buttonCount": 0,
"povCount": 0
}
],
"robotJoysticks": [
{
"guid": "78696e70757401000000000000000000",
"useGamepad": true
}
]
}
21 changes: 21 additions & 0 deletions simgui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"HALProvider": {
"Other Devices": {
"SPARK Flex [1] RELATIVE ENCODER": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/Shuffleboard/Auto Chooser Tab/SendableChooser[0]": "String Chooser",
"/SmartDashboard/SendableChooser[0]": "String Chooser"
}
},
"NetworkTables Info": {
"visible": true
}
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Center 1 Piece L1 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Center Piece(2)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 Piece L1",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Center 1 Piece L2 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Center Piece(2)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L2",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Center 1 Piece L3 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Center Piece(2)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L3",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Center 1 Piece L4 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Center Piece(2)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L4",
"choreoAuto": false
}
19 changes: 19 additions & 0 deletions src/main/deploy/pathplanner/autos/Center Forward.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Forward"
}
}
]
}
},
"resetOdom": true,
"folder": "Forward",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Left 1 Piece L1 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Left Piece(Go-Back)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 Piece L1",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Left 1 Piece L2 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Left Piece(Go-Back)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L2",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Left 1 Piece L3 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Left Piece(Go-Back)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L3",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Left 1 Piece L4 Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Piece(1)"
}
},
{
"type": "path",
"data": {
"pathName": "Left Piece(Go-Back)"
}
}
]
}
},
"resetOdom": true,
"folder": "1 piece L4",
"choreoAuto": false
}
Loading