This repository was archived by the owner on Sep 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
src/org/usfirst/frc/team199/Robot2018 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" var" path =" wpilib" sourcepath =" wpilib.sources" />
5+ <classpathentry kind =" var" path =" networktables" sourcepath =" networktables.sources" />
6+ <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 =" output" path =" bin" />
11+ </classpath >
Original file line number Diff line number Diff line change 11/bin /
22/build /
33/dist /
4- .classpath
5- .DS_Store
4+ .DS_Store
Original file line number Diff line number Diff line change 11# Project specific information
2- package =org.usfirst.frc.team199.robot
2+ package =org.usfirst.frc.team199.Robot2018
33robot.class =${package}.Robot
44simulation.world.file =/usr/share/frcsim/worlds/GearsBotDemo.world
Original file line number Diff line number Diff line change 1- package org .usfirst .frc .team199 .robot ;
1+ package org .usfirst .frc .team199 .Robot2018 ;
22
33import edu .wpi .first .wpilibj .buttons .Button ;
44
5- import org .usfirst .frc .team199 .robot .commands .ExampleCommand ;
5+ import org .usfirst .frc .team199 .Robot2018 .commands .ExampleCommand ;
66
77/**
88 * This class is the glue that binds the controls on the physical operator
Original file line number Diff line number Diff line change 11
2- package org .usfirst .frc .team199 .robot ;
2+ package org .usfirst .frc .team199 .Robot2018 ;
33
44import edu .wpi .first .wpilibj .IterativeRobot ;
55import edu .wpi .first .wpilibj .command .Command ;
88import edu .wpi .first .wpilibj .smartdashboard .SendableChooser ;
99import edu .wpi .first .wpilibj .smartdashboard .SmartDashboard ;
1010
11- import org .usfirst .frc .team199 .robot .commands .ExampleCommand ;
12- import org .usfirst .frc .team199 .robot .subsystems .ExampleSubsystem ;
11+ import org .usfirst .frc .team199 .Robot2018 .commands .ExampleCommand ;
12+ import org .usfirst .frc .team199 .Robot2018 .subsystems .ExampleSubsystem ;
1313
1414/**
1515 * The VM is configured to automatically run this class, and to call the
@@ -111,6 +111,5 @@ public void teleopPeriodic() {
111111 */
112112 @ Override
113113 public void testPeriodic () {
114- LiveWindow .run ();
115114 }
116115}
Original file line number Diff line number Diff line change 1- package org .usfirst .frc .team199 .robot ;
1+ package org .usfirst .frc .team199 .Robot2018 ;
22
33/**
44 * The RobotMap is a mapping from the ports sensors and actuators are wired into
Original file line number Diff line number Diff line change 1- package org .usfirst .frc .team199 .robot .commands ;
1+ package org .usfirst .frc .team199 .Robot2018 .commands ;
22
33import edu .wpi .first .wpilibj .command .Command ;
44
5- import org .usfirst .frc .team199 .robot .Robot ;
5+ import org .usfirst .frc .team199 .Robot2018 .Robot ;
66
77/**
88 *
Original file line number Diff line number Diff line change 1- package org .usfirst .frc .team199 .robot .subsystems ;
1+ package org .usfirst .frc .team199 .Robot2018 .subsystems ;
22
33import edu .wpi .first .wpilibj .command .Subsystem ;
44
You can’t perform that action at this time.
0 commit comments