Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7af6b4f
Intake 2024 - First Iteration
IAmRice33 Feb 17, 2024
763b7b1
Fixed issue with code (Not deploying)
IAmRice33 Feb 17, 2024
da27ad3
Added default command
IAmRice33 Feb 18, 2024
98bcdf3
Merge pull request #1 from Team7520/master
RunTheBot Feb 19, 2024
552b26b
Zero encoder
RunTheBot Feb 20, 2024
c1a4f89
Added Angle setting for pivot + Default intake command
IAmRice33 Feb 20, 2024
416c81b
Merge branch 'master' into Intake-2024
RunTheBot Feb 22, 2024
2cdf255
Merge pull request #4 from Team7520/Intake-2024
RunTheBot Feb 22, 2024
08f6d3f
Intake and LEDS
RunTheBot Feb 24, 2024
abc5b65
More intake stuff
RunTheBot Feb 24, 2024
db0d5d2
Shooter
RunTheBot Feb 24, 2024
79850b8
Working
RunTheBot Feb 24, 2024
f924d86
Working
RunTheBot Mar 2, 2024
eebc8c0
testing 2
RunTheBot Mar 3, 2024
65e87d1
Climber
Cognoto Mar 6, 2024
7002ac7
Climber (updated)
Cognoto Mar 7, 2024
e61fcad
merge changes from master
Cognoto Mar 7, 2024
f77cef8
merge changes from master
Cognoto Mar 7, 2024
d2a6022
Update RobotContainer.java
Cognoto Mar 7, 2024
134b766
change stop to start button
Cognoto Mar 7, 2024
7a9abc3
3/5/2024
RunTheBot Mar 7, 2024
c7901e3
LED
IAmRice33 Mar 7, 2024
cf3b3bd
Merge pull request #7 from Team7520/LED
RunTheBot Mar 7, 2024
634d925
add climber init pos set
Cognoto Mar 8, 2024
263d3f5
Merge branch 'master' into climber
Cognoto Mar 8, 2024
f45021d
Merge pull request #8 from Team7520/climber
IAmRice33 Mar 8, 2024
48826c3
Comp working
RunTheBot Mar 9, 2024
0c09c74
Paths
RunTheBot Mar 9, 2024
e4fe619
Paths
RunTheBot Mar 9, 2024
0ef2c3f
Auto
RunTheBot Mar 10, 2024
2b0a909
odometry reflects real life
RunTheBot Mar 11, 2024
615f9f4
Auto working with a 2note
RunTheBot Mar 12, 2024
c7336ea
working
RunTheBot Mar 13, 2024
e512326
3Note auto consistent
RunTheBot Mar 13, 2024
54dff95
3Note bath sides
RunTheBot Mar 14, 2024
b1377f0
PID now more chill
RunTheBot Mar 14, 2024
25f5a3b
PID now more chill
RunTheBot Mar 14, 2024
8f136e4
Additional Auto: Speaker Source Side 1Note Shot to Note8 Parking No I…
kitzoyan Mar 16, 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
10 changes: 5 additions & 5 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"robotWidth": 0.7,
"robotLength": 0.7,
"robotWidth": 0.8,
"robotLength": 0.8,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxVel": 4.6,
"defaultMaxAccel": 5.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
"maxModuleSpeed": 4.6
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.1.1"
id "edu.wpi.first.GradleRIO" version "2024.2.1"
id "idea"
}

Expand Down
74 changes: 74 additions & 0 deletions src/main/deploy/pathplanner/autos/2NoteMid.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3110120765696076,
"y": 5.513288844759509
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "named",
"data": {
"name": "intakeOut"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Mid To Close Mid"
}
},
{
"type": "named",
"data": {
"name": "intake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Close Mid to Mid"
}
},
{
"type": "named",
"data": {
"name": "intakeIn"
}
},
{
"type": "named",
"data": {
"name": "stopIntaking"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
163 changes: 163 additions & 0 deletions src/main/deploy/pathplanner/autos/3NoteMid.Note1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3110120765696076,
"y": 5.513288844759509
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "named",
"data": {
"name": "intakeOut"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Mid To Close Mid"
}
},
{
"type": "named",
"data": {
"name": "intake"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "intakeIn"
}
},
{
"type": "path",
"data": {
"pathName": "Close Mid to Mid"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.6
}
},
{
"type": "named",
"data": {
"name": "stopIntaking"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "named",
"data": {
"name": "intakeOut"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Mid To Close Top"
}
},
{
"type": "named",
"data": {
"name": "intake"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "intakeIn"
}
},
{
"type": "path",
"data": {
"pathName": "Close Top To Mid"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.6
}
},
{
"type": "named",
"data": {
"name": "stopIntaking"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading