Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 712 Bytes

exampleRobot

license tag

This repo is a minimal robot example. It is a companion to the google slide deck: Intro to FRC Programming.

Primary points of focus:

  • encapsulation/compartmentalization of motors, actuators, sensors into subsystems and robot.
  • minimal use of RobotMap (only for constants)
  • minimal use of statics
  • a working codebase for use with the electronics testbed
  • an introduction to git workflows