Change the java intermediate vision filename to match c++

Change-Id: Iadd173a6ea6089203103f0ca9c220a0b4ff5b286
This commit is contained in:
Brad Miller
2014-12-26 17:17:41 -05:00
parent 3c4a1d9a1a
commit 6c15a3600a
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -309,7 +309,7 @@
</example>
<example>
<name>Advanced Vision</name>
<name>Intermediate Vision</name>
<description>Demonstrate the use of the NIVision class to capture image from a Webcam, process them, and then send them to the dashboard.</description>
<tags>
<tag>Vision</tag>
@@ -318,7 +318,7 @@
<package>src/$package-dir</package>
</packages>
<files>
<file source="examples/AdvancedVision/src/org/usfirst/frc/team190/robot/Robot.java"
<file source="examples/IntermediateVision/src/org/usfirst/frc/team190/robot/Robot.java"
destination="src/$package-dir/Robot.java"></file>
</files>
</example>