Skip to content

v2024.0 Beta 1

Pre-release
Pre-release

Choose a tag to compare

@JumpingPistachio JumpingPistachio released this 28 Jan 02:11
1cf4075

Beta 1 for v2024.0. The code is functional on a roboRIO with the proper firmware and the image for 2024 but has a couple of known bugs.

Changes

  • Re-implementation of MotorMan.java
    • Uses a safer method of interacting with individual motors, which involves simply calling them by their IDs.
    • Interacting using SendableChoosers has been changed to be more intuitive
    • Fix null pointers
  • Elastic
  • Controls
    • Implement a way to run and interact with the physical motors using game controllers
    • Uses GenericGamepad (The original, for now)