Skip to content

Releases: Mechanical-Advantage/AdvantageKit

v4.0.0-alpha-1

17 Oct 01:47
252cbe1
Compare
Choose a tag to compare
v4.0.0-alpha-1 Pre-release
Pre-release

This release adds support for the first 2025 beta of WPILib. No example projects or functional changes are included. This release is intended only for teams updating existing projects to the 2025 WPILib beta. The full beta of AdvantageKit 2025 will be released at a later date.

Based on WPILib 2025.1.1-beta-1

v3.2.1

27 May 19:53
Compare
Choose a tag to compare

This release fixes an issue causing joystick buttons, axes, and POVs to be inaccessible when a TCP connection is not established to the Driver Station.

Based on WPILib 2024.3.2

v3.2.0

14 Mar 14:31
2ebb623
Compare
Choose a tag to compare
  • Updated to WPILib 2024.3.2
  • Added garbage collection timing data to LoggedRobot
  • Use thread for file IO in RIO console source (improves reliability and reduces impact on robot loop timing)
  • Added method to optionally disable console capture
  • Added thread safety warnings to Javadoc for common methods (#80)
  • Fixed SparkMax registerSignal call in advanced swerve template (#84)
  • Added support for RLOG R2

Based on WPILib 2024.3.2

v3.1.1

06 Mar 23:45
580d72e
Compare
Choose a tag to compare

This release fixes several issues, and we recommend that all teams update to the latest version. See the release post for more details.

  • Fixed alliance and station numbers published to the "FMSInfo" table
  • Added warning when logging data using protobuf
  • Fixed RIO console capture loop overruns after removing SD card

Based on WPILib 2024.3.1

v3.1.0

21 Feb 02:47
501a6c9
Compare
Choose a tag to compare

Several of the changes in this release affect the AdvantageKit example projects. See the announcement post for more details on adapting existing projects.

  • Updated WPILib to 2024.3.1
  • Added support for new URCL format introduced in 2024.1.0
  • Added runEveryN method to Logger (#70)
  • Decreased default write period for WPILOGWriter in simulation
  • Improved performance of conduit system stats read
  • Improved performance of RIO console capture
  • Decreased rate of CAN status polling to reduce measurement noise (#71)
  • Fixed brownout voltage logging
  • Added warning when attempting to log incompatible types
  • Skip logging null values instead of throwing NullPointerException

Example project changes:

  • Fixed LocalADStarAK in example projects (#69)
  • Added limit for queue capacity for advanced swerve example (#73)
  • Added error checking for odometry Spark Max values in advanced swerve example
  • Switched stator current to supply current for all Talon FX/SRX examples
  • Fixed measured state logging in swerve example projects
  • Added note visualizer to KitBot example project
  • Updated all vendordeps

Based on WPILib 2024.3.1

v3.0.2

22 Jan 21:22
5aa701f
Compare
Choose a tag to compare

This is a patch release to fix robot code builds on Windows. For more information on the changes since v3.0.0, see the v3.0.1 release.

Based on WPILib 2024.2.1

v3.0.1

22 Jan 05:42
4c2785d
Compare
Choose a tag to compare

Several of the changes in this release affect the AdvantageKit example projects. See the announcement post for more details on adapting existing projects.

  • Updated to WPILib 2024.2.1
  • Added alliance flipping for teleop driving in swerve examples
  • Switched swerve example projects to use SwerveDrivePoseEstimator
  • Added SysId to all example projects (replacing the FeedForwardCharacterization command, see the docs)
  • Fixed updateInputs implementation for differential drive examples (#66)
  • Removed SysIdRoutineLog shim (related to wpilibsuite/allwpilib#6259)
  • Improved parsing of WPILib version for CheckInstall
  • Updated example project vendordeps
  • Added realistic defaults for all shimmed values (fixes #63)

Based on WPILib 2024.2.1

v3.0.0

10 Jan 00:12
0607cf3
Compare
Choose a tag to compare

This is the 2024 kickoff release of AdvantageKit, based on the kickoff release of WPILib 2024.

  • Added 2024 KitBot example project.
  • Updated to WPILib 2024.1.1
  • Updated all example projects for 2024
  • Added support for URCL: Unofficial REV-Compatible Logger (docs)
  • Added shim for SysIdRoutineLog to avoid creating unnecessary log files (see wpilibsuite/allwpilib#6175)
  • Added package override to AutoLogOutputManager (#55)
  • Added support for serialization marker interfaces, enabling more compile-time checks for serialization support
  • Added offline Maven zip (docs)
  • Fixed AutoLogOutput scan for null items in arrays (#61)

Based on WPILib 2024.1.1

v3.0.0-beta-6

15 Dec 22:37
3adc57f
Compare
Choose a tag to compare
  • Updated to WPILib 2024.1.1-beta-4
  • Added AutoLogOutput support for Measure
  • Added support for enum logging as inputs and outputs (#54)
  • Added constructor to WPILOGWriter for default logging path ("/U/logs" on the RIO, "logs" in sim)
  • Replaced custom struct handling for SwerveModuleState and Trajectory with built-in WPILib support (#53)
  • Updated Phoenix version for example projects
  • Improved reliability of log renaming based on timestamp

Based on WPILib 2024.1.1-beta-4

v3.0.0-beta-5

28 Nov 20:10
ab24049
Compare
Choose a tag to compare
  • Added "Advanced Swerve Drive" example project
  • Fixed default inversion of Pigeon 2 yaw in example projects
  • Updated PathPlannerLib and Phoenix 6 vendordeps in example projects
  • Added WPILib version checker (runs in simulation or with Gradle task, recommended in installation docs and included in example projects)
  • Fixed several issues related to inheritance and AutoLogOutput:
    • Annotation keys in superclasses can now refer to fields in their own class
    • Annotation keys can refer to fields in superclasses (so long as they are public or protected)
    • When a key is not provided, the name of the declaring class is used instead of the instantiated class

Based on WPILib 2024.1.1-beta-3