Team3256 / FRC_Programming_2022

Team 3256's 2022 FRC Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CANdle Basic Framework

StarDylan opened this issue · comments

We are getting a CANdle for basic communication with the drivers without making them look at screen, somethings we want to include are:

  • Is Auto-Aim Enabled
  • Is Auto-Aim Ready for Shoot
  • What cargo color (and if we have 1 or 2 and what color they are)
  • Displays if we are Above Shadow Line in Hanging Endgame Mode

We will need to develop a system in order to poll each subsystem to check if condition is met, as well as what "mode" we are in. We also need to separate each part so that it can be independently controlled, including each side

Use your creativity to create a very nice and extensible CANdle framework