Skip to content

Releases: Team6593/HyperLib

2024 January v7

Choose a tag to compare

@devmanso devmanso released this 09 Jan 02:32

2024 January changes

  • Finally fixed AprilTagFinder bugs! Correct method names and descriptions, and runs on a seperate thread
  • NavX2-mxp helper class that has useful functions.

Full Changelog: v24.01.5...v24.01.6

2024 January v6

Choose a tag to compare

@devmanso devmanso released this 08 Jan 14:02
13d11d5
  • removed print statements in AprilTagFinder, use helper functions instead

Full Changelog: v24.01.4...v24.01.5

2024 January v5

Choose a tag to compare

@devmanso devmanso released this 08 Jan 12:16

v24.01.4 changes

  • this fixes a major bug in AprilTagFinder, in which all other functions exlcuding startDetection would return the same result, as they were not updated frequently enough

Full Changelog: v24.01.3...v24.01.4

2024 January v4

Choose a tag to compare

@devmanso devmanso released this 08 Jan 04:51

v24.01.3 changes

  • getPose() and getDistance() methods added to AprilTagFinder

Full Changelog: v24.01.2...v24.01.3

2024 January v3

Choose a tag to compare

@devmanso devmanso released this 08 Jan 02:59

v24.01.2 changes

  • ability to set family in the constructor

Full Changelog: v24.01.1...v24.01.2

2024 January v2

Choose a tag to compare

@devmanso devmanso released this 08 Jan 01:53

v24.01.1 Changes

  • more AprilTagFinder helper functions

Full Changelog: v24.01.0...v24.01.1

2024 January

Choose a tag to compare

@devmanso devmanso released this 07 Jan 23:55

HyperLib Kickoff release

  • removed TalonFX class until Pheonix libraries are updated to 2024
  • rewrote RioAprilTagDetector class (now called AprilTagFinder)
  • library is now up-to-date with WPIlib 2024

Plans for the future

  • NavX-mxp helper class
  • Add the TalonFX helper class back once Pheonix libraries are up-to-date
  • improve AprilTagFinder class

Full Changelog: v23.06.0...v24.01.0

2023 June

Choose a tag to compare

@devmanso devmanso released this 08 Jun 01:21

Vector2, and Vector3 math libraries

  • functions for manipulating Vectors
  • data structure for creating Vectors

TODO:

  • 3d rotation function

Full Changelog: v23.05.0...v23.06.0

2023 May

Choose a tag to compare

@devmanso devmanso released this 31 May 03:04

added a function to the TalonFXSensor class: driveToDistance(), which allows for basic autonomous tasks with TalonFX motors.

Full Changelog: v23.03.1...v23.05.0

2023 March v2

Choose a tag to compare

@devmanso devmanso released this 27 Mar 19:39

Classes

  • DriveFilter - low-pass filter for driving smoothly
  • LimeLight - position estimation and data retrieval functions

Full Changelog: https://github.com/Team6593/HyperLib/commits/v23.03.1