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

Commit 848a8eb

Browse files
authored
Merge pull request #19 from doawelul/testing-no-auto
:sweatsmile: fixed initialization in robotMap for moveController
2 parents 1b3045f + a778e54 commit 848a8eb

26 files changed

Lines changed: 439 additions & 229 deletions

Robot2018/.classpath

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
5-
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
4+
<classpathentry kind="var" path="wpilib" sourcepath="/wpilib"/>
5+
<classpathentry kind="var" path="networktables" sourcepath="/networktables"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
7-
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
8-
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
9-
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources"/>
10-
<classpathentry kind="lib" path="/Robot2017/libs/jars/navx_frc.jar"/>
11-
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix.jar"/>
7+
<classpathentry kind="var" path="opencv" sourcepath="/opencv.sources"/>
8+
<classpathentry kind="var" path="cscore" sourcepath="/cscore.sources"/>
9+
<classpathentry kind="var" path="wpiutil" sourcepath="/wpiutil.sources"/>
10+
<classpathentry kind="var" path="navx-mxp"/>
11+
<classpathentry kind="var" path="CTRE_Phoenix.jar"/>
12+
<classpathentry kind="var" path="CTRE_Phoenix.sources"/>
1213
<classpathentry kind="output" path="bin"/>
1314
</classpath>
59.8 KB
Binary file not shown.
82.1 KB
Binary file not shown.
245 KB
Binary file not shown.

Robot2018/lib/jars/WPILib.jar

303 KB
Binary file not shown.
16.7 KB
Binary file not shown.

Robot2018/lib/jars/cscore.jar

24.5 KB
Binary file not shown.

Robot2018/lib/jars/navx_frc.jar

107 KB
Binary file not shown.
38.4 KB
Binary file not shown.

Robot2018/lib/jars/ntcore.jar

51.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)