Difference between revisions of "User:Jcbc"

From DEW Robotics
Jump to: navigation, search
(Programming Team Information)
(Programmer Training Resources)
Line 41: Line 41:
 
*[[Media:StateMachineExercise2012.pdf | Fall 2012 State Machine Exercise]]
 
*[[Media:StateMachineExercise2012.pdf | Fall 2012 State Machine Exercise]]
 
*[http://www.ni.com/white-paper/7466/en National Instruments' LabVIEW Tutorials]
 
*[http://www.ni.com/white-paper/7466/en National Instruments' LabVIEW Tutorials]
 +
*[http://www.usfirst.org/uploadedFiles/Robotics_Programs/FRC/Game_and_Season__Info/2011_Assets/Kit_of_Parts/How_to_Configure_Your_Radio_Rev_A.pdf 2011/2012 Router Configuration]
  
 
===Programming Pages===
 
===Programming Pages===

Revision as of 02:26, 29 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