Skip to content

Commit

Permalink
changed goal state to private
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 4, 2024
1 parent 5b8830b commit 9b1d4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/commands/ArmTeleop.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ArmTeleop extends Command {
private final Arm armSubsystem;
private double lastTime = 0;

TrapezoidProfile.State goalState;
private TrapezoidProfile.State goalState;
/** Creates a new ArmTeleop. */
public ArmTeleop(Arm armSubsystem, DoubleSupplier joystickSupplier) {
// Use addRequirements() here to declare subsystem dependencies.
Expand Down

0 comments on commit 9b1d4fb

Please sign in to comment.