Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 545fd17

Browse files
authored
Merge pull request #37 from lhmcgann/master
Merged David's code into master, basic implementation of velocityPID class(es)
2 parents b9cb9d8 + 403f9f5 commit 545fd17

39 files changed

Lines changed: 1603 additions & 181 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ bin/
22
build/
33
dist/
44
.DS_Store
5+
*auto*
6+
*Auto*

Robot2018/.classpath

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,19 @@
1313
<classpathentry kind="lib" path="lib/mockito-core-2.13.3.jar"/>
1414
<classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/>
1515
<classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
16+
<classpathentry kind="lib" path="lib/CTRE_Phoenix-sources.jar"/>
17+
<classpathentry kind="lib" path="lib/CTRE_Phoenix.jar"/>
18+
19+
<classpathentry kind="lib" path="lib/cscore-sources.jar"/>
20+
<classpathentry kind="lib" path="lib/cscore.jar"/>
21+
<classpathentry kind="lib" path="lib/navx_frc.jar"/>
22+
<classpathentry kind="lib" path="lib/ntcore-sources.jar"/>
23+
<classpathentry kind="lib" path="lib/ntcore.jar"/>
24+
<classpathentry kind="lib" path="lib/opencv-sources.jar"/>
25+
<classpathentry kind="lib" path="lib/opencv.jar"/>
26+
<classpathentry kind="lib" path="lib/WPILib-sources.jar"/>
27+
<classpathentry kind="lib" path="lib/WPILib.jar"/>
28+
<classpathentry kind="lib" path="lib/wpiutil-sources.jar"/>
29+
<classpathentry kind="lib" path="lib/wpiutil.jar"/>
1630
<classpathentry kind="output" path="bin"/>
1731
</classpath>
59.8 KB
Binary file not shown.

Robot2018/lib/CTRE_Phoenix.jar

82.1 KB
Binary file not shown.

Robot2018/lib/WPILib-sources.jar

245 KB
Binary file not shown.

Robot2018/lib/WPILib.jar

303 KB
Binary file not shown.

Robot2018/lib/cscore-sources.jar

16.7 KB
Binary file not shown.

Robot2018/lib/cscore.jar

24.5 KB
Binary file not shown.

Robot2018/lib/navx_frc.jar

107 KB
Binary file not shown.

Robot2018/lib/ntcore-sources.jar

38.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)