Difference between revisions of "DEWBOT VII Programming Team Page"

From DEW Robotics
Jump to: navigation, search
(Modified team members; added programming language and software development method sections)
(Modified team members and programming language section; added source control repository section)
Line 5: Line 5:
 
Student Consultants: Kenneth, DJ
 
Student Consultants: Kenneth, DJ
  
Team: Yahya, Mike, Zain
+
Team: Yahya, Michael, Zane, Shashank
  
 
===Programming Language===
 
===Programming Language===
  
We will be using FRC Labview software and provided libraries for programming the robot.
+
We will be using FRC Labview software and provided libraries for programming the robot.  Be sure to check
 +
[http://www.usfirst.org/roboticsprograms/frc/content.aspx?id=18758 the FRC Software Updates page] for mandatory updates.
 +
 
 +
We will be using Robot C for the mini-bot.
 +
 
 +
===Source Control Repository===
 +
 
 +
We will be using a [http://mercurial.selenic.com/ Mercurial] [https://bitbucket.org/dewbot6/ repository on Bitbucket.org]. 
 +
(It is a private repository, so you will need the username and password to use it.)
 +
 
 +
[http://tortoisehg.bitbucket.org/ TortoiseHG] is a good GUI for using Mercurial on a Windows computer.  Command-line Mercurial is available for Mac OS X from the [http://mercurial.selenic.com/ Mercurial site].
  
 
===Software Development Method===
 
===Software Development Method===

Revision as of 01:11, 10 January 2011

Head Mentor: Julie Christopher

Student Lead: Ben

Student Consultants: Kenneth, DJ

Team: Yahya, Michael, Zane, Shashank

Programming Language

We will be using FRC Labview software and provided libraries for programming the robot. Be sure to check the FRC Software Updates page for mandatory updates.

We will be using Robot C for the mini-bot.

Source Control Repository

We will be using a Mercurial repository on Bitbucket.org. (It is a private repository, so you will need the username and password to use it.)

TortoiseHG is a good GUI for using Mercurial on a Windows computer. Command-line Mercurial is available for Mac OS X from the Mercurial site.

Software Development Method

We will be using the Scrum methodology, which a method of agile software development. We will have a brief 15-minute meeting at the beginning of each day we meet and team members will report on:

  • what they did since the last meeting,
  • what they are planning to do next, and
  • what obstacles, if any, are preventing them from completing their tasks.

The product backlog will come from whole Team 1640 meetings which will provide a prioritized list of high-level desired features for the robot. During a sprint planning meeting, we will choose the highest priority features and break them into programming tasks, which will become our sprint backlog. Our sprints will last approximately 7 days; a sprint review meeting will be held at the end of the sprint to demo the working software and get feedback. Sprint planning and sprint review meetings will be held on weekends.