Skip to content

De magic ify

Daniel Xue requested to merge de-magic-ify into master

Get rid of all magic numbers

  • Cell length (30cm)
    • Make movement distances based off of cell size (where it makes sense)
  • IR front back distance
  • Motor powers
  • Wall detection thresholds (will be done with reimplementation of wall detection #11 (closed) - !18 (merged))
  • Standardize parameters for relative directions using enumeration or such moved out to #23

Merge request reports