Skip to content

Releases: Mineinjava/quail

v1.0.0-RC-1

24 Jan 06:12
Compare
Choose a tag to compare
v1.0.0-RC-1 Pre-release
Pre-release

v1.0.0 Release Candidate #1

  • javadocs
  • real docs
  • readme changed
  • logo adjusted slightly
  • stickers!
  • path planning
    and much more

this should be stable

autogenerated stuff:

What's Changed

New Contributors

Full Changelog: v0.3.0-a...v1.0.0-RC-1

v0.3.0-a

03 Oct 05:14
a5f795a
Compare
Choose a tag to compare
v0.3.0-a Pre-release
Pre-release

Adds a number of localization features and restructures a majority of the project.

Adds TwoDeadWheelLocalizer, javadocs, a bunch of math utils, and some geometry stuff.

View our super cool docs a astr0clad.github.io/quail_docs/. Or if you prefer javadocs mineinjava.github.io/quail/javadoc/

Fix javadoc?

28 Sep 04:40
Compare
Choose a tag to compare
Fix javadoc? Pre-release
Pre-release
v0.2.1-a

fixed javadoc i hope

v0.2.0-a

19 May 22:30
Compare
Choose a tag to compare
v0.2.0-a Pre-release
Pre-release

Driving (inverse kinematics) should work now
Not recommended for competition bots due to breaking changes

v0.1.7-a

13 May 01:19
Compare
Choose a tag to compare
v0.1.7-a Pre-release
Pre-release
fix javadoc

v0.1.6-a

13 May 01:06
Compare
Choose a tag to compare
v0.1.6-a Pre-release
Pre-release
get javadoc to work

v0.1.5-a

12 May 23:31
Compare
Choose a tag to compare
v0.1.5-a Pre-release
Pre-release
fix NaN with normalizeModuleVectors

 - fixed an issue where calling swerveDrive.normalizeModuleVectors()
   would return vectors with NaN components when all of the passed
   vectors were (0,0).

v0.1.4-a

11 May 19:45
9efc6cc
Compare
Choose a tag to compare
v0.1.4-a Pre-release
Pre-release
Update PIDController.java

v0.1.3-a: fix the 4 thing again

10 May 05:27
Compare
Choose a tag to compare
Pre-release
its fun sleeping while writing code

v0.1.2-a: Fix enforcing 4 modules in swerveDrive

10 May 01:54
Compare
Choose a tag to compare
Was limited to 4, now it should be responsive to the length of modules.