Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
  • Loading branch information
spacey-sooty committed Oct 5, 2024
1 parent 99cd0f0 commit e9e6467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ def includeDesktopSupport = true
// Also defines JUnit 5.
dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.spacey-sooty:revlib-sim:v2024.1.1'

implementation 'com.github.spacey-sooty:revlib-sim:v2024.1.2'

implementation wpi.java.deps.wpilib()
implementation wpi.java.vendor.java()
Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/Shooter.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ public void periodic() {
public void simulationPeriodic() {
m_simMotor.update(0.02);
m_encoder.setPosition(m_simMotor.getAngularPositionRotations());
m_encoder.setVelocity(m_simMotor.getAngularVelocityRPM());
}
}

0 comments on commit e9e6467

Please sign in to comment.