Skip to content

Releases: PseudoResonance/Pixy2JavaAPI

Update 1.4.1

06 Jul 19:19
Compare
Choose a tag to compare

Corrected SPI clockrate to 2MHz

Update 1.4

23 Feb 09:19
Compare
Choose a tag to compare

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

Update 1.3.5

06 Jan 06:45
Compare
Choose a tag to compare

Updated to WPILib 2020.1.2
Replaced I2C transaction with readOnly and writeBulk
Removed unnecessary dependencies

Version 1.3.4

16 May 06:15
Compare
Choose a tag to compare

Fixed no checksum, sync byte getter
Updated documentation to be easier to understand
Added additional documentation to make code easier to read
Updated to WPI plugin version 2019.4.1

Version 1.3.3

24 Feb 04:17
Compare
Choose a tag to compare

Corrected Line tracking intersection code to prevent ArrayIndexOutOfBounds exception thanks to Ernie Wilson

Version 1.3.2

22 Feb 13:02
Compare
Choose a tag to compare

Set "struct" equivalent objects to be public
Methods added for getting frame height/width
Method to get main line tracking objects

Version 1.3.1

29 Jan 00:55
Compare
Choose a tag to compare

Improved efficiency with CCC

Version 1.3

23 Jan 05:23
Compare
Choose a tag to compare

Added getter methods for cached line tracking objects - thanks to Jared Brogni
Corrected Line Tracking C++ Struct Math - thanks to Jared Brogni
Corrected bitwise operation on 16bit angle value in line tracking

Version 1.2

22 Jan 00:01
Compare
Choose a tag to compare

Corrected oversight that resulted in Pixy using max buffer length instead of received length

Version 1.1

20 Jan 04:01
e655587
Compare
Choose a tag to compare
Update README.md