Difference between revisions of "Computer Inventory"

From Deep Blue Robotics Wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
  
 
[https://wpilib.screenstepslive.com/s WPI's Screensteps Live], in the appropriate year's FRC Control System site, has detailed steps on much of these software installs at their FRC for Java page.
 
[https://wpilib.screenstepslive.com/s WPI's Screensteps Live], in the appropriate year's FRC Control System site, has detailed steps on much of these software installs at their FRC for Java page.
 +
 +
  
 
1. [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java 8]
 
1. [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java 8]
 +
 +
  
 
2. [https://www.eclipse.org/downloads/eclipse-packages/ Latest version of Eclipse]
 
2. [https://www.eclipse.org/downloads/eclipse-packages/ Latest version of Eclipse]
 +
 +
  
 
3. Eclipse FRC plugins, installed by navigating in Eclipse to Help -> Install new software -> Add.
 
3. Eclipse FRC plugins, installed by navigating in Eclipse to Help -> Install new software -> Add.
  
 
[[File:FRC_plugins.png]]
 
[[File:FRC_plugins.png]]
 +
 +
  
 
4. [http://www.ni.com/download/first-robotics-software-2015/5112/en/ Latest FRC Update]
 
4. [http://www.ni.com/download/first-robotics-software-2015/5112/en/ Latest FRC Update]
Line 17: Line 25:
  
 
A National Instruments account will be needed, but those are free to create.
 
A National Instruments account will be needed, but those are free to create.
 +
 +
  
 
5. [https://desktop.github.com/ Github for Desktop]
 
5. [https://desktop.github.com/ Github for Desktop]
Line 22: Line 32:
  
 
After installation, be sure to clone all necessary repositories to the file system using Github/git.
 
After installation, be sure to clone all necessary repositories to the file system using Github/git.
 +
 +
  
 
6. [https://www.python.org/downloads/ Python 2.7] for the purpose of vision programming
 
6. [https://www.python.org/downloads/ Python 2.7] for the purpose of vision programming
 +
 +
  
 
7. Full steps for OpenCV for Python installation coming soon.
 
7. Full steps for OpenCV for Python installation coming soon.

Revision as of 07:54, 13 January 2017

Team 199's Essential Software

Please take note to download the correct software for your operating system (Windows users, please select appropriate 32bit or 64bit downloads).

WPI's Screensteps Live, in the appropriate year's FRC Control System site, has detailed steps on much of these software installs at their FRC for Java page.


1. Java 8


2. Latest version of Eclipse


3. Eclipse FRC plugins, installed by navigating in Eclipse to Help -> Install new software -> Add.

FRC plugins.png


4. Latest FRC Update 2017 Serial Number: M82X12201

A National Instruments account will be needed, but those are free to create.


5. Github for Desktop Alternatively, you can also download git and use it with the git bash.

After installation, be sure to clone all necessary repositories to the file system using Github/git.


6. Python 2.7 for the purpose of vision programming


7. Full steps for OpenCV for Python installation coming soon.