Changes between Version 48 and Version 49 of RobotDevelopment
- Timestamp:
- Aug 8, 2015, 11:22:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RobotDevelopment
v48 v49 1 1 = Core Robot Development Team[[BR]] 2 This team is responsible for the main software that goes into making the robot function, including designing the algorithms and collaborating with the mechanical teams to develop program specifications. 2 This team is responsible for the main software that goes into making the robot function, including collaborating with the mechanical teams to develop program specifications and designing the algorithms. 3 4 See below for resources on how to use the FIRST-specific hardware and software. 3 5 4 6 '''Mentor Leads''' 5 7 * [mailto://david@dalbert.net Mr. Albert] 6 8 * [mailto://aldunn@comcast.com Mr. Dunn] 9 7 10 '''Student Lead''' 8 11 * [mailto://tmthylin@gmail.com Tim Lin] 9 10 11 12 [[BR]]13 {{{14 #!div style="border:1pt dotted"15 '''Schedule'''[[BR]]16 Please see the google spreadsheet, which can be found [https://docs.google.com/spreadsheets/d/1uXIorhGX5r5QQx2UpiDW5_aabENIwwr-1V9UQfRofR4/edit?usp=sharing here].17 }}}18 12 19 13 == Technical Resources … … 23 17 * [wiki:RoboRioSetup Setting Up a New RoboRIO] 24 18 25 === Programming Aids26 * [http://first.wpi.edu/FRC/roborio/release/docs/java/annotated.html FRC API Javadocs]27 * [https://eclipse.org/subversive/documentation/teamSupport/merge_dialog.php Merging SVN]28 29 19 === Control System Elements 30 20 * [wiki:SoftwareCAN Using CAN for Software]