Skip to content

Commit

Permalink
fixed the sim. It's alive./gradlew build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unclesdad committed Jan 11, 2025
1 parent 549bb10 commit a9d28ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/arm/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Arm extends SubsystemBase implements Logged, AutoCloseable {
@Log.NT private final ArmIO hardware;

/** Trapezoid profile feedback (PID) controller */

@Log
private final ProfiledPIDController fb =
new ProfiledPIDController(
kP,
Expand Down

0 comments on commit a9d28ee

Please sign in to comment.