Skip to content

WPILib 2023.4.3 Release

Compare
Choose a tag to compare
@PeterJohnson PeterJohnson released this 29 Mar 04:13
· 948 commits to main since this release
v2023.4.3
aa34aac

This is an update release of WPILib for the 2023 season. This release reduces NetworkTables CPU usage and latency, improves dashboard NetworkTables connection/disconnection behavior, and has several other quality-of-life improvements, in particular to Shuffleboard. This release also includes all fixes made in earlier releases.

Upgrading from earlier 2023 releases is easy: simply download and run the new installer and it will update your current installation. If you already have the 2023 WPILib vscode installed, it will detect it and you can simply click "next" for that installation step. After installation, vscode will prompt you when opening your robot project whether you want to upgrade it to this version. Note that using the installer is required to get the new version of desktop tools such as Shuffleboard.

The documentation for WPILib is located at https://docs.wpilib.org/ (if you have trouble accessing this location, https://frcdocs.wpi.edu/en/stable/ is an alternate location with the same content).

If you're new to FRC, start with Getting Started.

Minimum system requirements have changed for 2023. WPILib requires 64-bit Windows 10 or 11, Ubuntu 22.04, or macOS 11 or higher. Newly supported this year is Apple Silicon (arm64)! C++ teams should note that Visual Studio 2022 is now required for desktop builds. For this release, Mac users will need to have the Xcode Command Line Tools installed before running the installer; we are working on removing this requirement in a future release. This can be done by running xcode-select --install in the Terminal.

If you're returning from a previous season, check out what's new for 2023; be sure to read through this, as a lot has changed from 2022! You will need a new RoboRIO image for 2023; this is available via the FRC 2023 Game Tools. Follow the WPILib installation guide to install WPILib.

If you're starting from a 2022 robot project, you will need to import your project to create a 2023 project. The import process is important, as it will make a number of automated corrections for some breaking changes that happened in 2023. It is also necessary to import vendor libraries again, since last year’s vendor libraries must be updated to be compatible with this year’s projects.

A complete list of known issues with this release can be found here.

WPILib is developed by a small team of volunteers and the FIRST community.

What's Changed since 2022.4.2

NetworkTables

Math

Commands

WPILib

  • Add isTestEnabled and minor docs cleanup by @rzblue in #5172
  • Fix enableLiveWindowInTest crashing in disabled by @rzblue in #5173
  • DataLogManager: increase time for datetime to be valid by @PeterJohnson in #5185
  • Fix DutyCycleEncoder.setDistancePerRotation() in java simulation by @rzblue in #5147
  • Fix RobotController.getComments() mishandling quotes inside the comments string by @rzblue in #5197
  • [java] DriverStation: Fix joystick data logs by @PeterJohnson in #5240
  • Shuffleboard: Keep duplicates on SelectTab() by @Starlight220 in #5198

Shuffleboard

SysId

Docs

Examples

New Contributors

MD5 Hashes

fc58a52edea675b0ff91938a9c9d0743  WPILib_Linux-2023.4.3.tar.gz
5b67d336669bed34ab0dd428f81b9d31  WPILib_Windows-2023.4.3.iso
47246def80eea87b468e0be30119f789  WPILib_macOS-Intel-2023.4.3.dmg
1bb6113c1202fbb68248c3848556e47e  WPILib_macOS-Arm64-2023.4.3.dmg

SHA256 Hashes

640e1ee7cc8f39d1789b4137f4a5aae90f78eeecf2326e2c50808205d02e7795  WPILib_Linux-2023.4.3.tar.gz
8ea417ede0a8541c9ab906b943be55ca49112dddef6750f2db1a742ba0c69378  WPILib_Windows-2023.4.3.iso
a80723596a08790c78b4c35ac64b4758c72076e74df559512a62c808b2a11ef1  WPILib_macOS-Intel-2023.4.3.dmg
8dad67e28a3bdf482979a1fe4c857d52ab36a2fdec56ae05971b7177d5409ae9  WPILib_macOS-Arm64-2023.4.3.dmg