Difference between revisions of "User:Jcbc"

From DEW Robotics
Jump to: navigation, search
(Programmer Training Resources)
(Programming Team Information)
Line 21: Line 21:
  
 
==Programming Team Information==
 
==Programming Team Information==
 +
 +
[[Media:ProgrammingPreTest2013.pdf | Programming Certification Pre-Test for 2013 Season]]
  
 
===Programming Language===
 
===Programming Language===

Revision as of 22:04, 28 November 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).

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