Skip to content

Releases: Impact2585/Lib2585

Lib2585 Version 2.4

09 Nov 22:22
Compare
Choose a tag to compare

MPU6050 has been removed. FakeSpeedController was added. Rotation exponents were halved, since they are squared by default in WPILib and a bug was fixed where a negative rotation value could not be rooted. The integrity of the jar file can be verified with the following signature.

Lib2585 v2.3.1

25 Jun 06:37
v2.3.1
48c7345
Compare
Choose a tag to compare

A drivetrain rotation bug that was in release 2.3 was fixed. The integrity of the jar file can be verified with the cryptographic signature.

Lib2585 v2.3

23 Jun 03:54
Compare
Choose a tag to compare

DO NOT USE THIS RELEASE. The drivetrain class cannot make a zero radius turn. The Drivetrain and MPU6050 classes have been added.

Lib2585 v2.2

30 Apr 04:21
v2.2
Compare
Choose a tag to compare

The Toggler class and the BooleanInputProcessor and DoubleInputProcessor interfaces have been added. The integrity of the jar file can be verified with the cryptographic signature.

Lib2585 v2.1.1

21 Feb 05:42
Compare
Choose a tag to compare

Slight performance increase for users not using concurrency.

Lib2585 v2.1

17 Feb 18:18
Compare
Choose a tag to compare

Users can choose whether or not to use concurrency in RunnableExecuter. Users can create an Executer for disabled mode to control what happens when the robot is disabled.

Lib2585 v2.0

20 Jan 05:30
Compare
Choose a tag to compare

The classes in this release use the package org.impact2585.lib2585 instead of org._2585robophiles.lib2585 and because of that this release is not backwards compatible with the previous release. The RunnableExecuter class uses a parallel stream in this version and this release also uses a new version of WPILibJ.

Lib2585 v1.2

25 Aug 03:53
Compare
Choose a tag to compare

This release is for the roboRIO. It is the first release that requires Java SE.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

SHA-256 hash sum:
d582366abb8ae052582b2e370c3b86c70c22281a0e5c79abc5b062724a662e98 Lib2585.jar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWFZIWAAoJELA7np+hz6FL2/sH/ihGdH0jYHcoLGXcFVbI/m8H
DUdgypSdneAo8eE3PKnH0cg3YgpJA0yc7gLmg6G7ObxMJ765KgGicpBay0d4qlpu
NtGTFzBrGHlKkTF94JZZAH0nPIdwP1+gd/wnFW3VcwQHdKr2jsF5g3otZt40V4Ex
IrjW37Cdbw2Wq7V4FN9tBiwLSBCqfV0/U9Wm6gqxc9qlrD/pqOGvwC0wqEmK+Pen
xybEa+mD5Fg9sZjE3ZDD6HedyQKSCuN9xgoo+ulQmruiHJ/fgCCe14evtSUbzzgx
JuFyvcJUearEB4vkP+7JFcD4uaA3aFUdV/q8AIBQ7xNo5+AZyXC6x4fRUJsGIdQ=
=TgvB
-----END PGP SIGNATURE-----

Lib2585 v1.1

04 Jan 22:18
Compare
Choose a tag to compare

Classes implement Serializable and an accessor was added in the RunnableExecuter class.

Lib2585 v1.0

25 Dec 04:14
Compare
Choose a tag to compare

This is the initial release and was made from the code for aerbot.