Skip to content

Update 1.4

Compare
Choose a tag to compare
@PseudoResonance PseudoResonance released this 23 Feb 09:19

Potentially breaking changes to better match original C++ Pixy API
Update to WPILib 2020.2.2
Renamed cache getter methods to differentiate them from the Pixy request
methods
Added default parameters for methods to better match original C++ Pixy
API
#11 Made data holder classes static for more convenient use
Made getFeatures() from Pixy2Line private, forcing users to use
getMainFeatures() or getAllFeatures() like in the original C++ Pixy API