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

Compeitition Code #3

Merged
merged 58 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
a649496
Update ArmSubsystem.java
jack60612 Feb 7, 2024
4336e09
add buttons
Iooob Feb 7, 2024
221896a
add full state + fun stuff
jack60612 Feb 8, 2024
39ad0e6
Update CameraSubsystem.java
jack60612 Feb 8, 2024
7883a4f
vendor updates
jack60612 Feb 12, 2024
354690b
Update ArmSubsystem.java
jack60612 Feb 13, 2024
67681f4
Add default mode joystick button
Iooob Feb 14, 2024
5259411
add shooterstate to dash
jack60612 Feb 14, 2024
5c145f4
reee
jack60612 Feb 14, 2024
4488b49
Update RobotContainer.java
jack60612 Feb 14, 2024
20d21a8
add default arm cmd
jack60612 Feb 17, 2024
d1b0830
change arm gear and lockout values
jack60612 Feb 17, 2024
c339edf
add code for 2 shooters
jack60612 Feb 17, 2024
b68d719
update ver
jack60612 Feb 19, 2024
842973f
update deps + calibrate shooter
jack60612 Feb 22, 2024
ba0afc6
fix arm trying to kill us
jack60612 Feb 22, 2024
08bed35
better numbers
jack60612 Feb 22, 2024
6d8cf2a
update photonlib
jack60612 Feb 24, 2024
bce6588
Update Constants.java
jack60612 Feb 24, 2024
012e5b0
shooterstate refactor
jack60612 Feb 24, 2024
7170236
fix arm subsystem
jack60612 Feb 24, 2024
42ae445
rewrite lifters to left and right
jack60612 Feb 24, 2024
873814c
update constants
jack60612 Feb 25, 2024
bc51bc4
absolute working
jack60612 Feb 25, 2024
21e0d8e
fix gyro drive + drive constants
jack60612 Feb 26, 2024
b52816a
Update Constants.java
jack60612 Feb 26, 2024
a74f32a
fix conversions
jack60612 Feb 27, 2024
2356082
formatting
jack60612 Feb 27, 2024
7d86c6b
changes
jack60612 Feb 27, 2024
95593e9
final ver
jack60612 Feb 28, 2024
8f4f176
add goal update criteria
jack60612 Feb 28, 2024
6dc7570
Update PathplannerLib.json
jack60612 Feb 28, 2024
e570248
fix encoder offset
jack60612 Feb 28, 2024
03df9c4
fix breaky
jack60612 Feb 28, 2024
e52a610
lmfao
jack60612 Feb 28, 2024
38152e7
working arm error correction
jack60612 Feb 28, 2024
5b4927d
spotless
jack60612 Feb 29, 2024
1ee4d11
add driver cam
jack60612 Feb 29, 2024
a8b4ebd
expand auto
jack60612 Feb 29, 2024
874110d
set new angles
jack60612 Feb 29, 2024
92ab933
add trap
jack60612 Feb 29, 2024
5cc3923
add fake paths
jack60612 Feb 29, 2024
dbca134
remove fps
jack60612 Feb 29, 2024
feb96d1
enable + disable offset
jack60612 Feb 29, 2024
0190cab
correct angle and add button
jack60612 Feb 29, 2024
c04d34d
Update Constants.java
jack60612 Feb 29, 2024
810d900
format + path
jack60612 Feb 29, 2024
b7c387c
add autos
jack60612 Feb 29, 2024
ef57b61
big push
jack60612 Feb 29, 2024
3500d0d
Create shuffleboard.json
jack60612 Feb 29, 2024
f1124c0
Update Constants.java
jack60612 Mar 1, 2024
70490e7
Revert "Update Constants.java"
Iooob Mar 1, 2024
be4d6ae
fix
Iooob Mar 1, 2024
91aa6a7
lifter limits
Iooob Mar 1, 2024
dc92575
add new autos
Iooob Mar 2, 2024
13f5905
fix offset
Iooob Mar 2, 2024
e8c8bab
changed current limit
Iooob Mar 2, 2024
89a0f4c
Mid-Regionals changes
Iooob Mar 3, 2024
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
7 changes: 3 additions & 4 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"New Folder"
],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxVel": 1.5,
"defaultMaxAccel": 1.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5,
"choreoProjectPath": null
"maxModuleSpeed": 4.5
}
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 "2024.2.1"
id "edu.wpi.first.GradleRIO" version "2024.3.1"
id 'com.diffplug.spotless' version '6.20.0'
id "com.peterabeles.gversion" version "1.10"
}
Expand Down
Loading
Loading