From 6c15a3600a9c3f99f98250a6e9e03ebc248cdd30 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Fri, 26 Dec 2014 17:17:41 -0500 Subject: [PATCH] Change the java intermediate vision filename to match c++ Change-Id: Iadd173a6ea6089203103f0ca9c220a0b4ff5b286 --- .../src/org/usfirst/frc/team190/robot/Robot.java | 0 .../QuickVision/src/org/usfirst/frc/team190/robot/Robot.java | 2 +- .../resources/templates/examples/examples.xml | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/{AdvancedVision => IntermediateVision}/src/org/usfirst/frc/team190/robot/Robot.java (100%) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/AdvancedVision/src/org/usfirst/frc/team190/robot/Robot.java b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/IntermediateVision/src/org/usfirst/frc/team190/robot/Robot.java similarity index 100% rename from eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/AdvancedVision/src/org/usfirst/frc/team190/robot/Robot.java rename to eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/IntermediateVision/src/org/usfirst/frc/team190/robot/Robot.java diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/QuickVision/src/org/usfirst/frc/team190/robot/Robot.java b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/QuickVision/src/org/usfirst/frc/team190/robot/Robot.java index bdb8368b34..d224991816 100755 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/QuickVision/src/org/usfirst/frc/team190/robot/Robot.java +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/QuickVision/src/org/usfirst/frc/team190/robot/Robot.java @@ -6,7 +6,7 @@ import edu.wpi.first.wpilibj.SampleRobot; /** * This is a demo program showing the use of the CameraServer class. * With start automatic capture, there is no opportunity to process the image. - * Look at the AdvancedVision sample for how to process the image before sending it to the FRC PC Dashboard. + * Look at the IntermediateVision sample for how to process the image before sending it to the FRC PC Dashboard. */ public class Robot extends SampleRobot { diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml index 7f450933d1..87b8a22df8 100755 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml @@ -309,7 +309,7 @@ - Advanced Vision + Intermediate Vision Demonstrate the use of the NIVision class to capture image from a Webcam, process them, and then send them to the dashboard. Vision @@ -318,7 +318,7 @@ src/$package-dir -