summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2017/HwRobot.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-01 17:20:36 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-01 17:20:36 -0500
commit33e95984246d2cc2b7902a5ffeba38115d7c07fd (patch)
tree063d176537a505cf371cfa8ce9c20d22dbc3a2cc /src/org/usfirst/frc/team4272/robot2017/HwRobot.java
parent3f8e442331dca8a13d76b97e337f72d268d9fe55 (diff)
work on auto
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2017/HwRobot.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2017/HwRobot.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2017/HwRobot.java b/src/org/usfirst/frc/team4272/robot2017/HwRobot.java
index 7608376..091b68b 100644
--- a/src/org/usfirst/frc/team4272/robot2017/HwRobot.java
+++ b/src/org/usfirst/frc/team4272/robot2017/HwRobot.java
@@ -119,9 +119,6 @@ public class HwRobot {
SmartDashboard.putBoolean("highGear", c.highGear);
SmartDashboard.putBoolean("gedOut", c.gedOut);
- SmartDashboard.putNumber("lDrive", c.lDrive);
- SmartDashboard.putNumber("rDrive", c.rDrive);
-
//PDP.updateTable();
//SmartDashboard.putData("PDP", PDP);
}