Introduction to Programming Part 2 - MDHSRobotics/TeamWiki GitHub Wiki
Home / References
#Introduction to Programming - Part 2
[previous](Introduction to Programming - Part 1)
###Objective
The objective of this document is to build upon [part 1](Introduction to Programming - Part 1) and focus on the development of FRC Robot control systems using Mater Dei's base robot, MaterBot.
This document will follow the principles outlined in the How to Program the RoboRio tutorial
1. [Lab 4 - Creating a Command Robot using the base FRC framework] (Lab 4 Programming a Command Robot using the base FRC framework)
3. [Understanding MaterBot](Understanding MaterBot)
4. [Lab 5 - Creating a Robot using MaterBot](Lab 5 Creating a Robot using MaterBot)
5. [Lab 6 - Adding a Subsystem to the robot](Lab 6 Adding a Subsystem to the robot)
6. [Lab 7 - Adding a Command to the robot](Lab 7 Adding a Command to the robot)
7. [Understanding MDConsole](Understanding MDConsole)
8. [Lab 8 - Testing the robot](Lab 8 Testing the robot)