Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
741e097
Refactor GameInfo
MelonzBigBoss Mar 4, 2025
0b946a3
Mostly Working Teleop
Mar 7, 2025
ed07c59
Removed All Problems
Mar 7, 2025
ee7c5d5
Removed Problems And Unused Code
Mar 7, 2025
2d8deb9
Ground Coral + Other Stuff
Mar 8, 2025
50c3cfd
Updated Library
Mar 8, 2025
0f683ed
Updated Ratio plus other changes
Mar 9, 2025
6731079
update submodule
Mar 9, 2025
afb86b5
Limelight Values
Mar 9, 2025
0a75d01
Beginning Auto And Localization
Mar 10, 2025
1c17e9a
Limelights working
Mar 10, 2025
2feb56c
Minor Position Adjustments
Mar 10, 2025
bf6de5c
Initial Fixes
Mar 12, 2025
42ea687
Minor changes
Mar 12, 2025
642f55b
LA Regional
Mar 16, 2025
241e930
deleted extra file
Mar 16, 2025
12dead6
Post LA Regional
Mar 17, 2025
c6dabfe
monday
Mar 18, 2025
47650a0
left side auto working
Mar 20, 2025
ba87a3b
add leftside auto, change positions, make auto position faster
Mar 20, 2025
72491d5
create middle auto
Mar 21, 2025
dfa4ee8
add climber code (untested)
Mar 21, 2025
957945c
things working good
Mar 22, 2025
92aa4bd
monday
Mar 25, 2025
996be68
tuesday
Mar 26, 2025
5c13233
pre idaho refactor
Mar 26, 2025
6efa130
Idaho: Practice Day
Mar 27, 2025
e147b8f
Idaho: Qualifications Day
Mar 29, 2025
d8548cc
middle autos work nicely
Apr 16, 2025
3a12afc
reduce max speed of the robot for smoother driving, change auto align…
Apr 24, 2025
72fbde0
Added more documentation, GroundCoral subsystem needs to be stripped …
May 30, 2025
b6ba8f9
delete the groundcoral subsystem and additional cleanup
Sep 1, 2025
2c6837c
Update scoring positions and constants to reflect change in wrist gea…
Sep 27, 2025
6a31eb8
Post Wednesday Changes
MelonzBigBoss Oct 1, 2025
35eb49f
Friday - Auto updates, barge fixes
Oct 4, 2025
23d68b0
Monday Changes, unsure of it works properly
procalty Oct 7, 2025
ac4eefe
canged max v back to 3 and max a back to 2.4
atoorian Oct 13, 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
43 changes: 43 additions & 0 deletions .Glass/glass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"NetworkTables": {
"transitory": {
"SmartDashboard": {
"GroundCoral": {
"open": true
},
"open": true
}
},
"types": {
"/FMSInfo": "FMSInfo",
"/Pose": "Field2d",
"/SmartDashboard/Alerts": "Alerts",
"/SmartDashboard/Arm": "Subsystem",
"/SmartDashboard/ArmMinus": "Command",
"/SmartDashboard/ArmPlus": "Command",
"/SmartDashboard/Auto Chooser": "String Chooser",
"/SmartDashboard/Elevator": "Subsystem",
"/SmartDashboard/Elevator duty cycle up": "Command",
"/SmartDashboard/EndEffector": "Subsystem",
"/SmartDashboard/Face Hex": "Command",
"/SmartDashboard/Face Net": "Command",
"/SmartDashboard/GroundCoral": "Subsystem",
"/SmartDashboard/Module 0": "Mechanism2d",
"/SmartDashboard/Module 1": "Mechanism2d",
"/SmartDashboard/Module 2": "Mechanism2d",
"/SmartDashboard/Module 3": "Mechanism2d",
"/SmartDashboard/Reset Gyro": "Command",
"/SmartDashboard/Scheduler": "Scheduler",
"/SmartDashboard/Wrist": "Subsystem",
"/SmartDashboard/Zero Arm": "Command",
"/SmartDashboard/Zero Wrist": "Command"
}
},
"NetworkTables Info": {
"visible": true
},
"NetworkTables Settings": {
"mode": "Client (NT4)",
"serverTeam": "696"
}
}
12 changes: 9 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "frc.robot.Main",
"projectName": "2025BuildSeason"
},
{
"type": "wpilib",
"name": "WPILib Desktop Debug",
"request": "launch",
"desktop": true,
"desktop": true
},
{
"type": "wpilib",
"name": "WPILib roboRIO Debug",
"request": "launch",
"desktop": false,
"desktop": false
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# 2025BuildSeason
# 2025BuildSeason
The official robot code for the 2025 onseason robot, Hail Mary
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.3.1"
id "edu.wpi.first.GradleRIO" version "2025.3.2"
id "com.peterabeles.gversion" version "1.10"
}

Expand Down
5 changes: 5 additions & 0 deletions simgui-ds.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,10 @@
"buttonCount": 0,
"povCount": 0
}
],
"robotJoysticks": [
{
"guid": "Keyboard0"
}
]
}
139 changes: 139 additions & 0 deletions src/main/deploy/pathplanner/autos/LeftSide.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "gotoreef"
}
},
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "thentosource"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Intake"
}
}
]
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "backtoreef"
}
},
{
"type": "named",
"data": {
"name": "AfterIntake"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "tosource2"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Intake"
}
}
]
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "end"
}
},
{
"type": "named",
"data": {
"name": "AfterIntake"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "L1"
}
}
]
}
},
"resetOdom": false,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
{
"type": "path",
"data": {
"pathName": "CenterTrussMove"
"pathName": "MiddleOne"
}
},
{
"type": "named",
"data": {
"name": "L4"
}
}
]
}
},
"resetOdom": true,
"resetOdom": false,
"folder": null,
"choreoAuto": false
}
74 changes: 74 additions & 0 deletions src/main/deploy/pathplanner/autos/MiddleNet.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "middlestart"
}
},
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "path",
"data": {
"pathName": "middlemove"
}
},
{
"type": "named",
"data": {
"name": "L2Algae"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "middletonet"
}
},
{
"type": "named",
"data": {
"name": "AlgaeUp"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Barge"
}
},
{
"type": "path",
"data": {
"pathName": "bargetoreef"
}
},
{
"type": "named",
"data": {
"name": "L3Algae"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
49 changes: 0 additions & 49 deletions src/main/deploy/pathplanner/autos/NearCenterTruss.auto

This file was deleted.

Loading
Loading