Difference between revisions of "Computer Inventory"

From Deep Blue Robotics Wiki
Jump to: navigation, search
(Documentation of all recommended software for the complete Team 199 Developer's Environment.)
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Team 199's Essential Software'''
+
'''Recommended software for the ideal Team 199 Developer's Environment'''
  
 
Please take note to download the correct software for your operating system (Windows users, please select appropriate 32bit or 64bit downloads).
 
Please take note to download the correct software for your operating system (Windows users, please select appropriate 32bit or 64bit downloads).
  
 
[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]
  2017 Serial Number: '''M82X12201'''
+
2017 Serial Number: '''M82X12201'''
  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]
  Alternatively, you can also download [https://git-scm.com/ git] and use it with the git bash.
+
Alternatively, you can also download [https://git-scm.com/ git] and use it with the git bash.
 +
 
 +
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.
 +
 +
Note: OpenCV really dislikes OS X. It is highly suggested by Team 199 that you code with OpenCV with a Windows machine.
 +
 +
 +
8. Recommended IDE for Python editing: [http://www.pydev.org/manual_101_install.html Pydev for Eclipse]

Latest revision as of 08:21, 13 January 2017

Recommended software for the ideal Team 199 Developer's Environment

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.

Note: OpenCV really dislikes OS X. It is highly suggested by Team 199 that you code with OpenCV with a Windows machine.


8. Recommended IDE for Python editing: Pydev for Eclipse