Difference between revisions of "User:Jcbc"

From DEW Robotics
Jump to: navigation, search
(Programmer Training Resources)
(Programming Language: C++ and Java doc link)
Line 29: Line 29:
  
 
*[http://joule.ni.com/nidu/cds/view/p/id/3562/lang/en LabVIEW for FRC 2013 - Evaluation License Files]
 
*[http://joule.ni.com/nidu/cds/view/p/id/3562/lang/en LabVIEW for FRC 2013 - Evaluation License Files]
 +
 +
[http://firstforge.wpi.edu/sf/go/projects.wpilib/docman.root.c_and_java_documentation C++ and Java] are also supported by FRC and could be used if the programming team decides to do so.
  
 
===Code Repository===
 
===Code Repository===

Revision as of 20:52, 28 December 2012

Julie Christopher, Programming Mentor, FRC Team 1640

2011 was my first season with FRC (and FIRST in general).

Education and Work

Control Team Information

The Control Team consists of the Electrical and Programming sub-teams. The Control Team is charged with providing motor controllers, sensors, and programming to enable the robot to meet competition goals.

Control.jpg

("The Amazing Machine", The Franklin Institute)

Programming Team Information

Programming Certification Pre-Test for 2013 Season

Programming Language

FRC LabVIEW software has been used for the past three seasons (2010 - 2012).

C++ and Java are also supported by FRC and could be used if the programming team decides to do so.

Code Repository

For the past two seasons (2011 and 2012), the programming team has used Mercurial source control management and Bitbucket for the code repository. Having code in a repository allows the team to share their code even when they do not see each other in person. It also allows the student lead to manage and incorporate code from the rest of the team into the main robot code project.

GitHub is under consideration for the code repository for the 2013 season.

Programmer Training Resources

Programming Pages