Conversation
* Pull in development work from FRC2486 -- This commit involves development work on top of the v26.2 done in support of FRC2486, but directly applicable here. * First-pass cleanup of stale API's and minutiae * More compliance with published API's -- Also remove duplication of efforts in SIM. * Clean up `utils/` and add tests * Tightening pass on Vision, Drive, and VirtualSubsystems- Deep dive through these subsystems to ensure compatibility with APIs and that there aren't any silly mistakes left over. * Add docs; update constants naming * Clean commands, clean imu -> drive integration -- Make sure commands do what they say they are doing. Also, make sure the imu -> drive -> accelerometer pathway is clean. Any remaining tunable constants hardwired in code have been moved to `Constants.java`. More tests have been added. * Cross-link docs; update AScope Layout; clean up `generated/` * Add dashboard DriveStyle; remove TODO's * Clean up remaining TODO's and linting errors * Move all drive commands to voltage-based -- This will maintain uniformity in PIDF gains between the LICENSED and UNLICENSED CTRE states. There should be little difference between the performance of the robot for normal operation -- only under extreme performance conditions might there be a difference. * Load XBox vs PS4/5 controller on robot startup -- Make the `RobotContainer` controller-agnostic, relying on detecting the controller at robot startup and routing through a translation layer from semantic names to controller-specific button names. * Minor edit to Spotless workflow * Add semantic naming for controller buttons- Teams now use button ACTION names instead of `.x()` or whatever, and the mapping of ACTION names to geographic button location is all in `Constants.java`.
* Update vendordeps to June 2 version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.