You can find our complete 2019 code at this repo. Also in this repo, you will find our vision tracking algorithm we implemented using a Jevois Camera. We utilized Eagle Force, team 2073βs calibration script to find the right HSV values (makes it a lot easier than guessing ), and hand wrote an implementation of the line intersect method of tracking targets in python (similar to the one used in the Limelight.)
At this repo, you can find our 2019 offseason code. This consists mainly of a pure pursuit path generator and a 2 dimensional swerve drive simulator, along with a labview program to parse the paths generated by said program. I also threw in a simple data augmentation script we made for use in Deep Learning.