7701F / 2022-Spin-Up

Operational code for 7701F's robot for 2022 - 2023 VEX Robotics Competition - Spin Up
Other
1 stars 0 forks source link

:broom: Various Housekeeping & Pre-Greenfield Tasks #7

Closed Chrono-byte closed 1 year ago

Chrono-byte commented 1 year ago

Summary

  1. Makes an additional brake function that does non-holding braking.
    1. This is used at the beginning of the autonomous() function to set the brakes.
  2. Removes non-working automatic PID tuner.
  3. Organizes opcontrol() in a more logical way.
  4. Remove okapi from deps as it is unused.

Motivation

Make things more logical.

References (optional)

Related to #11 (Hopefully both are merged this week)

Test Plan

Needs tested on the robot today (Jan 12th)

Chrono-byte commented 1 year ago

Additionally now also updated README.md