Skip to content

Releases: flamingchickens1540/ROOSTER

PreferenceManager improvements, DashboardUtils

04 Oct 04:53
01645e3
Compare
Choose a tag to compare
  • Add support for values in PreferenceManager that are not persisted across reboots (#83)
  • Add support for auto-naming PreferenceManager values (#83)
  • Add DashboardUtils (#85)
  • Clean up various utilities with regard to null inputs (#84)

Auto-upload build artifacts

24 May 23:54
904a212
Compare
Choose a tag to compare

No new features. This is just a test release.

Blinken fix

05 May 05:36
c1339bb
Compare
Choose a tag to compare

Add missing preset for WHITE (#76)

PreferenceManager, Blinken, AsyncCommand

04 May 04:50
d06fa57
Compare
Choose a tag to compare

Finally on our 4th release.

  • AsyncCommand for running commands using a Notifier (#73)
  • Deprecated AdjustableManager and replaced with PreferenceManager, with new features (#74, fixes #63 and #65)
  • RevBlinken wrapper for a Blinken LED controller (#72)
  • Internal reorganization into two Gradle projects; this means test robot classes won't show up in the library jar (#75)

PowerManager cleanup and bug fixes

22 Apr 22:51
4121aef
Compare
Choose a tag to compare

PowerManager cleanup and bug fixes (#71)

Power Management Improvements, StrictDPad

16 Apr 01:13
8d51c52
Compare
Choose a tag to compare
  • Massive power management changes (#66, #68, #69, #70)
  • Create StrictDPad for better D-Pad control (#64)

Create SimpleButton/SimpleConditionalCommand, RunMotionProfiles tweak

15 Mar 15:34
12f9e11
Compare
Choose a tag to compare
  • Create SimpleButton and SimpleConditionalCommand, which allow construction of Buttons and ConditionalCommands with lambda syntax as opposed to creating whole anonymous classes (#53)
  • Make RunMotionProfiles.isFinished() public (#61) to work around isCompleted() seeming to not work

Stop motion profile when command is interrupted

07 Mar 05:13
1eeaf0e
Compare
Choose a tag to compare

RunMotionProfiles now stops motors when canceled (#60)

Fix bug in PidDrive

28 Feb 23:24
fcee0ce
Compare
Choose a tag to compare

Fix bug where PidDrive brake processing only used left side (#58)

Change PidDrive scaling implementation

27 Feb 00:42
875750b
Compare
Choose a tag to compare
Merge pull request #55 from flamingchickens1540/drive-fix

Change scaling implementation