-
Notifications
You must be signed in to change notification settings - Fork 2
Smooth out the driving #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
modified: .github/dependabot.yml modified: AdvantageScope Swerve Calibration.json modified: WPILib-License.md modified: build.gradle modified: settings.gradle modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/Main.java modified: src/main/java/frc/robot/Robot.java modified: src/main/java/frc/robot/RobotContainer.java modified: src/main/java/frc/robot/commands/ChoreoAutoController.java modified: src/main/java/frc/robot/commands/DriveCommands.java modified: src/main/java/frc/robot/subsystems/accelerometer/Accelerometer.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: src/main/java/frc/robot/subsystems/drive/GyroIO.java modified: src/main/java/frc/robot/subsystems/drive/GyroIONavX.java modified: src/main/java/frc/robot/subsystems/drive/GyroIOPigeon2.java modified: src/main/java/frc/robot/subsystems/drive/Module.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIO.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOBlended.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSim.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSpark.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSparkCANcoder.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOTalonFX.java modified: src/main/java/frc/robot/subsystems/drive/PhoenixOdometryThread.java modified: src/main/java/frc/robot/subsystems/drive/SparkOdometryThread.java modified: src/main/java/frc/robot/subsystems/drive/SwerveConstants.java modified: src/main/java/frc/robot/subsystems/flywheel_example/Flywheel.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIO.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOSim.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOSpark.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOTalonFX.java modified: src/main/java/frc/robot/subsystems/vision/Vision.java modified: src/main/java/frc/robot/subsystems/vision/VisionIO.java modified: src/main/java/frc/robot/subsystems/vision/VisionIOLimelight.java modified: src/main/java/frc/robot/subsystems/vision/VisionIOPhotonVision.java modified: src/main/java/frc/robot/subsystems/vision/VisionIOPhotonVisionSim.java modified: src/main/java/frc/robot/util/Alert.java modified: src/main/java/frc/robot/util/GeomUtil.java modified: src/main/java/frc/robot/util/GetJoystickValue.java modified: src/main/java/frc/robot/util/LocalADStarAK.java modified: src/main/java/frc/robot/util/LoggedTunableNumber.java modified: src/main/java/frc/robot/util/OverrideSwitches.java modified: src/main/java/frc/robot/util/PhoenixUtil.java modified: src/main/java/frc/robot/util/PowerMonitoring.java modified: src/main/java/frc/robot/util/RBSIEnum.java modified: src/main/java/frc/robot/util/RBSISubsystem.java modified: src/main/java/frc/robot/util/RobotDeviceId.java modified: src/main/java/frc/robot/util/SparkUtil.java modified: src/main/java/frc/robot/util/VirtualSubsystem.java modified: src/main/java/frc/robot/util/YagslConstants.java modified: src/test/CurrentLimitTests.java modified: src/test/FusedCANcoderTests.java modified: src/test/LatencyCompensationTests.java modified: src/test/RobotContainerTest.java
modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/RobotContainer.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOBlended.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOTalonFX.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOSpark.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOTalonFX.java modified: src/main/java/frc/robot/util/RBSIEnum.java
modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/commands/DriveCommands.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: src/main/java/frc/robot/subsystems/drive/README
modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/commands/DriveCommands.java
modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/commands/DriveCommands.java
modified: .wpilib/wpilib_preferences.json
Also regenerated `TunerConstants.java` with latest Tuner X Preview version. modified: INSTALL.md modified: src/main/java/frc/robot/generated/TunerConstants.java
Just trying to get the robot to run! modified: .wpilib/wpilib_preferences.json modified: build.gradle modified: settings.gradle modified: src/main/java/frc/robot/Robot.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: src/main/java/frc/robot/subsystems/flywheel_example/README new file: src/main/java/frc/robot/subsystems/vision/README
Still waiting on Photon Vision 2025 Gold Standard. Also need to fix issues related to Phoenix 6 Gold (vs beta). Update the PathPlanner navgrid. modified: .wpilib/wpilib_preferences.json modified: build.gradle modified: settings.gradle modified: src/main/deploy/pathplanner/navgrid.json modified: src/main/java/frc/robot/RobotContainer.java modified: src/main/java/frc/robot/subsystems/accelerometer/Accelerometer.java modified: src/main/java/frc/robot/subsystems/drive/GyroIONavX.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSpark.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSparkCANcoder.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOSim.java modified: src/main/java/frc/robot/subsystems/flywheel_example/FlywheelIOSpark.java modified: src/main/java/frc/robot/util/OverrideSwitches.java modified: vendordeps/AdvantageKit.json renamed: vendordeps/ChoreoLib2025Beta.json -> vendordeps/ChoreoLib2025.json deleted: vendordeps/NavX.json renamed: vendordeps/PathplannerLib-beta.json -> vendordeps/PathplannerLib.json renamed: vendordeps/Phoenix5-frc2025-beta-latest.json -> vendordeps/Phoenix5-frc2025-latest.json renamed: vendordeps/Phoenix6-frc2025-beta-latest.json -> vendordeps/Phoenix6-frc2025-latest.json modified: vendordeps/REVLib.json renamed: vendordeps/ReduxLib_2025.json -> vendordeps/ReduxLib-2025.0.0.json new file: vendordeps/Studica-2025.0.0.json new file: vendordeps/ThriftyLib.json modified: vendordeps/URCL.json modified: vendordeps/maple-sim.json renamed: vendordeps/yagsl.json -> vendordeps/yagsl-2025.1.3.json
modified: src/main/java/frc/robot/generated/TunerConstants.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOBlended.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOSim.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOTalonFX.java modified: src/main/java/frc/robot/subsystems/drive/SwerveConstants.java
modified: vendordeps/ChoreoLib2025.json modified: vendordeps/PathplannerLib.json modified: vendordeps/Phoenix5-frc2025-latest.json modified: vendordeps/maple-sim.json
c93e011 to
ea27e3a
Compare
Correctly apply the TalonFX settings to the motor controllers after all settings been, well, set. modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/RobotContainer.java modified: src/main/java/frc/robot/commands/DriveCommands.java modified: src/main/java/frc/robot/generated/TunerConstants.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOBlended.java modified: src/main/java/frc/robot/subsystems/drive/ModuleIOTalonFX.java modified: src/main/java/frc/robot/subsystems/drive/SwerveConstants.java
ea27e3a to
18e5cc6
Compare
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.
Made various corrections to the TalonFX drive modules to correctly plumb the drive values all the way through.
Also includes all the currently known WPILib and vendor library updates to 2025 kickoff or later versions.