Difference between revisions of "User:Jcbc"

From DEW Robotics
Jump to: navigation, search
(Programming Team Information)
(Code Repository)
Line 28: Line 28:
 
===Code Repository===
 
===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.
+
For the past two seasons (2011 and 2012), the programming team has used [http://mercurial.selenic.com/ Mercurial source control management] and [http://bitbucket.org/ 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.
 +
 
 +
[http://github.com/ GitHub] is under consideration for the code repository for the 2013 season.
  
 
===Programmer Training Resources===
 
===Programmer Training Resources===

Revision as of 21:23, 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 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