2022_10_04 - Dutton-Christian-Robotics/Learning-to-Code GitHub Wiki

  • Leaderboard
  • Kahoot
  • Separation of Concerns -> DRY Robot
    • how do we make code DRYer when we're doing the same thing in multiple OpModes?
  • MISSION
  • DRYer Robot
    • Eliminate multiple power commands with a multi-argument power method
  • MISSION
  • Moving on to driver controlled
    • Talk about gamepads. Analog vs digital.