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
1cfffa3
color
AdamJennissen Feb 7, 2020
ff79559
whench, intake
AdamJennissen Feb 12, 2020
2f8190b
?
AdamJennissen Feb 12, 2020
aec6e88
climber
AdamJennissen Feb 14, 2020
8490624
more climber
AdamJennissen Feb 14, 2020
7ddc636
climbing arm works
6758Bot Feb 14, 2020
1851910
climber works
6758Bot Feb 14, 2020
0c5ef12
climber
6758Bot Feb 14, 2020
31eec56
Merge branch 'master' of https://github.com/FRC6758/2020BasicDriveCod…
6758Bot Feb 14, 2020
8be8c16
faster climb
6758Bot Feb 14, 2020
8c0f866
did stuff
6758Guy Feb 15, 2020
20e8e13
Update Robot.cpp
6758Guy Feb 15, 2020
90e7e5e
speed
6758Bot Feb 19, 2020
4ddbde6
climb button
6758Guy Feb 27, 2020
ff9b096
Merge branch 'master' of https://github.com/FRC6758/2020BasicDriveCode
6758Guy Feb 27, 2020
4d27d10
more auton
Bluecookies3942 Feb 27, 2020
3c083f8
clean up
AdamJennissen Feb 27, 2020
e91699c
Goodererer codeing thingy
6758Bot Feb 28, 2020
a8843db
Merge pull request #9 from FRC6758/organized
6758Guy Feb 28, 2020
5ff19c6
Revert "Merge pull request #9 from FRC6758/organized"
AdamJennissen Feb 28, 2020
02cc528
no more error squiggles
AdamJennissen Feb 28, 2020
dc43336
?
AdamJennissen Feb 28, 2020
8bafd4b
clean
AdamJennissen Feb 28, 2020
f8749b9
2nd intake motor
6758Guy Feb 29, 2020
a500896
controls
6758Guy Feb 29, 2020
6657c56
limit move thingy
6758Bot Feb 29, 2020
8f517df
changes
6758Guy Feb 29, 2020
be4cee0
Merge branch 'master' of https://github.com/FRC6758/2020BasicDriveCode
6758Guy Feb 29, 2020
1402d67
limit move thingy tested and works
6758Guy Mar 1, 2020
f992ed1
limit auton
6758Bot Mar 1, 2020
4256c94
sure
6758Guy Mar 2, 2020
7bb638e
Merge branch 'master' of https://github.com/FRC6758/2020BasicDriveCode
6758Guy Mar 2, 2020
0428cea
turn thing button thing
6758Guy Mar 2, 2020
819514b
turn button
6758Guy Mar 2, 2020
1d12744
AUTON?
6758Guy Mar 3, 2020
61cda38
idk anymore
6758Guy Mar 3, 2020
bae06f5
auton
6758Guy Mar 3, 2020
664c50b
more stuff
6758Guy Mar 5, 2020
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
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"*.inc": "cpp",
"*.tcc": "cpp",
"fstream": "cpp"
}
}
},
"C_Cpp.errorSquiggles": "Disabled"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "cpp"
id "google-test-test-suite"
id "edu.wpi.first.GradleRIO" version "2020.1.2"
id "edu.wpi.first.GradleRIO" version "2020.3.2"
}

// Define my targets (RoboRIO) and artifacts (deployable files)
Expand Down
Loading