AutoBuilder v2.2.8
Use >v2.2.8
of the Robot Side Library!
implementation "com.dacubeking:autobuilder-robot:2.2.9" // for WPILib 2024.1.1
You can use v2.2.8 for the 2023 version of WPILib
Bug Fixes:
- Fix not being able to edit the position of a point on the previous path is the next path is selected
- Wrap text on notifications
- Fix issues when generating the TimedRotations
What's Changed
- Move robot side to main reop by @varun7654 in #43
- Update to the 2024 version of WPILib (ty to MikLast)
- Update to NT4
- Remove WPILib from the repository.
- We're now just overriding the classes we need to change instead of including the whole of wpi math
- Selecting a point on the field scrolls to the point on the timeline
- Points are selected on the field when they're clicked on the timeline
Full Changelog: v2.2.7...v2.2.8