Skip to content

Commit

Permalink
no more eerors
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 3, 2024
1 parent c10e296 commit cdaa7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public class Arm extends SubsystemBase {

public Arm() {
// weird math stuff
armMotorMaster.setInverted(MOTOR_INVERTED);
armMotorMaster.setInverted(MOTOR_INVERTED_1);
armMotorMaster.setIdleMode(IdleMode.kBrake);
armMotorFollower.setInverted(MOTOR_INVERTED);
armMotorFollower.setInverted(MOTOR_INVERTED_2);
armMotorFollower.setIdleMode(IdleMode.kBrake);

armMasterEncoder.setPositionConversionFactor(ROTATION_TO_RAD);
Expand Down

0 comments on commit cdaa7ac

Please sign in to comment.