2014:Programming

From 1511Wookiee
Revision as of 19:28, 15 January 2014 by Drivetrain (talk | contribs)
Jump to navigationJump to search

Programming Sub-pages and Links



1.15.14

PROGRAMMING MEETING:

  • Discussed staying with the standard C++ programming method, or changing to Command Base. 
  • We decided to stay with the standard method, and save Command Base for next pre-season.
  • We will be using GIT(?) to update and archive the programs.
  • OnSunday, January 19th, we will be holding a meeting right after Lunch to discuss the primary code layouts for our subteams.
    • Please know your subteams needs for the meeting.

DRIVE TEAM:

  • IMPORTANT: Include ThunderDrive.h & ThunderDrive.cpp while integrating
    • Use #include "ThunderDrive.h" 
  • ThunderDrive is an object type that allows you to use the comands...
    • .TankDrive
      • Allows you to drive using tank controls
    • .DoDebug
      • Shows you current motor power
      • Prints into net console for CRIO(? What part is caps)


Programming Archives